Viewing 15 posts - 106 through 120 (of 269 total)
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...
February 24, 2006 at 7:11 am
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.
February 23, 2006 at 1:40 pm
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....
February 23, 2006 at 6:25 am
Don't forget these two resources:
I like to use MBUnit to run the tests in a...
February 9, 2006 at 8:01 am
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...
January 20, 2006 at 6:59 am
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...
January 19, 2006 at 12:49 pm
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...
January 19, 2006 at 5:35 am
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...
January 17, 2006 at 7:20 am
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...
January 11, 2006 at 7:24 am
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...
December 13, 2005 at 8:29 am
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...
December 13, 2005 at 7:30 am
We have probably close to 2000 procs
across several interrelated apps and of late we have slowly been moving towards using paramaterized queries,...
December 12, 2005 at 2:33 pm
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...
December 12, 2005 at 7:26 am
Hmmm, hobbies... I hope to have time for one of those again soon!
When I am not at work, trying to finish my...
December 9, 2005 at 7:17 am
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...
December 8, 2005 at 7:13 am
Viewing 15 posts - 106 through 120 (of 269 total)