Category Archives: C#

C#

Bitwise and Enum

It’s been so long that I haven’t touched C# and today I got the chance to use it again, as you know, Enum is kind of popular in C# and for sure I encountered the bitwise operation again. To quickly pick it up again, I came across this awesome article http://weblogs.asp.net/wim/archive/2004/04/07/109095.aspx

Category: C#

Where AM I? An offline google map application.

Disclaimer: This article is for educational purpose only, it is purely demonstrating how google map works. Hi Guys, If you are reading this article, you should know about google maps. It’s an awesome service, and the API provided can help you to do lots stuff, ie inputting your GPS coordinates and pin point where you are.… Read More »

Category: C#