September 2009 - Posts

0
Comments

Cloud Camp LA 9/30/2009 by albertpascual

CloudCamp is coming to LA on  9/30 CloudCamp is an unconference where early adapters of Cloud Computing technologies exchange ideas. With the rapid change occurring in the industry, we need a place we can meet to share our experiences, challenges...
Filed under:
0
Comments

Starting with Silverlight 3 MEF to load .XAP files dynamically is a little harder than I thought by albertpascual

A few simple steps to start with MEF. Download the Managed Extensibility Framework from here   Add a reference to the MEF dll System.ComponentModel.Composition.dll found after unzipping the download at the MEF_Preview_6\bin\SL3   Add a new application...
1
Comments

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

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

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