Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » ASP.NET   (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: ,

Solve Postback Hassles with Cross-Page Postbacks in ASP.NET 2.0

Hi, ASP.NET 2.0's new cross-page postback capability is great as it allows you to posat a web form to another in your application. Learn more on it at my article at the following link:-- http://www.devx.com/dotnet/Article/33835 -Joydip Share this
Posted by joydipkanjilal | 0 Comments
Filed under:

Microsoft ASP.NET Connections [Orlando, FL March 25 - 28]

Hi, Stay updated with the cutting edge technologies related to ASP.NET. Register for this awesome event at the following link:-- http://www.asp-connections.com/shows/SP2007ASP/registration.asp?s=90 -Joydip Share this post: email it! | bookmark it! | digg
Posted by joydipkanjilal | 1 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: ,