While porting a C# applications to something other than Windows used to be hard, today command line tools can make it super easy!

While porting a C# applications to something other than Windows used to be hard, today command line tools can make it super easy!
Discover how to easily create and add WIN32 Services in .NET. You’ll also discover the Topshelf toolkit.
Peter Shaw discusses various methods for generating a unique ID so that your application can identify itself.
Do you have a lot of data to pass to a function? Take a lesson from the world of JavaScript and use a class / DTO.
A quick look at the best methods for passing data from page to page in a .NET web application.
Recently one way that developers have been looking to address the cookie abuse problem is via a method known as fingerprinting. Peter Shaw shows you how to generate a fingerprint in C# for use in your own projects.
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.