Tools
Below is a list of technologies and tools we use for some of our projects.

SubSonic is an open source data layer tool that's extremely useful is speeding up the production time of data connected applications. This tool has almost completely replaced our existing CodeBuilder. It's very flexible in that it supports queries, views, and dynamic data pulls. I highly recommend this to any development team who would rather spend most of their time doing the actual logic coding and not the mundane data piping.

In short, this is simply a pass-through web service membership provider and role provider library. I've taken advantage of the 2.0 membership provider model to allow pre-existing applications to easily integrate this library.
Click here to goto the project's website
If you would like to make a financial contribution to this project, please click the button below. Contributions are made completely at your discretion and not required. However, they are greatly appreciated!
Code Builder
This is a custom tool we built in-house that generates our business code and data layer code in C# 2.0. We've actually stopped using this and replaced it with our current data layer code SubSonic, which is an open source solution widely supported by the development community.