Archive for the ‘Public Beta’ Category

  • ASP.NET MVC Controller Code Layout

    I’ve created a code layout for ASP.NET MVC Controllers.
    I think that the first thing you will look in a controller is its actions, so this code layout just puts them first, then organizes the rest.
    The actions are ordered by name (which would be the fastest way to locate an action), then by ascending parameter count [...]

  • HOWTO: Get Regionerate to Run on Visual Studio 2010 Beta 2

    I really hoped to get Regionerate running quickly on Visual Studio 2010 Beta 2.
    Unfortunately, since there are several breaking changes with Visual Studio 2010’s extensibility model, I found myself messing around with it too much.
    I’m not giving up, but I just need to clear an afternoon for it. Meanwhile, Since I’ve been getting a whole [...]

  • Support for MS-Test

    Eeek. I had to write a bunch of unit tests with MS-Test yesterday.
    I found out that the Unit Test class style only supports NUnit & MbUnit style fixtures (TestFixture, Test attributes etc.) and does not support the MS-Unit attributes.
    Anyway, there is an updated version in the trunk. Should be available on the nightly build.