LINQ is not only for database access; it’s useful in all manner of scenarios. Read this quick refresher to learn more.

LINQ is not only for database access; it’s useful in all manner of scenarios. Read this quick refresher to learn more.
ADO.NET is used to access data. Learn how easy using ADO.NET is in this step-by-step guide!
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.
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.
LINQ is not only for database access; it’s useful in all manner of scenarios. Read this quick refresher to learn more.
Discover how versatile and easy User Controls are to develop with VB.
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.