SilverlightShow: Leveraging the ASP.NET Membership in Silverlight Comments http://www.silverlightshow.net/ Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samples SilverlightShow.net http://www.rssboard.org/rss-specification Argotic Syndication Framework 2008.0.2.0, http://www.codeplex.com/Argotic en-US estoychev@completit.com (Emil Stoychev) Re: Leveraging the ASP.NET Membership in Silverlight Great article - do you have any examples of this using VB.NET. I am just moving from VB6 to VB.NET and I am trying to learn how to program examples like this using tutorials such as this one: <a href="http://www.withvb.net/tutorials/vb6-vbnet-microsoftvisualbasic-namespace">From VB6 to VB.NET</a>. Seeing your example here in VB.NET would be very helpful. Thanks! http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx#comment6407 IvanL1234 http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx Sat, 06 Aug 2011 19:06:45 GMT Re: Leveraging the ASP.NET Membership in Silverlight <p>Hi</p> <p>I know this is an old article but could you tell me how this app knows where the membership database is as i've checked the code and config files from the sample and there's no sign of it anywhere.</p> <p>Thanks</p> <p>Paul</p> http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx#comment6336 paul3654 http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx Wed, 13 Jul 2011 17:52:59 GMT RE: Leveraging the ASP.NET Membership in Silverlight I'm able to use the authentication service to login, but when  roleProxy.GetRolesForCurrentUserAsync() calls back, the roles are always null even though I have several set up for this user. Any idea why this would be? How does GetRolesForCurrentUserAsync() know who the current user is? http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx#comment5563 Brent http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx Wed, 23 Feb 2011 00:31:33 GMT RE: Leveraging the ASP.NET Membership in Silverlight <p>How would you create a custom membership provider with Silverlight 4 & RIA Services against a simple Username/Password User table that is exposed with EF 4?</p> <p>View: <a href="http://forums.silverlight.net/forums/p/208348/489645.aspx#489645" shape="rect">http://forums.silverlight.net/forums/p/208348/489645.aspx#489645</a></p> http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx#comment5164 Shimmy http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx Sat, 25 Dec 2010 23:52:41 GMT RE: Leveraging the ASP.NET Membership in Silverlight Very well done. Clear and complete. http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx#comment3880 adefwebserver http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx Sun, 27 Jun 2010 22:18:25 GMT RE: Leveraging the ASP.NET Membership in Silverlight <p>Thanks for sharing your knowledge.</p> <p>-Sridhar</p> http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx#comment3816 sridhar http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx Fri, 18 Jun 2010 15:02:40 GMT RE: Leveraging the ASP.NET Membership in Silverlight <p>Thanks a lot. </p> <p>If I wanted to use </p> <p>Authentication.AuthenticationServiceClient proxy = <span class="kwrd" style="color: #0000ff;">new</span> Authentication.AuthenticationServiceClient();</p> <p>txtUser.Text = proxy<span style="font-family: consolas; font-size: 13px;">.ClientCredentials.UserName.UserName; <p> </p> </span></p> <p>, as could do that?</p> http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx#comment3743 Zeus79 http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx Wed, 09 Jun 2010 00:59:25 GMT RE: Leveraging the ASP.NET Membership in Silverlight Very Nice, It is very helpful. http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx#comment3498 Zafar http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx Sun, 25 Apr 2010 15:23:25 GMT RE: Leveraging the ASP.NET Membership in Silverlight <p>Great article! thanks..</p> <p>I've a question, is the communication secure enough when passing the membership sensitive data via WCF?</p> http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx#comment3488 rical http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx Sat, 24 Apr 2010 13:58:52 GMT