In my previous Article ADO .NET Evolution: Part I: 2-Tier to 3-Tier I have explained the mistakes we make when developing ADO .Net applications.Here in this Article I will try to explain a real implementation of the 3-Tier Application with an example. You might be thinking "During this new era of Data Access Technology what is the need of learning a Basic 3-Tier Application development process?" Yes you are correct, but before implementing any new .Net Design Patterns like LINQ, Entity Model, MVC, MVP or MVVM we need to understand the basics of 3-Tier Application. Basic Rules and Concept of 3-Tier Application
ADO .NET Evolution: Part II: 2-Tier to 3-Tier
NLayers Architecture
Hi, Thanks for the article but it would be good if i get the same example in VS 2008
Very good article :) Thanks
Good article. keep it up...
Yes you are absolutely correct. This application is being generated by one of the automated tool (.net Code Engine - visit this link for more information: http://www.dotnetcodeengine.com), which is one of my product. So this kind of mistake is there in the tool it self. I will always try to avoid this kind of mistake in future. Thanks a lot for evaluating the article.
Hi Swain, Appreciate your efforts and have a suggestion/question. At the end of Step 3, there is a conversion toString and casting back? Have you tried to read the values from datareader in their native data type which can save one conversion and not blowing program out of resuorces incase this model is followed for an enterprise application. Thanks.