https://github.com/ryanvgates/webapitoowinselfhosted
This is a demo project of how convert a standard (using the VS template) ASP.NET Web API project into a Web API that is hosted by OWIN.
https://github.com/ryanvgates/webapitoowinselfhosted
Last synced: 19 days ago
JSON representation
This is a demo project of how convert a standard (using the VS template) ASP.NET Web API project into a Web API that is hosted by OWIN.
- Host: GitHub
- URL: https://github.com/ryanvgates/webapitoowinselfhosted
- Owner: ryanvgates
- License: unlicense
- Created: 2015-08-31T21:27:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T13:48:54.000Z (almost 11 years ago)
- Last Synced: 2025-02-28T07:12:33.025Z (over 1 year ago)
- Language: C#
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebApiToOwinSelfHosted
This is a demo project of how convert a standard (using the VS template) ASP.NET Web API project into a Web API that is hosted by OWIN.