CodeBetter.Com
CodeBetter.Com
RSS 2.0 via Feedburner
           Do you Twitter? Follow us @CodeBetter

Paul Laudeman

Helping You to Make "Smart Clients" Smarter!

January 2005 - Posts

  • Are you Test Driven? If so, check out the TestDriven.NET VS.NET plug-in

    TestDriven.NET is a popular plug-in for Visual Studio .NET (formerly known as NUnitAddIn) that allows you to easily run your unit tests within the IDE.

    Some of my favorite features include:

    • Ability to run your test on a single method, within a class, or within a namespace
    • Jump into the debugger by defining breakpoints within your test fixtures
    • Convenience of not having to switch to an external program to run my unit tests (nunit gui, etc.)
    • Failing tests show up in your Task List and are just a double-click away

    If you're Test Driven and want to try an add-in that I feel will positively boost your TDD experience, check out TestDriven.NET!

    TestDriven.NET

    Technorati Tags: ,  

  • Enterprise Library 1.0 released

    The announcment of the release of v1.0 of Enterprise Library (EntLib) has drawn a lot of attention from many bloggers across the net. If you haven't heard of EntLib before, it is a new release and repackaging of all the existing Application Blocks (CachingConfiguration, Data Access, Cryptography, Exception Handling, Logging and Instrumentation, and Security).

    What's exciting about this release of the library is that the patterns & practices group has listened to the feedback from the community and has enhanced all of the blocks in the following ways:

    • Added consistency in the API design and configuration of the blocks
    • Enhanced documentation and samples to accelerate understanding and adoption
    • Reduce inter-dependency between the blocks
    • Providing a rich GUI interface to set configuraiton options, rather than manually editing XML files

    I first heard about the Enterprise Library back last October at Microsoft's Patterns & Practices Summit in Reston. It was exciting to hear about Microsoft's commitment to supporting the development community and shaping their product direction around the feedback they were receiving, as well as through their partnership with Avanade. Sandy Khaund, the Group Project Manager for the p&p group, encourages the community to get actively involved by visiting and participating in the GotDotNet workspace.

    I'm looking forward to installing EntLib and taking it for a test drive right away. Be sure to look for more posts from me and my fellow bloggers here on CodeBetter in the coming days for our impressions and first thoughts. In the meantime, go ahead and download the bits and get your hands dirty--if the success of the original blocks is any indication of what these will look like, then all I can say is wow!

    If you're interested in a high-level overview of the blocks, check out this presentation by Tom Hollander given at the last p&p Summit.

More Posts