RESTful Northwind Examples

2008-03-19 @ 02:46#

now that database services are getting strong in exyus, i've decided to start putting together some examples using the Northwind sample database.

it's pretty much a cliche that any demo app built using Microsoft tools needs to have a sample app that uses the Northwind database. back in my days of writing database books for VB (versions 4-6 - yipes!), the Pubs database was the sample of choice. but that's another story.

anyway, i started with the products and categories tables. over the next several weeks, i'll put together simple articles on how to build REST-ful apps based on this classic set of data. it should be fun.

code