Category Archives: CodeProject

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

Getting started with Apache Cordova

Building cross platform Mobile Applications using Apache Cordova – Part 1   Apache Cordova is an open source platform for building cross platform mobile applications that runs on several mobile devices including iPhone, Android, Blackberry, Windows etc. Cordova facilitates writing … Continue reading

Posted in CodeProject, Uncategorized | Leave a comment

Introduction to KnockoutJS

Introduction Knockout, developed by Steve Sanderson, is free open source JavaScript library available under MIT license. It was first released in 2010 and since its initial release it has caught attention of industry and has been very popular. It is … Continue reading

Posted in CodeProject, KnockoutJS | Tagged , | 1 Comment

Understanding Onion Architecture

In this post I am going to talk about Onion Architecture. There are several traditional architectures that exists in web world and each one of the architecture comes with its pros and cons. But most of the traditional architectures raises … Continue reading

Posted in Architecture, CodeProject | Tagged , , | Leave a comment