I've recently started developing in ASP.NET and I tell you, as neat and easy as all that pre-code is, what a waste it seems to me! I mean, I do the whole drag and drop thing of the DB connection, then dataadapter, and finally a dataset and I see a TON of code pre-built ready to deal with inserts, updates, and deletes when all I wanted to do was bring back a simple record set!
So my question is this, is it better to just leave it as is and deal with it or just clean all that unnecessary code out? Or, if the more advanced developers are totally avoiding that drag-and drop crap (which I'm thinking of doing) and just writing the code manually?
Thanks ...
Ed (RoadRacer) Holguin
"I Hate Computers!"
So my question is this, is it better to just leave it as is and deal with it or just clean all that unnecessary code out? Or, if the more advanced developers are totally avoiding that drag-and drop crap (which I'm thinking of doing) and just writing the code manually?
Thanks ...
Ed (RoadRacer) Holguin
"I Hate Computers!"