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.