SimpleMembership extends the ASP.NET core membership and role providers in such a way that you can use a custom database table to store user information. Bipin Joshi gives you step by step instructions to configure and use the SimpleMembership in ASP.NET MVC projects.
Latest MVC Articles
Introduction to Single Page Applications in ASP.NET MVC
ASP.NET MVC 4 Beta introduced Single Page Applications (SPA), web applications that provide rich functionality to a web page through a client side script. Support is limited, but a basic framework for building data driven web pages using popular JavaScript libraries is provided. This article discusses the SPA project template and parts of a typical SPA application.
Incorporating Markup Dynamically Using Child Action Methods
In a typical ASP.NET MVC application, the controller sends model data to the view and the view then renders the data in the required form. Bipin Joshi shows you how child action methods can be used to render markup dynamically.
Top 10 ASP.NET MVC Best Practices
Joydip Kanjilal takes a look at the 10 best practices to follow for the best and most efficient use of ASP.NET MVC Framework 4.
Working with Asynchronous Operations in ASP.NET MVC
To improve the overall performance and responsiveness of your ASP.NET MVC application, you may wish to execute the code asynchronously. This article discusses both server-side and client-side scenarios and shows how to create asynchronous controllers and use the SessionState attribute.
Using Areas in ASP.NET MVC Application
A large application often consists of functionally independent modules, which can make organizing the various models, views and controllers tedious. Bipih Joshi shows you how to split your application in what is known as Areas and how Areas are used in an ASP.NET MVC application.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

Obtaining External Window Handles and Window Captions with Visual Studio 2012
Learn how to obtain an outside application's window handle, in order to manipulate that window from inside your program, using either VB.NET or C#.

SOLID Principles in C# - An Overview
SOLID principles form the base for writing good and clean object oriented code in C#. Learn about the S.O.L.I.D principles and explore C# coding samples for each.
