Developer Resources
IdeaBlade's DevForce Express
DevForce Express is the free version of IdeaBlade's DevForce productivity tool. DevForce Express integrations directly in
Visual Studios making code generation extremely easy. DevForece Express only supports Sql Server and is tightly bound to
Mircosoft's Enterprose Library.
http://www.ideablade.com
FreeTextBox
FreeTextBox is an awesome HTML editor control for ASP.NET. The free version supports must of the typical
features that most blogs, internet email clients and article edits support such font formatting, image inserting, and HTML code view.
The licensed version support such features as HTML element style editing, Word Cleanup and XHTML Conversion.
http://www.freetextbox.com/
ASP.NET RSS Toolkit
A very cool toolkit for consuming and publishing RSS Atom RDF and OPML feeds. This toolkit includes a RSSDataSource contol
that can be bound to ASP.NET data bound controls for consuming feeds within your ASP.NET application, RSS HTTP handler, support
for caching of downloaded feeds both in-memory and on-disk and much more. This is a must have toolkit ASP.NET developers; plus
did I mention its free
http://www.codeplex.com/ASPNETRSSToolkit/
LINQPad
With LINQPad, you can write a LINQ to SQL statement and have it execute against a database and get an
instant result. This tool is great for learning and/or debugging your LINQ to SQL statements.
LINQPad also supports LINQ to Objects and LINQ to XML.
http://www.linqpad.net/
Aptana Studio
Aptana Studio is a full-blown web development IDE; however, it does not support development for the
.NET platform (at least as of 4/26/2008) but it serves as an awesome JavaScript intellisense editor
(even better than the new Visual Studio 2008 in my opinion). What I really like about Aptana is that
it has a right menu panel that lists all of the JavaScript functions that are in the current
JavaScript file you are editing, much like the drop down list at the top of the code editor in
Visual Studios, and if you click on a function from within the list, it places your cursor in the
start of the function in the JavaScript file your editing, which is very useful if your editing a
rather larger JavaScript file.
Like I state above, Aptana is a full-blown web development IDE that currently supports development
on the following platforms via plug-ins: Rudy-on-RAILS, Adobe’s AIR, PHP and IPhone. The community
edition is FREE and supports the JavaScript editing features stated above, the Pro edition adds
support for a JSON and XML editor, Ruby performance profiler and other non .NET related features.
http://www.aptana.com/