You are not logged in! Login Create Account


ASP.NET MVC RSS Feed

The ASP.NET MVC (Model View Controller) framework is one of the most talked about and long awaited additions to the Microsoft world of web development. Find and follow all the news, announcements, blog posts, tutorials, tips, and other resources on AspDotNetMVC.com. Contact Us with any suggestions you have for the site.

ASP.NET MVC Blog Posts ASP.NET MVC Blog Posts RSS Feed

Lots of people are blogging about ASP.NET MVC. AspDotNetMVC.com will help you keep an ear to the ground by keeping track of all ASP.NET MVC blog posts here.

<< First  < Prev  Page 1 of 59  Next >  Last >>  
  • NHaml 1.3 Released (9/4/2008)
    Updated to support ASP.NET MVC Preview 5. As always, get it here.
  • Credits: be nice MVCContrib people (9/4/2008)
    I’m working on a prototype using ASP. ... Net MVC to build something that, well, will talk about some other day....
  • ASP.NET 3.5 URL Routing (9/4/2008)
    Introduction This post speaks about basics of URL Routing and how URL Routing related to building a ASP.NET MVC Application. You can also use the URL Routing with the ASP.NET Web application if install the Visual Studio 2008 service pack1. This post specifically speaks about how URL Routing is used ...
  • PhluffyFotos v2 Released (9/4/2008)
    Clouds are fluffy and this is a cloud services application - get it? This sample application is a ASP. ... NET MVC and Windows Mobile application showing how to build a photo tagging and sharing site using our cloud data service, SSDS....
  • A Change to the MVC "ActionSelectionAttribute"? (9/4/2008)
    ASP.NET MVC currently has the notion of an ActionSelectionAttribute that allows you to aid the MVC framework in choosing which method should handle
  • ASP.NET MVC Problems with UpdateModel(model, Request.Form.AllKeys); (9/4/2008)
    We just added a new dropdown list to one of our forms, which has a javascript function to change the background colour of a textarea. And the UpdateModel() on our controller class promptly fell over ... It turns out that UpdateModel() ...
  • Nasty "Gotcha" with ASP.NET MVC and Views (9/4/2008)
    When ASP.NET MVC is told to render a view, by using RenderPartial("MyView") or return ("MyView") for example, it goes off merrily and scans the file system for a file matching "MyView.ascx" or "MyView.aspx" (presuming the default ...
  • ASP.NET MVC Application Building: Family Video Website #3 – Play (9/3/2008)
    ...use the ASP.NET Media Player control in an ASP.NET MVC View. The problem is that the Media Player control requires you to add the ASP.NET...
  • ASP.NET 3.5 MVC Application (9/3/2008)
    This post gives you the basic overview on ASP.NET Models, Views and Controllers. It explains how all parts in MVC Application work together and discuss how the Architecture of an ASP.NET MVC application differs from an ASP. ...
  • Use ModelBinder to Generically Bind Complex Types (9/3/2008)
    [ Update: Simone brought my attention to the fact that ComplexModelBinder which comes with the framework does exactly that. You can find more info here] ASP.NET MVC Preview 5 introduce the ModelBinder attribute that can be used to decorate a complex type in an Action. This allows us to have actions ...
  • Upgrading Dimecasts.Net from MVC Preview 4 to Preview 5 (9/3/2008)
    ...people, lets face we are nerds :) ), as soon as I heard that MVC Preview 5 had been released I wanted to run out and upgrade Dimecasts.net.
  • Sample Opinionated Controller (9/2/2008)
    In my post on testing opinionated controllers, I mentioned how our controller actions follow a strict convention: one view model object in, one view model object out, and leave the ViewResult creation to the ControllerActionInvoker. Jimmy Bogard asked me to post the controller base class that makes ...
  • Html.RenderUserControl and ASP.NET MVC Preview 5 (9/2/2008)
    ... to your user control as in the first example. Or, if your user control is in the ~/Views/Shared folder, you can use the second example. Notice that Html.RenderPartial does not produce a return..aka…the = is removed. asp.net forums.
  • New ASP.net MVC stuff (9/2/2008)
    Scott Guthrie has a post on the latest preview of the new ASP. net MVC stuff....
  • Problems Upgrading ASP.NET MVC to Preview 5 (9/2/2008)
    Mvc ... so you probably need to change your references to the new assembly. Multiple Entries for System.Web.Routing in web.config. I did a manual edit to change the assembly version from 0.0.0.0 to 3.5.0.0 and I missed a few - it seems ...
<< First  < Prev  Page 1 of 59  Next >  Last >>