Browse by Tags

Related Posts

  • Controlling the view?

    How does one control the view from a controller? Perhaps it is my misunderstanding of the MVC architecture, but most, if not all, of the ASP.MVC+TDD examples I've seen only go so far as to test that the data returned from the controller is correct. Isn't it the responsibility of the controller...
    Posted to ASP.NET MVC (Forum) by alexdresko on 07-22-2008, 12:00 AM
    Filed under: MVC, MVC .net business rules logic, MVC ASP.NET, MVC Pattern, mvc smellycode architecture controllerneedsrefactoring help mvcisthetruth, mvc unit testing, mvc view, MVC ViewPage, MVCToolkit, TDD, Test ViewPage, asp mvc, ASP.NET MVC, Asp.Net MVC Framework, aspnetmvc, aspnetmvc mvc, Mvc general question, mvc .net, MVC.net, ASP mvc, mvc form, MVC view data, asP.net mvc preview 3, MVC Extensions
  • MVC Preview 2 Relative URL Resolution Bug

    The following code: <% = Html.Image( "~/Content/Images/test.gif" ) %> Outputs the following incorrect URL path in the Preview 2 release of the MVC framework: <img src="/ AppBaseContent /Images/test.gif" alt="test.gif" /> Note the missing directory separator between...
    Posted to ASP.NET MVC (Forum) by ian_a_anderson on 03-06-2008, 12:00 AM
    Filed under: MVC, MVCToolkit, ASP.NET MVC, MVC Preview 2
  • MVCToolkit URL Bugs

    Bug 1 If I create a controller action as follows... public void List(int category) ... and use the MVCToolkit HtmlHelper.ActionLink<T> as follows... <%= Html.ActionLink<ProductController>( x => x.List(Category), "View Products for this category" ) %> ... it generates the...
    Posted to ASP.NET MVC (Forum) by tgmdbm on 12-21-2007, 12:00 AM
    Filed under: MVC, MVCToolkit, URLs, bug
  • Re: How about a very complex page which need many "MVC modules/parts" ?

    I think there are a couple valid MVC methodologies being debated here: The Primary-Controller Method , where one main Controller is essentially responsible for the start-to-finish processing of the Request/Response This is the method that the ASP.Net MVC CTP is currently geared towards, and understandably...
    Posted to ASP.NET MVC (Forum) by ian_a_anderson on 12-20-2007, 12:00 AM
    Filed under: MVC, MVC Pattern, mvc view, MVCToolkit, ASP.NET MVC
  • Re: MVCToolkit and nulls

    +1, NRE's in views are a pain.
    Posted to ASP.NET MVC (Forum) by abombss on 12-19-2007, 12:00 AM
    Filed under: MVC, MVCToolkit, suggestion
Page 1 of 1 (5 items)