qt8gt0bxhw|20009F4EEE83|RyanMain|subtext_Content|Text|0xfbff070100000000e000000001001700
I thought it was time for a bit of miscellaneous linkage to some cool tools and services I've come accross and started using lately (Well some not so lately, but I've too been busy to post about).
C# Open Source - http://csharp-source.net/
This is awesome. A directory listing all known C# open source projects. A great place to look before you start building something yourself. CMS, portals, libraries, IDEs, frameworks, etc, etc, etc. There's an ok list there already, and I'm sure it will grow. The only thing I wish the site had was a place for reviews from people who have tried or are using each of the projects. I don't have time to go try them out all on my own. It would be a nice addition to be able to read & submit reviews. (Via The Daily Grind)
Free Conference - http://www.freeconference.com/
A *free* telephone conference center. Yes free. I use telephone conferencing for calls often to collaborate with other parties on projects. Usually with pay/commercial services. This service is identical. You can either create a new conference on the fly, or schedule a new conference and send out invites with on their website. Not a bad deal. There's a pay service available if you wish to use an 800 number for the conference. To use the service, you just call one of their numbers, and enter the conference code to either create the conference or join one. You can have up to 100 participants and the conference can last up to 3 hours (more for the pay service).
SqlBuddy - http://sqlbuddy.sourceforge.net/
An open source SQL Query tool written in C#. Great for MSDE users. Features include VS.NET style interface, color syntax highlighting, intellisense to suggest table/field/other object names while typing, printable table & schema reports, and more. It has a really nice look and feel although still a work in progress. It has some awesome potential.
NSurvey - http://www.nsurvey.org/
An open source ASP.NET survey framework written in C#. Easy to use web-based administration and very flexible. Easy setup with an MSI installer and a separate DotNetNuke module is available too. It has a feature list too long to mention here (Take a look at it's feature list). They have their own forums for support and getting custom extensions written by others. I started playing with this one recently and really love it so far. I'll be quickly ditching my own survey framework to use this one from now on.
Orthogonal Toolbox - http://www.orthogonalsoftware.com/products.html
It just occured to me that I never linked to this one before, although I've been using it for quite a while. The Orthogonal Toolbox is an addon for Visio that will export an ORM source diagram to XML and can bulk import fact types into the model. If you work with ORM (that's Object-Role Modeling, not Object-Relation Mapping) in Visio then this is a must have tool. It also includes sample XSLT for generating XSD schema from a database model diagram or for displaying an exported ORM diagram as an HTML report.