Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • A RouteHandler for IHttpHandlers

    I saw a bug on Connect today in which someone offers the suggestion that the PageRouteHandler (new in ASP.NET 4) should handle IHttpHandler as well as Page . I don’t really agree with the suggestion because while a Page is an IHttpHandler , an IHttpHandler is not a Page . What I this person really wants...
    Posted to What's New (Weblog) by Anonymous on 11-04-2009, 12:00 AM
    Filed under: ASP.NET, Routing, Software Development, ASP.NET 4, IHttpHandler, PageRouteHandler
  • ASP.NET MVC 2 Optional URL Parameters

    If you have a model object with a property named Id , you may have run into an issue where your model state is invalid when binding to that model even though you don’t have an “Id” field in your form. The following scenario should clear up what I mean. Suppose you have the following simple model with...
    Posted to What's New (Weblog) by Anonymous on 02-12-2010, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Routing, Software Development, model binding
  • Putting the Con (COM1, LPT1, NUL, etc.) Back in your URLs

    One annoyance that some developers have run into with ASP.NET MVC is that certain reserved filenames are not allowed in URLs. The specifics of this restriction are accounted for in an interesting blog post entitled Zombie Operating Systems and ASP.NET MVC . This actually wasn’t a restriction on ASP.NET...
    Posted to What's New (Weblog) by Anonymous on 04-29-2010, 12:00 AM
    Filed under: ASP.NET, ASP.NET MVC, aspnetmvc, Routing, Software Development, url
Page 1 of 1 (3 items)