Using the Bing Map REST Service with .NET (simple notes)

2017-03-26


I had a chance to learn a little bit Microsoft Bing Map Development Knowledge when a friend visited. Let me record something which we talked about (actually I learnt)

Microsoft released the new Bing Map Web V8 Control in 2016, the formal released date is June 22, 2016. Bing Map Web V8 Control is good to write JavaScript code to handle Bing Map.

Microsoft also has other options for developers: REST Services, For Win 10, For WPF, Spatial Data Services. If you do not know which solutions is right for you, check here for help information.

If we want to use Bing Map REST services with .NET, we can read here, also we can use Microsoft’s open source Bing Maps REST Toolkit for .NET.