Feedback from www.love2trade.com

Hello there, This is just to contribute ideas, feedback, comments from anybody that visited the test site for love2trade. Thanks for sharing! -Ash

Get notified when your website throws an exception.

I used this code below in my website www.love2trade.com. This will send an email whenever an exception is thrown in your asp.net website, there is a 15 minutes throttle on the frequency of emails. In Application Start Class private static int _exceptionCount; private static DateTime _timeofLastException; private static object _timeofLastExceptionLock = new object(); private static [...]

Finding Distance between two points using longitude and latitude

This is a method that calulates a distance between two points. Let me know if you have a more acurate formula.