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.

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.
Arun Karthick explains Inversion of Control (IoC) in programming models and take you through some C# code examples to implement it.
OAuth is an open standard where a user can get access to an application by authenticating through a OAuth provider, for example Facebook, Twitter, Google, etc. V.N.S. Arun shows you how to implement OAuth in an Asp.Net MVC 4 application.
Asp.Net MVC 4 Web API empowers developers to create HTTP services with RESTful architecture. V. N. S. Arun offers an overview of the Web API feature, including code samples to demonstrate building and consuming one.
Although coding is the primary responsibility of a developer, there are many other application lifecycle management activities that need to be performed with the code. V. N. S. Arun takes a look at the list of features offered by Visual Studio 2012 for the Application Lifecycle Management (ALM).
Lifecycle Management tools provided by different vendors can become a nightmare for companies to maintain. Microsoft's Team Foundation Server (TFS) ensures that every step in each phase of the lifecycle is recorded. Read on 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.
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...
Hannes du Preez shows you how to create a little program in VB.NET that can change the resolution on dual monitors.
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.