Learn to create URLs for webforms that are page-independent.

Learn to create URLs for webforms that are page-independent.
Did you ever stop to thoroughly explore some of the more esoteric types, Lists and Stacks, that are available in the .NET collections namespace?
Looking to work with a non Microsoft Database in .NET? You need to know what ORM's are available, and why you can't currently use Entity Framework.
Looking to quickly get started with Code First in .NET, but don't have the time to read and digest all the tutorials that are available out there? Peter Shaw shows you the quickest, simplest way to get started with Code First Entity Framework (EF).
In today's world of mobile apps, it's not an unreasonable expectation to want a database that's small, lightweight, and travels with the app from device to device. Take a quick look at what's available out there, and a few of the pros and cons of each.
LINQ is not only for database access; it’s useful in all manner of scenarios. Read this quick refresher to learn more.
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.
Learn to create URLs for webforms that are page-independent.
For a new programmer, the Server Explorer in Visual Studio might need some proper explanation.
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.