This repository houses various examples of how to perform tasks using Sitecore8.
- Assorted Scripts
These are various scripts I've put together that perform some kind of procedure on Sitecore. - Item Web API (WebAPI)
This demonstrates how to implement a simple ApiController within Sitecore8. - ReadOnlyDataProvider
This demonstrating pulling data in from an external source into your content tree. - Sitecore.Services.Client (ServicesClient)
This demonstrates how to pull information from Sitecore using the new (to Sitecore 7.5) Services Client.
I have Sitecore 8 binaries added as an internal NuGet package. As you know, I cannot distribute these binaries, so please make sure to add the appropriate DLLs to these projects before compiling.
Each project has its own README outlining the necessary libraries to include which can be found in its related disclaimer section.