This post originated from an RSS feed registered with Web Buzz
by Josh Baltzell.
Original Post: Thank you .NET Framework / SQL Team for giving me useful errors
Feed Title: ShortDomainName.com
Feed URL: http://www.contegix.com/Rss.aspx
Feed Description: Weblog of Josh Baltzell. Focusing on the computer industry and .NET programming related news. I like to get involved on the discussions wherever they are.
I want to thank the teams at Microsoft who design the software I use daily. I would not be as far as I am without the useful error messages I get back when designing my ASP.NET pages. Here's a quick sample: I was adding a Stored Procedure today and I forgot to set a variable in the stored procedure as output. If I had no error message I would have probably assumed it was the code I just wrote to called the stored procedure instead of the procedure itself. With the error message below the problem was fixed in far less time than it took to write this small post.
Formal parameter '@RowCount' was defined as OUTPUT but the actual parameter not declared OUTPUT
So thank you Microsoft developers. You truly make my life easier.