Browse by Tags
All Tags »
SSDS (RSS)
Good Afternoon, I’ve just completed posting the WiE community project to CodePlex. As this is my first CodePlex project I expect that I may have forgotten some steps so please let me know of any issues you experience and I will work to resolve them quickly.
Read More...
In the previous article we covered using the use of INSERT triggers along with the new Spatial data-type support in SQL Server 2008 to implement “spatial rules” for our location-based service. All that remained was to implement a mechanism to make all
Read More...
In this second to last chapter in the series I’ll discuss leveraging SQL Server 2008’s support for spatial data types to implement the “spatial rules” for the WiE Community. Specifically, this article will implement 2 examples of simple proximity rules
Read More...
In the previous article of this series I mentioned that we would next discuss how to visualize the GPS information we’ve been collecting and storing in SSDS. This article looks at using Virtual Earth to visualize the location history for members. For
Read More...
The Implementation of WiEModelWithLocalCache As we discussed in the previous articles, the data layer for the WiE Mobile Client is made up of “providers” that each implement the IWiEModel interface and work together to implement support for the occasionally
Read More...
The Implementation of WiERemoteModelSSDSForMobile The WiERemoteModel expects to store and retrieve data from SQL Server Data Services (SSDS). I won’t include the entire implementation of the WiERemoteModelSSDSForMobile in-line as we plan to eventually
Read More...
In the first article in this series I introduced the concept for the WiE Community, a mobile and location aware social networking community. In last week's article we covered the high level architecture and the design for the WiE Mobile Client. In this
Read More...
In last week ’s article I introduced the WiE Community project I have started working on. WiE is a location-based social networking community built to demonstrate an end to end application built on top of SQL Server Compact, SQL Server Data Services and
Read More...