I have Visual Studio 2005 and I start to read ASP.NET 2.0 tutorials. In all tutorials they say that DataSource control and wizards are much better then writing the code for connections, filling dataset etc… They say:
“While point-and-click data access is useful for prototyping and for beginners or hobbyists who have little to no programming experience, wizards and the like are generally frowned upon by more seasoned developers since they typically offer ease of use at the cost of extensibility and customizability. The ASP.NET 2.0 data source controls, however, provide the best of both worlds, in my opinion - they can be quickly and easily configured to work with data, yet through a myriad of events that are raised during the data source controls' lifecycles, provide the flexibility for use in more advanced scenarios. “
I would like to hear developer’s opinion about this. Should I start with DataSource control or with the old way of programming?
Thanks in advance
“While point-and-click data access is useful for prototyping and for beginners or hobbyists who have little to no programming experience, wizards and the like are generally frowned upon by more seasoned developers since they typically offer ease of use at the cost of extensibility and customizability. The ASP.NET 2.0 data source controls, however, provide the best of both worlds, in my opinion - they can be quickly and easily configured to work with data, yet through a myriad of events that are raised during the data source controls' lifecycles, provide the flexibility for use in more advanced scenarios. “
I would like to hear developer’s opinion about this. Should I start with DataSource control or with the old way of programming?
Thanks in advance