using ASP.NET Membership in non-web applications
It's quite easy to use the ASP.NET Membership feature in non-web applications.
- Create a new WinForms / WPF application
- Import the System.Web assembly
- Configure app.config instead of web.config to use the membership feature
- Use the Membership class to query for information
Labels: ASP.NET 2.0
1 Comments:
At 5:41 AM, Dave Van den Eynde said…
Excellent!
This demonstrates very well how flexible the .NET Framework is, by not keeping its components loosely coupled.
Post a Comment
<< Home