Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
ASP Insider

Browse by Tags

All Tags » MVC   (RSS)

Microsoft Store

How to Include Views in ASP.NET MVC & WebMatrix Razor
As web development and architecture matures so does the way we need to structure our projects. For me that means single page applications. And while I have not had time to write on the topic yet I have been developing my approach to focus on performance Read More...
Making a Mobile MVC Music Store Part 4: Creating the Home Page
At this point in this series I have shown how to build the core site infrastructure for an ASP.NET MVC 3 mobile web site using the Razor View Engine. So far nothing real exciting has happened as far as true mobile web development. Today that starts changing. Read More...
Making a Mobile MVC Music Store Part 1: Creating a Common Service Layer
Today I am going to start a series where I take the MVC Music Store sample site and create a mobile site. I chose to use this example in one of my current presentations, Take a Desktop Site to Mobile. I chose the MVC Music store because it is a simple Read More...
Using an MVC PartialView With jQuery Templates Plugin
The other day I was talking some fellow developers about web architecture techniques. I brought up the use of jQuery templates instead of another proposed technique. A case was made the template plugin was not good for progressive enhancement. The objection Read More...