Tuesday, March 27, 2007 3:05 PM
joydipkanjilal
Implementing a Generic Data Transfer Object in C#
Hi,
We often use DataSet or DataTable instances or Business Entity instances to pass data through the layers of an application in ASP.NET. The major disadvantage of this approach is that if you decide to change the data container, i.e., any of these three stated above, you need to change your source code here and there. I have authored an article on Data Transfer Object that illustrates how you can implement a generic approach towards passing data through the layers of an ASP.NET application. Please find the article at the following link:
http://aspalliance.com/1215_Implementing_a_Generic_Data_Transfer_Object_in_C
Please share your views!
-Joydip
About joydipkanjilal
An industry experience of over 10 years. Worked extensibly in Microsoft Technologies. Working in .Net and C# for over 5 years. Skills include,
C,C++,Java,C#,VB,VC++,ASP.Net,XML,UML,etc.
I am currently working as a Technical Architect in a reputed MNC in Hyderabad, India. I have authored a lot of articles on .NET and its related technologies at ASPALLIANCE, DEVX, ASPNETPRO, CODERSOURCE, SQL-SERVER-PERFORMANCE.COM, SSWUG, etc.
Mail ID: joydipkanjilal@yahoo.com
I blog at: http://aspadvice.com/blogs/joydip/