Microsoft.AspNet.Providers
1.2.0
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.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.AspNet.Providers -Version 1.2.0
dotnet add package Microsoft.AspNet.Providers --version 1.2.0
<PackageReference Include="Microsoft.AspNet.Providers" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNet.Providers --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNet.Providers, 1.2.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.AspNet.Providers as a Cake Addin
#addin nuget:?package=Microsoft.AspNet.Providers&version=1.2.0
// Install Microsoft.AspNet.Providers as a Cake Tool
#tool nuget:?package=Microsoft.AspNet.Providers&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- Microsoft.AspNet.Providers.Core (>= 1.1.0)
Used By
NuGet packages
This package is not used by any NuGet packages.