/Peasy.NET

An easy to use middle tier framework for .net

Primary LanguageC#MIT LicenseMIT

peasy

###An easy to use middle tier framework for .net

Peasy.net is a simple middle tier framework that offers/addresses the following:

#Where can I get it?

First, install NuGet. Then, install Peasy from the package manager console:

PM> Install-Package Peasy

You can also download and add the Peasy and/or Peasy.Core projects to your solution

#Getting started

You can get started by reviewing the getting started example on the Peasy wiki. The wiki also covers in-depth how-to's, general framework design, and usage scenarios.

You can also download the entire repo that contains a full sample implementation of a middle tier built with peasy, as well as a sample WPF consumer client. You can clone the repo or download the entire project as a zip. Once downloaded, open Peasy.sln with Visual Studio, set the WPF project as the startup project and run.

#Contributing

All contributions are welcome, from general framework improvements to sample client consumers, proxy implementations, and documentation updates. Want to get involved? Please hit me up at aaron.hanusa at gmail dot com with your ideas. Alternatively, you can make a pull request and I'll get to it ASAP.