March 1, 2023
Thanks to everyone who attended the Lunch-n-Learn last week. As promised, the solution that I used during that demonstration is provided here.A few notes about the environment and tools that I used during the presentation.
Link to Bing Map API - https://www.bingmapsportal.com
The solution is far from production worthy, but should be sufficient to demonstrate and recreate the features being presented last week.
Additionally, you will need to create a SharePoint list from which you will pull the data. The list that I created is named “Silverlight_Demo Contacts”. You can name your list whatever you like, but the code in MainPage.xaml.cs will need to be modified to match the name of your list.
If you use the Contact template to create that list, then most of the columns being pulled via the Client Object Model will already exist. I added an additional column for the comments, but you can find that pretty easily in the Silverlight code, and add that column to your list.
Thanks for attending, and if you have any questions feel free to email me at DavidCottle@deliveron.com.