Render map in .Net using extracted

I’m currently playing around in .net (c#) developing against my gps receiver and I would like to render maps using openstreetmap.
Either I’m just stupid or really bad at searching, because I can’t find any good examples on how to do this.

I’ve found the source code for the Kosmos renderer, but no documentation.
Which renderer is recommended for rendering tiles from a downloaded osm file (no internet connection in the car) and is there any documentation available for this?

/Daniel

Well Kosmos seems to be your only option since you want to do it in .net, there is this Silverlight thingy but it’s not even alpha.

The problem is the lack of documentation (as always with opensource :/)

The problem isn’t the lack of docs, but that it’s not really made for what you want.