显示标签为“Universal Provider”的博文。显示所有博文
显示标签为“Universal Provider”的博文。显示所有博文

2015年4月9日星期四

Microsoft ASP.NET Universal Providers 2.0.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. Good thing for Universal Provider is we don't need run aspnet_regsql.exe any more to create database objects to be used for membership, we don't need do anyhing on database end. When create the first user the Universal Provider will create all tables to be needed for membership automaticially.