LINQ to OWIN is middleware that allows you to code your Katana/OWIN web applications as a set of reactive queries using Rx (Reactive Extensions) for .NET.
Info
Version: | 0.1.0-alpha |
Author(s): | Dave Sexton |
Last Update: | Sunday, May 11, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://linqtoowin.codeplex.com |
NuGet Url: | https://www.nuget.org/packages/LinqToOwin |
Install
Install-Package LinqToOwin
dotnet add package LinqToOwin
paket add LinqToOwin
LinqToOwin Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Owin.Diagnostics(3.0.01)
- Microsoft.Owin.Host.SystemWeb(3.0.01)
- Rx-Main(2.2.4)
Tags