Similar articles
DotNetShoutout - Latest published stories
Web 2.0 | ASP.NET MVC application structure
In this tutorial we will explore ASP.net MVC application structure. When we create an ASP.NET MVC Web application project, MVC components are separated based on the project folders. Follow the these s...
ASP.NET Weblogs
Tips to improve asp.net application performance
Over 3 years or so working with asp.net I have learned to avoid and do certain things that increase the performance of an asp.net web application, In this post i will offer some tips that I'...
DotNetShoutout - Latest published stories
How to Localize an ASP.NET MVC Application
While working on WeBlog this week I decided that I needed to start thinking about localization. If you have never heard the term “localization” before then its just a fancy way of saying that I want m...
DotNetShoutout - Latest published stories
Web 2.0 | Localizing ASP.NET MVC
Localization is the process of customizing your application for a given culture and locale. The .NET framework offers the following namespaces and classes to facilitate the localization.System.Globali...
ASP.NET Weblogs
Migrating a large web application to ASP.NET MVC
Recently I had the luck of migrating some classic ASP pages to ASP.NET MVC. I would share some of the experiences below. ASP.NET webform and ASP.NET MVC can coexist just fine We have a huge existing...