Create a Simple WCF Web Service and Use In JavaScript With Visual Studio 2008 and .Net 3.5
Sunday 14 September 2008 @ 12:20 am
Microsoft has made building a WCF Web Service to communicate with JavaScript very easy in Visual Studio 2008.  In this post, I’ll go through the basics of building this app and demonstrate it working.  Included is the project file which might be a help so you can run it yourself.  I have found a lot [...]
Comments (1) - Posted in ASP.NET 3.5, C#, WCF, XML  


Convert Garmin 705 Navigator TCX Format using LINQ to XML and Data Objects - Article 1
Saturday 16 August 2008 @ 4:51 pm

In this post, we will discuss what is necessary to convert the file created from a Garmin 705 navigator to C# .net Data Objects. We will use LINQ to XML to perform this function

Comments (1) - Posted in ASP.NET 3.5, Garmin, LINQ, XML