Browse by Tags

All Tags » Silverlight 3 (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...

Mixing Silverlight and MS ASP.NET AJAX 3.5 in the same web application. by albertpascual

With the templates coming out of VS2008 when you create a Silverlight application, a ASP.NET Web project is created for you to test your Silverlight app that adds the control into a ASPX page and a HTML page. Many developers will use the power of ASP...
Filed under: ,

How to enable Silverlight 3 to run out of the browser by albertpascual

Prior the release of Silverlight 3, the way to enable Silverlight to run out of the browser meant to edit the AppManifest.xml file and add this XML.     < Deployment.ApplicationIdentity > < ApplicationIdentity ShortName ="Out...
Filed under:

The ESRI ArcGIS Silverlight Toolkit at Codeplex by albertpascual

ESRI released the Toolkit for the ArcGIS Silverlight at codeplex for all users to be able to download the source code. Go and download the source code here. Project Description This project contains the source code and libraries for the ESRI ArcGIS Silverlight...

Silverlight 3 is here! by albertpascual

Finally after not that long of a wait the “rumors” were true, Silverlight 3.0 is here, the first release was at the Mix09, and now we already have a release. Microsoft proofs again they can move fast even being a huge corporation. Even when the Silverlight...
Filed under:

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

Problems with the clientaccesspolicy.xml for Silverlight access to HTTPS by albertpascual

I deployed a Silverlight application that needs to access HTTPS resources, for the deployment of course I read the guidelines to declared on the clientaccesspolicy file the https explicitly. So on the resources that needed to be access by Silverlight...

The June Microsoft Silverlight links by albertpascual

As many developers come to the wonderful side of Silverlight there are now many new resources to help you to write code in Silverlight. I would like to bring some very interesting ones into the light on my monthly link series. The Interesting list. GeoReference...
More Posts Next page »