Learn what OWIN and Katana are and how they fit into the whole web development picture for ASP.NET developers.

Learn what OWIN and Katana are and how they fit into the whole web development picture for ASP.NET developers.
Discover the next generation of ASP.NET called ASP.NET vNext.
Simply put, Dependency Injection is a design pattern that helps a class separate the logic of creating dependent objects. The result of this separation is a loosely coupled system where there is no rigid dependency between two concrete implementations. This article discusses what Dependency Injection is and illustrates its use in an ASP.NET MVC application.
A quick look at the best methods for passing data from page to page in a .NET web application.
Did you know that it's amazingly easy to reuse parts of code and other shared views inside your Razor templates? We’ll use examples to show you how.
Adding extra fields to an ASP.NET membership set-up doesn't have to be difficult, especially if there is only a small amount of data.
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.
While porting a C# applications to something other than Windows used to be hard, today command line tools can make it super easy!
Hannes du Preez shows you how to handle exceptions properly in Visual Basic.
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.