daveoggy
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Site Feedback | How Many Threads About Video Quality? | 2 | Jun 08, 2011 at 3:58 PM |
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Site Feedback | How Many Threads About Video Quality? | 2 | Jun 08, 2011 at 3:58 PM |
Silverlight TV 74: What's New in RIA Services
Jun 09, 2011 at 7:17 AMThanks Deepesh. The detailed example was written in December 2010 so I assume against the older toolkit? Has anything changed since then in the April release?
Edit: To answer my own question it seems that the <RiaClientCodeGeneratorName> tag in the project file is no longer required.
It also looks like the step missing from the video above is the creation of this class:
[DomainServiceClientCodeGenerator("MyCustomGenerator", "C#")] class MyCSharpClientCodeGenerator : CSharpClientCodeGenerator { protected override DomainContextGenerator DomainContextGenerator { get { return new MyDomainContextGenerator(); } } }Was this just forgotten or is this requirement also supposed to have been removed?
Silverlight TV 74: What's New in RIA Services
Jun 08, 2011 at 7:01 AMThe T4 process as described in this video doesn't work. Have some settings or extra steps been glossed over? Is there somewhere I can find a more comprehensive example?