ASP.NET
ASP.NET is Microsoft's web framework for building dynamic websites, APIs, and web applications on the .NET platform.
17 articlesGulp 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.
C# RSS Reader Publish Date Issue
2015/12/31·2 min readHow to handle C# RSS reader publish date parsing issues when using SyndicationFeed, with an alternative XDocument approach.
Troubleshoot IIS - Service Not Available 503 Issue
2015/12/31·1 min readA collection of resources for troubleshooting the IIS 503 Service Unavailable error and application pool issues.
Use IIS Url Rewrite Module to Redirect from Http to Https
2015/12/31·1 min readHow to use IIS Rewrite module for redirect from http to https.
Few Useful Visual Studio Extensions for .NET
2015/10/31·2 min readA list of useful Visual Studio extensions for .NET developers, including tools for code cleanup, productivity, and cross-platform development.
Sample Code - Use ASP.NET MVC With Razor
2015/10/31·1 min readA sample showing how to use one ASP.NET MVC action to handle multiple page data using Razor ViewBag and a page data model.
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
ASP.NET Route All URLs to a Single Action
2015/10/31·1 min readHow to configure ASP.NET MVC routing to direct all URLs to a single controller action, and how to define specific routes before the catch-all route.
Windows Authentication
2015/10/31·2 min readSetup windows authentication
Cross-Origin Resource Sharing Example with ASP.NET
2015/09/05·1 min readA simple example of how to achieve cross-domain access in ASP.NET by modifying web.config.
Tips About How to Deploy ASP.NET Web Application
2015/07/31·1 min readTips and examples for deploying ASP.NET web applications, including project file configuration and publish profiles.
Fix 404 Issues to Load Bootstrap Icons on IIS
2015/01/31·1 min readFix 404 errors when requesting Bootstrap font files on ASP.NET and IIS.
Sample Code for Creating ASP.NET MVC
2015/01/03·2 min readA simple example demonstrating how to make ASP.NET MVC modular by dynamically adding MVC projects to a main web application.
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 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.