Working with SQL Server 2005
So I've been writing an application using SQL Server 2005 for interaction with a C# based Windows application. I must say that databasing with this tool is very interesting. There are alot of great ways to do the same thing and using stored procedures has been alot easier than writing long PHP or Perl versions of the same.
System.Data makes creating connections to and interacting with databases a dream. The Server Explorer makes administrating to the database ridiculously easy in comparison to....say...command line or phpmyadmin. Ultra programmer friendly in my opinion.
The best thing is any questions I can't answer myself I can easily run down in Google, my books, help or a messageboard.