Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » C#   (RSS)

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
Posted by joydipkanjilal | 0 Comments
Filed under: ,

Partial Classes in ASP.NET 2.0

Hi All, The concept of Partial Class can improve your code readability and maintainability to a great extent. Find more on it at my article at the following link: http://www.aspnetpro.com/newsletterarticle/2007/01/asp200701jk_l/asp200701jk_l.asp -Joydip
Posted by joydipkanjilal | 0 Comments
Filed under: ,

Value and Reference Types in .Net

Hi All, The concept of Boxing and UnBoxing are very important for new comers to .NET. Please find my article at the following link that discusses on this concept: https://www.sswug.org/see/31905 Vote and Rate it! -Joydip Share this post: email it! | bookmark
Posted by joydipkanjilal | 0 Comments
Filed under: ,