<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx</link><description>More update on my Mix09 talk “building business applications with Silverlight 3 ”. You can watch the original video of the full session The demo requires (all 100% free and always free): VS2008 SP1 (Which includes Sql Express 2008 ) Silverlight 3 RTM</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9831814</link><pubDate>Mon, 13 Jul 2009 18:35:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9831814</guid><dc:creator>Ashraf Nadi</dc:creator><description>&lt;p&gt;Hi brad&lt;/p&gt;
&lt;p&gt;I want to know how can i display Arabic Words in this example from right to left order , i tried to do this but the order of Arabic alphabit &amp;nbsp;if from left to right.&lt;/p&gt;
&lt;p&gt;thanks for these greate posts.&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9832761</link><pubDate>Tue, 14 Jul 2009 07:49:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9832761</guid><dc:creator>Michael</dc:creator><description>&lt;p&gt;Probably it is possible to improve generated &amp;nbsp;MyApp.Web.g.cs &amp;nbsp;as now it &amp;nbsp;throws exception in addition to &amp;nbsp;attribute based validation rules for &amp;quot;password&amp;quot;. &lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9832903</link><pubDate>Tue, 14 Jul 2009 11:34:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9832903</guid><dc:creator>Tommy Carlier</dc:creator><description>&lt;p&gt;Hi Brad,&lt;/p&gt;
&lt;p&gt;I just wanted to warn you that your screenshot thumbnails link to file://C:/Users/brada/AppData/...&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9833047</link><pubDate>Tue, 14 Jul 2009 15:12:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9833047</guid><dc:creator>Miguel Madero</dc:creator><description>&lt;p&gt;Brad, &lt;/p&gt;
&lt;p&gt;This looks great. Looks like RIA Services is going in the right direction. I'm glad to see that it considers other aspects like security. &lt;/p&gt;
&lt;p&gt;I've seen the need to restrict access not only at a method level but also to some of the DataMembers (eg. you will have the same GetProduct method, but I want to send the cost only to Managers). &lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9833139</link><pubDate>Tue, 14 Jul 2009 16:44:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9833139</guid><dc:creator>Marc Ziss</dc:creator><description>&lt;p&gt;Brad,&lt;/p&gt;
&lt;p&gt;Excellent Job on everything you guys pushed out in this; I think SL3+RIA represents a giant leap in app develpoment. &lt;/p&gt;
&lt;p&gt;One question about authentication:&lt;/p&gt;
&lt;p&gt;I tried using the [RequiresAuthentication] decorator for the update and delete methods and found that although it did not execute the RIA CRUD; the fact that these options were not available to the user was not reflected in the UI. Is it possible to make the appropriate buttons in the dataform &amp;quot;pay attention&amp;quot; to what actions can be performed by the current user?&lt;/p&gt;
&lt;p&gt;Thanks to your whole team for making development fun again.&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9833783</link><pubDate>Wed, 15 Jul 2009 05:47:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9833783</guid><dc:creator>BradA</dc:creator><description>&lt;p&gt;&amp;gt;&amp;gt; Probably it is possible to improve generated &amp;nbsp;MyApp.Web.g.cs &amp;nbsp;as now it &amp;nbsp;throws exception in addition to &amp;nbsp;attribute based validation rules for &amp;quot;password&amp;quot;. &lt;/p&gt;
&lt;p&gt;Michael &amp;nbsp;- &amp;nbsp;we have been around this a few times, there is not an easy asnwer.. &amp;nbsp;But do check out David's blog post on this: &lt;a rel="nofollow" target="_new" href="http://blog.davidyack.com/journal/2009/5/18/suppressing-validationexception-during-debugging.html"&gt;http://blog.davidyack.com/journal/2009/5/18/suppressing-validationexception-during-debugging.html&lt;/a&gt; &lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9834257</link><pubDate>Wed, 15 Jul 2009 16:55:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9834257</guid><dc:creator>Miguel Madero</dc:creator><description>&lt;p&gt;Brad, &lt;/p&gt;
&lt;p&gt;I think that Exceptions for Validation errors is wrong. The exceptions should be raised for abnormal flows of the program, which setting an invalid password really isn't. The fact that we have an object with a property with an invalid value is different than having this exception. The worst part is that this property aren't going to be used only by the views, but also through the ViewModels, other models or directly in CodeBehind (hopefully no), forcing us to write a bunch of unecessary try/catch blocks. &lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9834540</link><pubDate>Wed, 15 Jul 2009 21:25:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9834540</guid><dc:creator>dsoltesz</dc:creator><description>&lt;p&gt;When usings ria services July and windows authentication, how do you get the &lt;/p&gt;
&lt;p&gt;RiaContext.Current.User.Roles populated from the domain/ldap&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9834547</link><pubDate>Wed, 15 Jul 2009 21:41:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9834547</guid><dc:creator>dsoltesz</dc:creator><description>&lt;p&gt;Figured out what I was missing...need to make sure I specified the provider in my web.config&lt;/p&gt;
&lt;p&gt;defaultProvider=&amp;quot;AspNetWindowsTokenRoleProvider&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; Full settings should be set under &amp;lt;system.web&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;authentication mode=&amp;quot;Windows&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;roleManager enabled=&amp;quot;true&amp;quot; defaultProvider=&amp;quot;AspNetWindowsTokenRoleProvider&amp;quot;/&amp;gt;&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9835075</link><pubDate>Thu, 16 Jul 2009 07:24:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9835075</guid><dc:creator>BradA</dc:creator><description>&lt;p&gt;Miguel Madero &amp;nbsp;- I hear your pain on exception.. In fact I wrote a book that covered the subject and I completely agree with you!&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.amazon.com/Framework-Design-Guidelines-Conventions-Development/dp/0321246756"&gt;http://www.amazon.com/Framework-Design-Guidelines-Conventions-Development/dp/0321246756&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;All I can say is there were some implementation constraints that lead us down this path in Silverlight 3 and we are looking hard at this area in Silverlight 4&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9835734</link><pubDate>Thu, 16 Jul 2009 18:17:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9835734</guid><dc:creator>Edward Johnson</dc:creator><description>&lt;p&gt;Trying to use RIAServices Library. Have to remove ria link from the Silverlight project.&lt;/p&gt;
&lt;p&gt;Now riacontext is undefined. What do I need to do?&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9835754</link><pubDate>Thu, 16 Jul 2009 18:27:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9835754</guid><dc:creator>BradA</dc:creator><description>&lt;p&gt;Edward -- yes, the RIA Link is required for codegen.. why did you have to remove it?&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9835791</link><pubDate>Thu, 16 Jul 2009 19:12:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9835791</guid><dc:creator>Edward Johnson</dc:creator><description>&lt;p&gt;Reading (scanning really so that's probably the problem) the July 2009 docs on RIA. Probably confused.&lt;/p&gt;
&lt;p&gt;On page 133 -- it says the 'Enable RIA Services' option in the Silverlight library project has been enabled to creat a RIA Link with the mid-tier class library. --- Mine still has link to the .Web and there is not one available for the service library.&lt;/p&gt;
&lt;p&gt;So on page 143 it says 'The astute reader may have noticed .... the RIA Link was missing between Silverlight apps and Web App' &lt;/p&gt;
&lt;p&gt;On page 145 it says '... if your application involves multiple domain services or ..... consider using .NET RIA class libraries and remove the RIA LInk between the client and Web application projects'&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9835816</link><pubDate>Thu, 16 Jul 2009 19:48:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9835816</guid><dc:creator>Edward Johnson</dc:creator><description>&lt;p&gt;OK tried it again from scratch.&lt;/p&gt;
&lt;p&gt;Seems to have worked. What I did different I can't say other than maybe I hadn't added a domain service to the service.web library.&lt;/p&gt;
&lt;p&gt;Thanks anyway...I guess RTFM applies here.&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9837348</link><pubDate>Fri, 17 Jul 2009 15:53:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9837348</guid><dc:creator>Richie Scott</dc:creator><description>&lt;p&gt;Brad,&lt;/p&gt;
&lt;p&gt;Like Edward I would prefer to use the RIA .Net Set Class Libraries rather than having a link to the Web Application. I to do not get a RIAContext generated. Any chance you could update your example to show how authentication would work when using Class Libraries instead of having a RIA link to the Server Weba application?&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9838343</link><pubDate>Sat, 18 Jul 2009 09:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9838343</guid><dc:creator>BradA</dc:creator><description>&lt;p&gt;Richie -- yes.. i am working on a class library example.. &amp;nbsp;&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9839050</link><pubDate>Sun, 19 Jul 2009 00:34:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9839050</guid><dc:creator>richiescott</dc:creator><description>&lt;p&gt;In terms of modularity (Prism v2) I believe being able to support Authentication as part of a Service Class Library a must.&lt;/p&gt;
&lt;p&gt;The problems I had were with regards the ContextType of the RiaContext not being set and as such was getting an Object Reference Not Set error. &lt;/p&gt;
&lt;p&gt;Thanks Brad I really appreciate it.&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9839286</link><pubDate>Sun, 19 Jul 2009 03:54:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9839286</guid><dc:creator>Miguel Madero</dc:creator><description>&lt;p&gt;Brad, &lt;/p&gt;
&lt;p&gt;To separate exceptions from validation errors, we are using and Attached Behaviour that will take the Binding object, and then check if the Source object has any validation errors registered for the Source property of the binding and based on that go to the appropriate state. &lt;/p&gt;
&lt;p&gt;In our case we have a dictionary of properties with a list of validation errors. That's the list we'll check to see if there's any problem with the bindings. &lt;/p&gt;
&lt;p&gt;The other benefit, appart from not having to deal with Exceptiosn in the ViewModel or other code is that we can defer some of the validations, to run in the background, when we click save or even get errors from Server Side validations, we could send the object, get it back, update the DataContext and read the a list of validation errors generated in the server. &lt;/p&gt;
&lt;p&gt;Of course this is just the strategy an this option can vary from app to app, but the AttachedBehaviour gives us the option to plug-in any strategy. &lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9850396</link><pubDate>Tue, 28 Jul 2009 02:13:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9850396</guid><dc:creator>Peter Kellner</dc:creator><description>&lt;p&gt;Wow, a lot of words!!! &amp;nbsp;I'm wondering if there is a story around GetSuperEmployee(WithParameters)&lt;/p&gt;
&lt;p&gt;I always find the WithParameters is where it gets hard. &amp;nbsp;I currently use a query class that seems to get bigger and bigger, but then at least I don't have 300 indivudual methods with different combinations of parameters I can never seem to remember.&lt;/p&gt;
&lt;p&gt;Thanks for writing all this&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9852256</link><pubDate>Wed, 29 Jul 2009 19:18:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9852256</guid><dc:creator>Graham Stevenson</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there a way to catch the exception thrown by 'RequiresAuthentication' at the client end. Seems to me like we should just catch this and pop up a login box ??.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Graham&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9861229</link><pubDate>Sat, 08 Aug 2009 13:05:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9861229</guid><dc:creator>Jim Evans</dc:creator><description>&lt;p&gt;Hi - &lt;/p&gt;
&lt;p&gt;I don't like the idea of an exception or showing a blank screen if authentication fails. Wouldn't the best way to implement a scenario like this in a LOB application be to not show the menu option to get to the data until the user is authenticated?&lt;/p&gt;
&lt;p&gt;Just my 2 cents.&lt;/p&gt;
&lt;p&gt;Jim&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9862974</link><pubDate>Mon, 10 Aug 2009 10:22:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9862974</guid><dc:creator>Henri</dc:creator><description>&lt;p&gt;I agree with Jim Evans. When no data is shown, it is unclear if it's a bug or a 'not authenticated' state.&lt;/p&gt;
&lt;p&gt;I would prefer to hide the menu item&lt;/p&gt;
&lt;p&gt;Henri&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9864642</link><pubDate>Tue, 11 Aug 2009 20:13:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9864642</guid><dc:creator>MarkShortt</dc:creator><description>&lt;p&gt;Brad, is there any way of refreshing the displayed page after the user logs in? e.g. to show unlogged in text and then different logged in text?&lt;/p&gt;
&lt;p&gt;Great tutorial series by the way&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9864681</link><pubDate>Tue, 11 Aug 2009 20:41:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9864681</guid><dc:creator>MarkShortt</dc:creator><description>&lt;p&gt;Figured it out. Hooked into the AuthenticationService events for logged in and out. Copied them from the code behind for LoginControl.xaml&lt;/p&gt;
</description></item><item><title>re: Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication</title><link>http://blogs.msdn.com/brada/archive/2009/07/13/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-3-authentication.aspx#9897193</link><pubDate>Sun, 20 Sep 2009 03:36:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9897193</guid><dc:creator>Mylo</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I would add some custom properties to UserBase class; it works with &amp;quot;simple&amp;quot; types (string,int,DateTime,...), but it doesn't work with custom types.&lt;/p&gt;
&lt;p&gt;&amp;quot;Code-generator&amp;quot; doesn't create properties at client-side.&lt;/p&gt;
</description></item></channel></rss>