Saturday, December 19, 2009

Thursday, November 26, 2009

Auto Implemented Properties in C# 3.0

Happy Thanksgiving!!! I am homebound this thanksgiving and  I was not sure what to do during the holidays.

I always wanted to write technical blogs. May be today is a good day to start. A thanksgiving to all the bloggers and the nerds from whom I learned all the tricks since I left college.

Auto implemented properties are best described at:
http://msdn.microsoft.com/en-us/library/bb384054.aspx

I am creating my mind map to convey the idea quicker. I hope to perfect the idea of Mind Mapped Technology Charts through this simple example, so that I can use it in my later blogs for conveying complex concepts.

Here we go...

Mind Map : Please Click To Enlarge


Key Ideas


  • Generally useful when any logic is not required for getters and setters
  • If you have an autoimplemented public get and an autoimplemented public set the benifit over just creating a public class member variable is questionable



--Elavatta--