Interview Question in SQL Server Performance Tuning


 

Interview Question :: ADO.NET Development


I am new to ASP.NET but not to SQL Server. I created a Windows and WEb front end using VB.NET and ASP.NET respectively, using hand coding the SQL connection, command, stored procedures etc. The data wizards seem to greatly simplify this process, especiall when binding objects like text boxes, drop down lists etc. My question is, is there a difference in performance, is it considered cheating, do employers or other developers frown upon using the wizard method?
Answers to "ADO.NET Development"
RE: ADO.NET Development?

Its not cheating, though the wizards will not work for every data design and might not be the most efficient (adding bulk data, for example)
 
Vote for this answer ::  
Update Alert Setting