I’ve really been doing tons of hard core dev work with some of the newer .NET 3.0 technologies lately. The project that is underway currently has been utilizing the WCF (Windows Communication Foundation) since it was beta and the SCSF (Smart Client Software Factory) since the first real CTP. Those two foundations I have felt that the real technology utilization of .NET 3.0 was only halfway completed. That notion being planted in my head, I’ve begun a trek to tie together the other parts of .NET 3.0 such as the WPF (Windows Presentation Foundation) and WF (Windows Workflow). For that trek I use the following development tools, libs, factories, foundations, etc.
The following items are what I have installed for my development efforts:
- ReSharper – ReSharper is one of the, if not the most kick ass product for cleaning up, writing solid, keeping things formatting, intellisense enhancing, beautiful code helper application on the market! This product is produced and sold by JetBrains. I highly suggest going on getting this product.
- EntLib (Enterprise Library) – Application Blocks baby!!! These rule. If you’re building an application for an environment that could even remotely be considered “Enterprise” you should seriously consider using these. If you aren’t, you’re most likely doing something VERY wrong.
- WCSF (Web Client Software Factory) – The WCSF is very helpful when building web applications with dedicated horizontally developing teams. Check it out, you might find it useful for even non-horizontally aligned teams.
- Guidance Automation – The Guidance Automation Toolkits assist with templates and such for things like the Smart Client Software Factory, Web Client Software Factory, and other such foundations. These can be very helpful to reduce those initial setup of code files for the mentioned foundations.
- Cropper – Cropper is a screen shot utility, been around for a while, been pointed out by dozens of developers, very helpful little utility with very little overhead! This is the way helper applications should work!
- dotnetfx3 – Download it, code with it, love it.
- WPF & WCF Extensions – WF Extensions and WPF/WCF Extensions are rather vital to modern .NET 3.0 Development. Download and install these already!
- WF Extensions – As mentioned above, WF Extensions are vitally important and awesome!
- Easymock.NET – Easymock is an easy dll lib that can be added to projects to do mock testing. If you aren’t really familiar with mock testing I’ll have some posts on site soon, but until then check out the download and hit up Google with “mock unit tests” and you’ll have a plethora of things to read up on.
For Windows XP vs. Vista CTP releases and compatibilities check out the MSDN Site write up.
I’m looking forward to your post(s) on mocking. 🙂
Still working on that! 🙂 One of these days sooner than later.