Tag Archives: C#

Turtle Graphics Spiral In C#

As another example of what you can do with graphics in C#, I decided to recreate a famous Turtle Graphics spiral design. I can’t find an official name for this classic design. I decided to call it Spiral of Circles. … Continue reading

Posted in Graphics, Programming | Tagged , , , | Leave a comment

How To Create A JSON Web Service In ASP.NET

ASP.NET makes it easy to create web services but they usually return XML. Like many web developers I now prefer JSON. This article and sample code will show you how to get your web service to return data in the … Continue reading

Posted in ASP.NET, Databases, JavaScript, Programming, Web | Tagged , , , , , | 46 Comments