Silverlight Tips/Tricks – How to change the “Download Source” of Silverlight

Silverlight Tips/Tricks – How to change the “Download Source” of Silverlight

Note: This post is written for Silverlight 1.1 Alpha version. One interesting question came up in Silverlight forum that I actively participate lately. You can read the original question here. Question The question is ~ I want to host a…

CRUD operations in Siverlight using ADO.NET Data Service

CRUD operations in Siverlight using ADO.NET Data Service

Introduction This article describes the simplest way of how to do CRUD (Create, Retrieve, Update, Delete) operations in Silverlight using ADO.NET Data Service (Astoria). There are two ways to communicate with Database in Silverlight. 1) Web Service 2) ADO.NET Data…