Auto-Implemented properties comes to Visual Basic 2010

(This post is part of my Visual Studio 2010 series)

In C# we can create properties for classes in simple way by just specifying the below code, this option is called auto-implemented property, as the implementation is taken care by the compiler.  more...

Bookmark / Share

New Stream.CopyTo() in .Net framework 4

(This post is part of my Visual Studio 2010 series)

Stream.CopyTo() is a new method added to System.IO.Stream in .Net framework 4, which allows you to copy bytes from one stream to another easily and makes your code simple.  more...

Bookmark / Share

More secure gmail?

Just a quick tip.. if your gmail url is http://mail.google.com/mail/?shva=1# you might be wondering whether it is secure(as it is not https), it isn’t so secure, but recently Gmail changed its default mode to https, most people get the url as https when they login currently.   more...

Bookmark / Share