Forum Replies Created

Viewing 15 posts - 106 through 120 (of 269 total)

  • RE: Detailed Test Poll

    I use MbUnit almost religiously. There are some things that are difficult to test such as code written against non-deterministic APIs. One of my primary responsibilities right now is SharePoint...

  • RE: Who Tests the Code Testers?

    I agree completely Scott! I often have to jump through some hoops to get my code organized in a testable form but the green bar is always worth it.

  • RE: Who Tests the Code Testers?

    Code Coverage utilities have been added to the repertoire of good developers that implement unit tests. The Code Coverage tools identify which areas of the code are not tested adequately....

  • RE: An Introduction to Test Driven Development

    Don't forget these two resources:

    I like to use MBUnit to run the tests in a...

  • RE: Move to an iMac?

    The Microsoft Virtual PC that I mentioned early has a version that runs on the Mac and allows Mac users to run Windows operating systems. You can also run some...

  • RE: Move to an iMac?

    Here is something of note for those that prefer Macs (unlike me) but still need to work in the Windows world:

    http://www.microsoft.com/mac/products/virtualpc/virtualpc.aspx

    Yep, Microsoft sells Virtual PC for the Mac. So...

  • RE: Move to an iMac?

    I have never really considered switching to a Mac. I thought about Linux instead of Windows but haven't done that either. The main reason for my sticking with the Wintel platform...

  • RE: Slow Fixes

    Here is a key point in the article:

    Toulouse pointed to one particularly problematic patch that took the company 200 days to fix: a vulnerability in a component of Windows...

  • RE: Bad Eyes

    Thought after all this advice, I think I'll be looking for an LCD soon

    -- Steve Jones

    I am hoping that it will be justification to buy a couple for the...

  • RE: Two Things

    A little bit but I don't use it. CodeSmith has Visual Studio integration which allows you to keep scripts and config files in a project. When you need to re-generate...

  • RE: Two Things

    Very slow and extremely painful. I hope you have a good test plan in place!

    It sounded like you were backsliding a little but by going with the dynamic SQL generation...

  • RE: Two Things

    We have probably close to 2000 procs  across several interrelated apps and of late we have slowly been moving towards using paramaterized queries,...

  • RE: Two Things

    Like Michael, I use CodeSmith to generate common stored procedures. Writing standard insert, update, delete, and select statements manually is a waste of time and invites errors. A tried and...

  • RE: Away From SQL

    Hmmm, hobbies... I hope to have time for one of those again soon!

    When I am not at work, trying to finish my...

  • RE: Pulling My Hair Out

    I think most of the Anti-MS backlash comes from people who find Microsoft's business practices to be questionable. I don't like a lot of things that Microsoft does to beat...

Viewing 15 posts - 106 through 120 (of 269 total)