Thursday, September 04, 2008 from Andrew
Updated to support ASP.NET MVC Preview 5. As always, get it here.
Thursday, September 04, 2008 from hammett.castleproject.org
I’m working on a prototype using ASP. ... Net MVC to build something that, well, will talk about some other day....
Thursday, September 04, 2008 from Kalyan Bandarupalli
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 ...
Thursday, September 04, 2008 from dunnry.com
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....
Thursday, September 04, 2008 from feeds.feedburner.com
ASP.NET MVC currently has the notion of an ActionSelectionAttribute that allows you to aid the MVC framework in choosing which method should handle
Thursday, September 04, 2008 from Casey Charlton
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() ...
Thursday, September 04, 2008 from Casey Charlton
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 ...
Wednesday, September 03, 2008 from weblogs.asp.net
...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...
Wednesday, September 03, 2008 from Kalyan Bandarupalli
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. ...
Wednesday, September 03, 2008 from Emad Ibrahim
[ 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 ...
Wednesday, September 03, 2008 from feeds.feedburner.com
...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.
Tuesday, September 02, 2008 from flimflan.com
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 ...
Tuesday, September 02, 2008 from Eric Polerecky
... 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.
Tuesday, September 02, 2008 from www.alexhopmann.com
Scott Guthrie has a post on the latest preview of the new ASP. net MVC stuff....
Tuesday, September 02, 2008 from Casey Charlton
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 ...