Hi guys,

I'm very much confused about the best approach in 3 Tier Architecture in ASP.NET.

I have an application in ASP.NET and I applied the 3 Tier Architecture using the approached shown in this link http://www.asp.net/learn/data-access/?lang=cs. But, during my development I found out that the approached used in this link http://www.dotnetfunda.com/articles/article71.aspx is much more flexible. Now, I'm confused which one should I used to make my programming life easier. Which is the best practice in 3 Tier Architecture? The first one which is using a DataSet Model or the second one using hard coded and stored procedure? I hope you understand what I mean.