Click here to Skip to main content
15,896,726 members

Videos


1. Using HTML 5 Geolocation, Google Maps to Generate Driving Distance
HTML5 will introduce many new and exciting features including the addition of geolocation. Geolocation allows a device to determine a global position of the device (latitude and longitude), it’s accuracy (horizontal accuracy and vertical accuracy), altitude, and speed.
Jason N. Gaylord Updated: 1 Oct 2012
Rating: 4.00/5 ( (1 vote))
2. Converting a .NET DateTime object to a JavaScript Date object
When using a WCF or ASMX web service in ASP.NET, you might find the need to pass back a DateTime object via JSON. However, what you might not realize is that by passing a .NET DateTime object back to JavaScript, you’d receive an “Invalid date” script exception. The data being passe
Jason N. Gaylord Updated: 1 Oct 2012
Rating: 5.00/5 ( (1 vote))
3. Resolving an SmtpException stating 'Too many messages for this session'
Have you ever noticed an exception being thrown by your application stating something like the following:System.Net.Mail.SmtpException: Service not available, closing transmission channel. The server response was: #4.x.2 Too many messages for this sessionThis has been an issue since early versions o
Jason N. Gaylord Updated: 1 Oct 2012
Rating: ( (No votes))
4. Using Data Annotations in the .NET Framework
How to use data annotations in the .NET Framework
.NET » »
Jason N. Gaylord Updated: 1 Oct 2012
Rating: ( (No votes))