Skip to content

Latest commit

 

History

History

README.md

Legacy .NET RESTful Azure Storage Plugin Sample

Overview

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.

Usage

  1. Open the .sln in Visual Studio
  2. Grab WindwardRepository.dll, WindwardModels.dll and RESTfulEngine.dll from the bin folder in your Legacy .NET RESTful Engine.
  3. Make sure you add a reference to those dlls in the Visual Studio Project
    1. Right click on the project in the Solution Explorer and Choose "Add > Reference" and browser to those files to add them
  4. Rebuild the project
  5. 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
    1. How to reference it is mentioned here

More Info

More detailed information about getting this setup can be found on the documentation page here.