I found a very interesting webpart for my new website which is built with SharePoint 2010 Foundation Server.
This webpart is made by ton stegeman it is a Silverlight bing map. Which gets data out of lists via the Client Object Model.
Great!!
After downloading the code I made couple of changed since I did not want to load it from comments but another list.
When I started to debug I got security errors the problem is that ClientContext is not able to authenticate against a anonymous site.
I hope they are going to fix it for Release Candidate or RTM.
Or if you have a workaround please let me know(of course with the ClientContext)
The workaround I am going to use is a webservice to the list. Which still works in SharePoint 2010 Beta.
Hope this post helps you with developing for SharePoint 2010.