ASP.NET Universal Providers For SqlExpress
1.1
ASP.NET Universal Providers add provider support in ASP.NET 4 for all editions of SQL Server 2005 and later and to SQL Azure. If you use these providers to develop your application, the application will be ready for cloud environments like Azure. Other than supporting additional storage options, the providers work like the existing SQL-based providers, so that you can easily switch an application to use cloud storage via SQL Azure.
To install ASP.NET Universal Providers For SqlExpress, run the following command in the Package Manager Console
PM> Install-Package System.Web.Providers
Owners
Authors
Dependencies
| Id | Version Range |
|---|---|
| System.Web.Providers.Core | (≥ 1.0) |
Version History
| Version | Downloads | Last updated |
|---|---|---|
| ASP.NET Universal Providers For SqlExpress 1.1 | 15148 | Thursday, February 16, 2012 |
| ASP.NET Universal Providers 1.0.1 | 7586 | Friday, August 19, 2011 |
| ASP.NET Universal Providers 1.0 | 2088 | Friday, August 19, 2011 |
| ASP.NET Universal Providers 0.1 | 678 | Thursday, June 16, 2011 |