Tuesday, October 23, 2012

Day-1: What is the meaning of Dot(.) in Dot Net?????

Today is my first article on Dot Net.




I thought of starting my blog on "What is the meaning of Dot (.) in DotNet?"

According to Microsoft MSDN,Dot (.) in Dotnet means Accessors.

Dot (.) is used for accessing Properties,Classes and Methods within the .NET Framework class libraries.

This is an in-built mechanism of Dot Net Framework.

----------------------------------------------------

Continued...

Happy Learning..Happy Programming :)