Do most people use .NET's SqlMembershipProvide

2019-03-13 10:21发布

Do most people use .NET's SqlMembershipProvider, SqlRoleProvider, and SqlProfileProvider when developing a site with membership capabilities?

Or do many people make their own providers, or even their own membership systems entirely?

What are the limitations of the SQL providers that would make you roll your own?

Is it easy to extend the SQL providers to provide additional functionality?

For Reference
Per Scott Gu's Blog, Microsoft provides the source code for the SqlMembershipProvider so that you can customize it, instead of starting from scratch. Just an FYI.

7条回答
家丑人穷心不美
2楼-- · 2019-03-13 11:02

In theory they sound nice, but not a chance if you do any unit testing without creating lots of abstract wrappers.

查看更多
登录 后发表回答