https://www.developerfusion.com/t/documentation/tutorials/ Documentation Tutorials & Articles from Developer Fusion 2010-10-04T08:47:00.00Z http://www.developerfusion.com/article/84436/documentation-made-easy-with-c-and-xml/ Documentation made easy with C# and XML 2010-10-04T08:47:00.00Z Of course you want to document your code, but how many of us do? Mike James thinks that coding and documenting can go hand-in-hand. Mike James http://www.developerfusion.com/article/8325/spatial-data-in-sql-server-2008/ Spatial data in SQL Server 2008 2008-10-22T16:11:00.00Z Jason takes you back to those high school geometry lessons and demonstrates how to take advantage of the new geospatial and geometric data types in SQL Server 2008. Jason Follas http://www.developerfusion.com/article/7437/inside-aspnet-ajax-back-end-services/ Inside ASP.NET AJAX back end services 2008-01-26T13:30:00.00Z Most of the emphasis with AJAX is on how to perform an asynchronous update at the client. Dino Esposito considers the other end of the connection – how exactly does the server provide the data that the client needs? Dino Esposito http://www.developerfusion.com/article/3653/programming-in-c/ Programming in C++ 2003-05-24T08:20:00.00Z C++ tutorial covering comp sci background, syntax, data types, operators, type conversion, logical expressions, control structures, formatting output, functions, pointers, arrays, array-type problems, user-defined types, header files, structures, enum types, graphics, classes, function/operator overloading, static variables, and much more. A must read for anyone learning C++. Mike Ware http://www.developerfusion.com/article/2190/remote-scripting-with-javascript-and-asp/ Remote Scripting With JavaScript and ASP 2002-03-28T08:43:00.00Z Remote scripting is an extremely powerful feature available in both Netscape Navigator and Internet Explorer. It allows us to use a combination of scripting languages to call server side ASP code from the client using JavaScript. In this article Mitchell shows us how to install remote scripting as well as two examples of using it to interact with ASP scripts using client-side JavaScript code. Mitchell Harper