Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Introducing the Class Designer
Sep 30, 2005 at 3:46 PMI strongly disagree. When designing a new class, one should first think of all the public actions it can perform. Once the "public" functionality of a class is finalized, one can jump into the code view and write the definitions of those methods, adding private (helper) methods when neccessary.
Anders Hejlsberg - LINQ
Sep 20, 2005 at 2:33 PMI hope there wouldn't be a way to do it.
This is more or less VB6 way; but wait, VB6 had parameterized queries for ages but noone used them.
Concatenating SQL queries is evil. Search Google and MSDN for "SQL Injection Attacks" to see how dangerous it is.
Besides manually generating WHERE clauses is wrong from the proper design prespective.
-DashNY