Browse by Tags

All Tags » .NET RIA Service (RSS)

.NET RIA Services Part 4: Calling methods on the Server from Silverlight. by albertpascual

In Part 2 I introduced the concept of sharing code between tiers. When creating a new class in ASP.NET with the name .shared, .NET RIA Service will generate a hidden class as well in Silverlight with the same code. So you are compiling the code once in...

Part 3: Accessing Security and Authentication in Silverlight using .NET RIA Services. by albertpascual

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...

Working on Silverlight .NET RIA Services Part 2 by albertpascual

If you haven’t please read part 1 before reading this post. The most powerful thing about .NET RIA Services besides the whole framework, is the concept of sharing code from ASP.NET and Silverlight without extra steps and setting up Web Services manually...

Silverlight 2.0 Authentication Services. by albertpascual

Message based authentication managed by Silverlight not the browser. Silverlight can use the browsers cookies and send them to the hosts. When you authenticate with ASP.NET the authentication cookie stored to your computer will be used by Silverlight...

Patterns: What is .net RIA Services? by albertpascual

Microsoft is getting big in Patterns and practices, something that architects really like to see. I personally like to follow a pattern instead of designing my own, laziness? Probably not, whatever I came out with, won’t be as good as a team or people...
More Posts