What do the ASP.NET Universal Providers enable that the default sql providers don't?

前端 未结 2 1603
抹茶落季
抹茶落季 2021-01-15 02:28

Inside the readme file of the ASP.NET Universal providers NuGet package is this quote

The SqlMembershipProvider, SqlRoleProvider, SqlProfileProvider c

2条回答
  •  遥遥无期
    2021-01-15 02:52

    the universal providers enable you to use asp.net membership system on sqlazure and also make the implementation sql agnostic. you can take the same app using universal providers and change the datasource to be sql server/sqlexpress/sqlce/localdb etc

提交回复
热议问题