As a web developer you should be aware of a few security best practices while developing your ASP.NET web application. Arun Karthick lists his top 7 tips to help you keep your ASP.NET security intact.

As a web developer you should be aware of a few security best practices while developing your ASP.NET web application. Arun Karthick lists his top 7 tips to help you keep your ASP.NET security intact.
Arun Karthick walks you through the ChannelFactory caching feature introduced as part of WCF 4.5, providing insight into the various caching modes available, along with suitable source code samples.
Learn how simple it is to build and consume WCF services using the async and await keywords in .NET Framework 4.5.
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.