Monthly Archives: September 2015

What’s new in C# 6.0

  What’s new in C# 6.0 In this article, I am going to talk about new language feature of C# 6.0. I am personally liking these features a lot because they help in writing clean and understandable code. With the … Continue reading

Posted in CodeProject, Uncategorized | Leave a comment

Understanding Filters in ASP.net MVC

  Filters in ASP.net MVC Filters are interesting and somewhat unique part of ASP.net MVC. Filters are designed to inject logic in between MVC request life cycle events. Filters provide developers with powerful ways to inspect, analyze, capture and instrument … Continue reading

Posted in CodeProject, Uncategorized | Tagged | Leave a comment