In the previous post we established the basics of our MVVM pattern and connected our client application with our service. In this post we will move on to the mapping part using ESRI's Silverlight API.
Sorry for the delay on getting this final lesso...
March 22, 2011
February 23, 2011
In the previous lesson we started our project by getting our spatial database up and running, and connecting to it in our server side project using ADO.NET Entity Data Model. We also added a simple OperationContract that will get all the unique name...
February 21, 2011
I’ve become immersed in Silverlight the last couple of weeks, and thought I would share some of my experiences. The learning route I took was to follow the Model-View-Viewmodel pattern. Frankly, this took me some time to get up and running, but onc...