This project demonstrates how to implement IRepository for your Legacy .NET RESTful Engine to interact with Azure Storage. There are a few steps required to get this working we will explain below.
- Open the .sln in Visual Studio
- Grab WindwardRepository.dll, WindwardModels.dll and RESTfulEngine.dll from the bin folder in your Legacy .NET RESTful Engine.
- Make sure you add a reference to those dlls in the Visual Studio Project
- Right click on the project in the Solution Explorer and Choose "Add > Reference" and browser to those files to add them
- Rebuild the project
- Once the project is built, you will grab the dll produced in the bin folder and refernece it in your App.Config file in your RESTful Engine
- How to reference it is mentioned here
More detailed information about getting this setup can be found on the documentation page here.