Welcome to AspAdvice Sign in | Join | Help

January 2007 - Posts

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: ,

Dangling Pointer

What is a Dangling Pointer? This has often been asked by my students. Here comes the answer. A dangling pointer is one that points to an object that has already been deleted. As an example, let p1 and p2 be two pointers that are pointing to an object
Posted by joydipkanjilal | 0 Comments
Filed under:

Happy New Year

Hi All, I wish all my readers a Very Happy New Year. Find the links to all my articles published in various sites on the left side bar of this blog. View them, rate them, discuss them and let me know your comments. I am thankful to all my readers for

State Management in ASP.NET (Part I)

In ASP.NET there are various numerous ways to preserve the state of the web pages; both in the server and the client side. All these methodologies have their pros and cons. Know more on this at http://www.sswug.org/see/31904 I would welcome reader's

Best Practices in ADO.NET

Hi, Please find my article on the best practices that can be followed for improving ADO.NET performance at the following link:-- https://www.sswug.org/see/31864 I would welcome readers comments and ratings on my article. Please rate it! -Joydip Share