Silverlight SQL Server Access

Silverlight 4.0 Com Library for SQL Server Access

Silverlight 4.0 Com Library for SQL Server Access

Open source Silverlight 4.0 Com Library for SQL Server Access. This Silverlight library is designed to provide local SQL Server database access for Silverlight 4.o applications.

Bookmark:

Silverlight SQL Server Access

This project is designed to provide local SQL Server database access for Silverlight 4.o applications. In other words, you will be able to talk directly from Silverlight application to an SQL Server database instead of having to go the usual service route. The library is written in .NET 4.0, but must be deployed on a client as a COM component. So, you have to run RegAsm on the compiled .NET DLL (COMSQLClient.DLL) on a client machine. This will register the assembly for COM access. The COM Library is uing the latest .NET framework - SqlCleint namespace to tbe specific. As a result, the client machine is required to have .NET framework installed, but nothing else is required. The library is built to target .NET Framework version 4, although I could easily add support for version 2.0 - 3.5 as well quite easily.
This library is using new feature in Silverlight 4.0 that has ability to invoke COM components when installed with eleveted rights. This library works for local SQL Server and SQL Server Azure since the DLL is just using SqlClient components.

Visit Website - silverlight4sqllib.codeplex.com

Open Souce Silverlight 4.0 Com Library for SQL Server Access Information:

  • Applies To: Silverlight SQL Server Access, Silverlight Bindable DataSources, Silverlight DataSet and DataTable
  • Programming Language: C#
  • Operating System: Cross-platform
  • License: Microsoft Public License (Ms-PL)

Leave a comment