Restful WebServices

posted in: Uncategorized | 0

So lately I’ve been converting some SOAP WebServices to Rest webservices.  There’s lots of papers on REST but atm there’s no real standards, just guidelines.  As far as i can tell, it’s just passing data using HTTP. So if i … Continued

Virtual Earth V4 3D videos

posted in: Uncategorized | 0

Some interesting videos from the developers of Virtual earth V4 (3D) http://www.on10.net/Blogs/laura/virtual-earth-3d-the-next-dimension-in-search-well-at-least-the-third-dimension-/ http://channel9.msdn.com/ShowPost.aspx?PostID=254128 I need to get myself an xbox controller!

Virtual Earth Code Wiki

posted in: Uncategorized | 0

With the launch of V4 of Virtual Earth we have put together a simple wiki open to anyone over at ViaVE. http://viavirtualearth.com/wiki/AllPages.aspx The idea is that all those little cool snippets of code go some useful and the power of … Continued

Study notes 70-553 Section 1 part e

posted in: Uncategorized | 0

Embed configuration management functionality into a .NET Framework application. (Refer System.Configuration namespace) • Configuration class and ConfigurationManager class • ConfigurationSettings class, ConfigurationElement class, ConfigurationElementCollection class, and ConfigurationElementProperty class • Implement IConfigurationSectionHandler interface • ConfigurationSection class, ConfigurationSectionCollection class, ConfigurationSectionGroup class, and ConfigurationSectionGroupCollection class • Implement ISettingsProviderService … Continued