Articles : Page 1 of 1

  • Two bugs in ASP.NET MVC 3 and a workaround for both

    Two bugs in ASP.NET MVC 3 and a workaround for both

    Jun 11
    14

    So I spent an hour today arsing about with a couple of ASP.NET MVC 3 bugs. One was a Routing issue that caused it to act differently to MVC 2. The second I found was a FormsAuthentication issue that insisting on sending me to /Account/Login. Amazing how this crept in really given that it was community tested to death with such a massive ASP.NET MVC following so it is a wonder they weren't weeded out and fixed before RTM. Oh well, don't pretend you don't like a challenge. Routing doesn't work t...


  • Introducing NuPack Package Management for .NET - Another piece of the Web Stack

    Introducing NuPack Package Management for .NET - Another piece of the Web Stack

    Oct 10
    06

    Microsoft's been filling out the Web Stack with more and more right-sized LEGO pieces lately, and today ScottGu announced the developer preview of NuPack. It's a piece of the stack that's been notably missing for years and after using it for a while now, I'm not sure how I lived without it. NuPack is a package management system for .NET. The goal of NuPack is to make the process of incorporating third party libraries into your solutions as simple as possible. NuPack - The Idea Here's how ...


  • Updated Release: MVC 2 - 2.0.96.0 (Sep 28, 2010)

    Updated Release: MVC 2 - 2.0.96.0 (Sep 28, 2010)

    Sep 10
    28

    Please see the Change Log for a complete list of changes.Description of the releases:MvcContrib.Release.zip MvcContrib.dll MvcContrib.TestHelper.dll MvcContrib.Extras.Release.zip T4MVC. The extra view engines / controller factories and other functionality which is in the project. This file includes the main MvcContrib assembly. Samples are included in the release. You do not need MvcContrib if you download the Extras. ...


  • Updated Release: MVC 2 - 2.0.95.0 (Sep 14, 2010)

    Updated Release: MVC 2 - 2.0.95.0 (Sep 14, 2010)

    Sep 10
    14

    Please see the Change Log for a complete list of changes.Description of the releases:MvcContrib.Release.zip MvcContrib.dll MvcContrib.TestHelper.dll MvcContrib.Extras.Release.zip T4MVC. The extra view engines / controller factories and other functionality which is in the project. This file includes the main MvcContrib assembly. Samples are included in the release. You do not need MvcContrib if you download the Extras. ...


  • T4MVC generate lower case paths

    T4MVC generate lower case paths

    Aug 10
    19

    I noticed that my URL paths that are being generated using using T4MVC's excellent MVC templating were coming out in title case. This is a problem since we try to keep all URLs lower case since Google deems URL in different cases showing the same result as duplicate content. I looked through a lot of the code that is generated by the tool and traced the problem all the way to the MyController.generated.cs file: public class ActionNamesClass { public readonly string Index = "Index"; public re...



  • 1