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 silverlight site in a entwork with no internet connection. If someone opens the silverlight site [...]
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 Service. I chose ADO.NET Data Service for this article because RESTful Service and RIA (Rich [...]