Welcome to AspAdvice Sign in | Join | Help

Joydip Kanjilal's Technology Corner

Microsoft Most Valuable Professional (ASP.NET)

Tags

News

  • My book titled, "Sams Teach Yourself ASP.NET Ajax in 24 Hours" has been published!

    Received the MVP Award again!

    My first ever book has been published!


    I received the Microsoft MVP award in ASP.NET for 2007.

Articles

My articles at ASPNETPRO

My articles at ASPTODAY

My articles at CoderSource

My articles at DevX

My articles at DotNetJohn

My articles at www.asp.net

My articles at www.sql-server-performance.com

My Favorite blogs

September 2006 - Posts

Why is the size of an Object not zero in C++?
In C++, it is possible to declare a class that contains nothing inside it and then instantiate the class. But the strange thing is that the size of this class is never zero. Ideally, the size of such object is the value of the least positive integer. Read More...
Static vs Non - Static Methods
This is an often misunderstood concept but an important one for learners who are new to C++/Java/C#. A static method belongs to the class and a non-static method belongs to an object of a class. That is, a non-static method can only be called on an object Read More...
Introducing Serialization in .NET
Please find my latest article on Serialization in .NET at http://aspalliance.com/983 Write back to me with your views. I would look forward to it. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...