Part 3: Accessing Security and Authentication in Silverlight using .NET RIA Services.
Posted by: Al Pascual,
on 04 Sep 2009 |
View original | Bookmarked: 0 time(s)
Please read the previous post from this series you can catch up.
I have received many questions about the previous post of how the proxy files actually work. I was looking how .NET RIA Service connects ASP.NET and Silverlight, I was expecting the code that I call from Silverlight using the generated proxy file to call the ASP.NET in the server, yet this is not the case, .NET RIA Service makes a complete copy of the file and compiles it under Silverlight, so all the shared code is just that, 2 different...