
I have attended the DevLink conferences for the past two years. I have been blown away with the conference sessions. It is well organized. There are only 300 or so slots left for registration and at $50.00 before July 4th 2008 and $75 after until cut off August 1, 2008. You really should not miss this conference.
Speakers Page : Here
Agenda: Here
Get You Pass/Register: Here
@Twitter: Here
Read more…
Categories: General Life, javascript, OS, Programming, t-sql Tags: .NET, 2008, C#, Conference, devLink, Microsoft, MTSU, Murfreesboro, TN
The Author PooranPrasad has compiles a concise article on setting up SMS messaging for applications.
Full article Here.
Read more…
Calculating the distance between ZIP codes has become a common feature in search engines. For instance, if you’re searching for restaurants, a Web site will often allow you to enter a ZIP code and display all of the restaurants within X miles of that ZIP code. Here is one way application developers to implement a ZIP code distance calculator using the .NET Framework and C#.
This article uses a derivation of the Haversine formula to calculate the distance between ZIP codes. The Haversine formula is used to determine the distance between two points on a sphere – in this case the earth. While this isn’t 100 percent accurate due to the earth not being a perfect sphere, it is probably as close as you’re going to get without getting out the tape measure!
Author: Zach Smith
Find TechRepublic Article Here.

Download PDF and Code Here