Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • ViewData "dot" Notation Expressions in ASP.NET MVC

    Here's something very cool I just found in the ASP.NET MVC Preview 3 bits, you can specify, what I call, "dot" notation expressions on your view data. With the new ViewDataDictionary you can now use the "dot" notation expressions to get access the same value as using the safely typed Model. ( Read More...
    Posted to eWorld.UI - Matt Hawley (Weblog) by mhawley on 05-29-2008, 12:00 AM
    Filed under: ASP.NET, Development, MVC
  • ASP.NET MVC: UI Validation Framework Update

    I've taken some recommendations regarding the MVC UI Validation framework I originally posted about , which is available within the MvcContrib project. I'm still working on future advancements like attributing your model, but I did make a significant step forward ensuring both client and server side...
    Posted to eWorld.UI - Matt Hawley (Weblog) by mhawley on 05-19-2008, 12:00 AM
    Filed under: .NET, ASP.NET, Development, Programming, MVC
  • ASP.NET MVC - Living in a Web Forms World

    When developing ASP.NET MVC applications, most examples or sites have shown you starting from complete scratch. This is all and well if you have the time to completely re-write an existing application for 6+ months or have started a v1 product. Right, in the "real-world" the former rarely happens...
    Posted to eWorld.UI - Matt Hawley (Weblog) by mhawley on 05-13-2008, 12:00 AM
    Filed under: .NET, ASP.NET, Development, Programming, MVC
  • ASP.NET MVC - Using Post, Redirect, Get Pattern

    The ASP.NET MVC pattern tends to lead itself into a more simplified and "true" HTTP experience by re-introducing patterns that have been lost, or at least, not followed in many years. One such pattern is the Post, Redirect, Get (PRG) pattern in which it is "to help avoid duplicate form submissions and...
    Posted to eWorld.UI - Matt Hawley (Weblog) by mhawley on 05-09-2008, 12:00 AM
    Filed under: .NET, ASP.NET, Development, Programming, MVC
  • ASP.NET MVC - Legacy Url Routing

    Recently, we've been converting over a lot of our ASP.NET Web Form pages to use ASP.NET MVC. While this is no small feat by itself, the underlying problem of having a new Url structure in the site while still supporting legacy Url's was necessary. The idea, is that you hit a page that no longer exists...
    Posted to eWorld.UI - Matt Hawley (Weblog) by mhawley on 04-25-2008, 12:00 AM
    Filed under: ASP.NET, Development, MVC
  • What’s New For MVC Tools in the ASP.NET MVC 1.0 Release Candidate

    The ASP.NET MVC 1.0 Release Candidate (RC) is finally out, and we wanted to give returning MVC users as well as new MVC users an overview of what the tooling in Visual Studio provides. The MVC 1.0 RC can be downloaded right now here ( Release Notes ). Please note that this release will work with both...
    Posted to What's New (Weblog) by Anonymous on 01-26-2009, 12:00 AM
    Filed under: Visual Web Developer, Visual Studio, ASP.NET, .NET, MVC, Development, Visual Studio 2008, TDD, VWD, visual Studio 2008 sp1, ASP.NET MVC Framework
  • T4 Templates: A Quick-Start Guide for ASP.NET MVC Developers

    As mentioned in our recent blog post on the ASP.NET MVC Release Candidate , our code-generation features (namely, Add Controller and Add View) now use the T4 (Text Template Transformation Toolkit) templating technology behind the scenes. Because users can customize the templates to a great extent, we...
    Posted to What's New (Weblog) by Anonymous on 01-29-2009, 12:00 AM
    Filed under: Visual Web Developer, Visual Studio, ASP.NET, .NET, MVC, Development, Visual Studio 2008, TDD, VWD, visual Studio 2008 sp1, ASP.NET MVC Framework, T4
  • ASP.NET MVC Preview 4 Finds

    I’ve went through the ASP.NET MVC Preview 4 source and found some interesting finds that will help you do work more easily. These 6 finds are just the tip of what I’m sure is included in this drop. ( Read more… )
    Posted to eWorld.UI - Matt Hawley (Weblog) by mhawley on 07-17-2008, 12:00 AM
    Filed under: ASP.NET, Development, Programming, MVC
  • Lambda Based RedirectToAction Sample Updated to MVC Preview 3

    Utilizing Lambda expressions, make the RedirectToAction method much easier to use, read, and refactor! This update took the original sample and it now works with the MVC Preview 3 bits. ( Read more...)
    Posted to eWorld.UI - Matt Hawley (Weblog) by mhawley on 05-30-2008, 12:00 AM
    Filed under: .NET, ASP.NET, Development, MVC
  • ASP.NET MVC - Localization Helpers

    Learn how to easily use localization within an ASP.NET MVC application utilizing similar methods to that of ASP.NET resource expressions. I show 3 different approaches to using localization within your application. ( Read more... )
    Posted to eWorld.UI - Matt Hawley (Weblog) by mhawley on 05-23-2008, 12:00 AM
    Filed under: .NET, ASP.NET, Development, Programming, MVC
Page 1 of 3 (21 items) 1 2 3 Next >