Learn a nice, easy drop-in solution that helps your web site users log in and out without seeing the "artifacts" that you may have run into during previous implementations of your security code.
Latest Internet/Web Articles - Page 5
ASP.NET: Post Data Programmatically with "Webscraping"
If you have a Web-based application that doesn't support Web services, you perform "webscraping": a Web-based screen scraping using the HttpWebRequest and HttpWebResponse objects.
ASP.NET Tip: Creating an Atom XML Feed
Atom, the replacement for RSS, is quickly being adopted by many blogging software makers. Learn how to produce an Atom XML feed using a database table.
ASP.NET Tip: Using Nested Master Pages
The nested master page is a great way to manage the layout of your Web site without duplicating content on every page.
ASP.NET Tip: Selecting a Master Page at Runtime
Enable your Web application to select a master page dynamically at runtime based on whatever criteria you choose.
ASP.NET Tip: Create a Perpetual Page Footer
An outdated page footer can give the impression that your site is stale. With just a little HTML and code-behind, you can keep your footer perpetually current.
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.
