Recent Posts
Use SignalR with Knockout for real-time UX updates in ASP.NET MVC 3
Learn how to use SignalR and Knockout in an ASP.NET MVC 3 web application to handle real-time UX updates.
Unboxing the ASP.NET MVC 4 Developer Preview
Take a look at the install process and new projects in Visual Studio 2010 for the ASP.NET MVC 4 developer preview
Building a REST API architecture in MVC 3
Learn how to build a REST API architecture within an ASP.NET MVC 3 application.
Use Knockout for real-time UX updates in ASP.NET MVC 3
Learn how to use Knockout in an ASP.NET MVC 3 web application to handle real-time UX updates.
Populate a HTML select list from a view model in MVC 3
Populate html select lists from data in a view model within an ASP.NET MVC 3 application and learn how to extend the HtmlHelper.DropDownList helper.
Build a dialog form using jQuery UI in MVC 3
Learn how to build an inline dialog form for editing data within an ASP.NET MVC 3 web site using the jQuery UI library.
Adding site search with the Bing API in MVC 3
Learn how to add site search functionality to a MVC 3 web site using the Bing Search API and parse the results with the JavaScriptSerializer class.
Write a user timeline controller action in MVC 3
Write a Twitter user timeline controller action in MVC 3 and learn how to return a Json formatted string and use the OutputCache action attribute.
MVC3 web site HtmlHelper library with delivery via NuGet
Learn how to craft a MVC3 web site HtmlHelper library to handle common site html and use NuGet to install it in new projects.
HTML5 localStorage with Modernizr in the MVC3 Tools Update
Learn how to use Modernizr from the ASP.NET MVC3 Tools Update to store user data via HTML5 localStorage if supported, otherwise fallback to cookies
Using Silverlight 4 in a MVC 3 application
Getting started using Silverlight 4 in an ASP.NET MVC 3 application and accessing data with JSON
Search Engine Crawler Access for Target Deployment Using Config Transforms
How to set search engine crawler access based on the target deployment of a web site using config transforms.
Bin deploy for ASP.NET MVC3 in Visual Studio 2010 SP1
How to use the built in support in Visual Studio 2010 SP1 to do bin deployment of required dependencies for MVC 3 projects
Building dynamic content templates using Razor
Learn how to build an engine for rendering dynamic content using Razor syntax in the template content to populate dynamic content fields
ActionLink and Extra Parameters
Identifying why the ActionLink html helper is appending additional parameters onto the url string it renders.
Single Layout for Areas with ASPX and Razor views (Part 2)
Learn how to design a single layout in ASP.NET MVC 3 that can be used across multiple Areas in both the ASPX and Razor view engines. Part 2 of 2.
Single Layout for Areas with ASPX and Razor views (Part 1)
Learn how to design a single layout in ASP.NET MVC 3 that can be used across multiple Areas in both the ASPX and Razor view engines. Part 1 of 2.