ASP.NET MVC
ASP.NET MVC provides a clean separation of concerns with the Model-View-Controller pattern for building scalable web applications.
12 articlesWeb Caching - Sample Code in ASP.NET MVC
2017/06/30·3 min read.NET Compiler Roslyn
2016/12/31·3 min readFew tips about .NET Compiler Roslyn.
Gulp ASP.NET MVC 4.5.2 Template and Browserify
2016/04/01·1 min readHow to use Gulp with ASP.NET MVC 4.5.2 Template and Browserify.
How to Setup and Customize Swagger with ASP.NET MVC
2016/03/04·5 min readThis walkthrough tutorial is about how to set up Swagger with ASP.NET MVC API by using Visual Studio 2015, also provides steps of how to customize the Swagger UI.
ASP.NET Web API 2 with Autofac Owin
2016/02/29·1 min readHow to set up ASP.NET Web API 2 with Autofac and Owin for dependency injection.
Encrypt and Decrypt Web.config ConnectionString Using aspnet_regiis
2015/10/31·1 min readHow to encrypt and decrypt Web.config connectionString using aspnet_regiis
MVC Bundle and Minification at Sitecore
2014/11/01·1 min readThis blog shows how to enable ASP.NET Bundle & Minification for JavaScript and CSS in Sitecore.
List of Useful Links to Learn Sitecore
2014/10/31·1 min readA list of resources for learning Sitecore. Although I don't like Sitecore, just in case I have to work with it, following are links for reference.
How to Deploy Orchard CMS Open Source to IIS
2014/09/05·1 min readOrchard CMS is an awesome open-source platform. This blog demonstrates how to download the source code and set it up on IIS.
How to Get Started With Orchard to Create a Module
2014/08/01·1 min readThis blog shows how to create a HelloWorld module in Orchard, an ASP.NET MVC open source application, and how to add the module as a role at the create role page.
Simple Code to Setup WebApi with OData
2014/05/31·1 min readThis section show how to setup OData Web api
How to Use Ninject as Dependency Injection with ASP.NET MVC
2014/04/05·2 min readHow to use Dependency Injection with Ninject in an ASP.NET MVC application.