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...


  • Pushing Code to NuGet

    Pushing Code to NuGet

    May 11
    06

    I kicked up some dust yesterday when I suggested that pushing packages to Nuget could be a bit easier. Many retorts of “how could it possibly be simpler!?!?!?!” (I never grow tired of condescension - it makes me write posts :) and I thought to myself: “there has to be other people in my position”. So here it is - the Simple Guide To Pushing Code to Nuget - mostly for me to remember how to do it, but if you find it helpful yay!  NuGet.exe The first thing you’ll need is NuGet.exe. It’s a pa...


  • Microsoft.Data - It’s not as evil as you think

    Microsoft.Data - It’s not as evil as you think

    Aug 10
    04

    I wanted to jump in with my $0.02 (Canadian ) on Microsoft.Data. David Fowler, fellow ASP.Net team member, posted about it earlier today, and the response has been ... active . The message behind most of these responses has been that it encourages bad practices to novice developers. I think there's an important point that's being missed here: It doesn't matter how hard we work, as professional developers, to create clean architectures and abstractions, there's a whole world of novice developer...


  • Microsoft.Data - It’s not as evil as you think

    Microsoft.Data - It’s not as evil as you think

    Aug 10
    04

    I wanted to jump in with my $0.02 (Canadian ) on Microsoft.Data. David Fowler, fellow ASP.Net team member, posted about it earlier today, and the response has been ... active . The message behind most of these responses has been that it encourages bad practices to novice developers. I think there's an important point that's being missed here: It doesn't matter how hard we work, as professional developers, to create clean architectures and abstractions, there's a whole world of novice developer...



  • 1