TechEd from a Java Perspective
I noticed a few bloggers including Brad picked up Norman Alex Rupp recent TechEd blog postings. "These people don't write code--they have forms and wizards for developing just about anything you can think of. When they do write code, they have development tools that actually force them to write unit and performance tests" is an interesting statement from Norman. Over the last x months we have been churning through a lot of .NET candidates, a large majority of them really don't seem to care what code wizards generate, how .NET works under the covers, or why certain things work the way they do. A majority of the .NET candidates we've seen also don't seem to care or understand about performance issues. That's why the FxCop/Unit testing/etc integration that Microsoft is adding to Visual Studio 2005 is the best thing to happen to VS for a long time. At least now, developers who stay in the IDE world, can run everything in their world, and not have to think about running tools like FxCop externally - and hence not bothering to do so. I for one think that FxCop should be enabled by default in all VS projects - when I check VS 2005 May CTP last night, it appeared to be disabled by default.