M
Mike P
I have been programming for a while in C# and ASP.NET, and on some big
projects I have tried to make an attempt to do 3 tier develpoment,
putting all my database stuff in a separate class and creating business
classes where necessary. But I have been going through the 3-tier
development tutorials on the www.asp.net website
(http://www.asp.net/learn/dataaccess/default.aspx?tabid=63), and
everything is built on strongly typed datasets. Do real programmers
actually use these, as it seems to me to be simpler just to carry on
putting all the data access stuff in one class, whereas strongly typed
datasets in visual studio seem to make things very fiddly and more
complicated than they need to be.
Can anybody give me any advice on this?
projects I have tried to make an attempt to do 3 tier develpoment,
putting all my database stuff in a separate class and creating business
classes where necessary. But I have been going through the 3-tier
development tutorials on the www.asp.net website
(http://www.asp.net/learn/dataaccess/default.aspx?tabid=63), and
everything is built on strongly typed datasets. Do real programmers
actually use these, as it seems to me to be simpler just to carry on
putting all the data access stuff in one class, whereas strongly typed
datasets in visual studio seem to make things very fiddly and more
complicated than they need to be.
Can anybody give me any advice on this?