Tuesday, June 21, 2011

Using the ASP.NET Membership API with SQL Server / SQL Azure: The new “System.Web.Providers” namespace

Using the ASP.NET Membership API with SQL Server / SQL Azure: The new “System.Web.Providers” namespace


Using the ASP.NET Membership API with SQL Server / SQL Azure: The new “System.Web.Providers” namespace

Posted: 21 Jun 2011 02:48 AM PDT

The Membership API came in .NET 2.0 and was a huge enhancement in building web applications with users, managing roles, permissions etc., The Membership API by default uses SQL Express and until Visual Studio 2008, it was available only through the ASP.NET Configuration manager screen (Website – ASP.NET Configuration) or (Project – ASP.NET Configuration) and for every application, one has to manually visit this place to start using the Security and other settings. Upon doing that the default SQL Express database aspnet.mdf is created to store all the user profiles. Starting Visual Studio 2010 and .NET 4.0, the Default Website template includes the Membership API controls as a part of the page i.e. When you create a "File – New – ASP.NET Web...(read more)

Getting ready for the Windows Phone 7 Exam 70-599 (Part 3)

Posted: 21 Jun 2011 12:52 AM PDT

This is the third part of my article series to prepare you for Microsoft's new Windows Phone 7 exam which will be available starting July 14th. For a short introduction and overview of the exam as well as a list of general learning materials please take...( read more )...(read more)

Windows Phone 7 (Mango) Tutorial - 16 - How to Create a WP7 Alarm Application?

Posted: 20 Jun 2011 10:30 AM PDT

Windows Phone 7.1 now supports scheduled tasks which runs even the application is not running. We can now schedule a task and when the bell hits, it starts executing the said task. In this chapter of the tutorial series, we will explore this using the...( read more )...(read more)

No comments:

Post a Comment