From time to time I find myself pulling down a live Community Server database for testing. When the database also has a remote membership system it can be very time consuming to try to download and configure both a CS database and a Membership system
Read More...
Attachment(s): Generate Local Membership.SQL
CS Rest Endpoints return XML, but JSON is much cooler for working with the data in javascript, you can get the results back in JSON and actually iterate through collections and such... To convert the data to JSON, in leu of server calls to do this, Thomas
Read More...
With the release of CS2008, we have released the REST webservice code for the first time... This webservice has a client API which is used by the server, and actually is in the bin folder of your CS site... CommunityServer.WebServices.dll. Referencing
Read More...
Attachment(s): DanBartels.CS.REST_5.0.30430.zip