Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danroth27/aspnetwebapicore
Host ASP.NET Web API in ASP.NET Core using OWIN
https://github.com/danroth27/aspnetwebapicore
Last synced: 3 months ago
JSON representation
Host ASP.NET Web API in ASP.NET Core using OWIN
- Host: GitHub
- URL: https://github.com/danroth27/aspnetwebapicore
- Owner: danroth27
- License: mit
- Created: 2022-04-18T18:51:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T18:55:46.000Z (over 2 years ago)
- Last Synced: 2023-05-20T18:35:38.613Z (over 1 year ago)
- Language: C#
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASP.NET Web API in ASP.NET Core using OWIN
This sample project demonstrates how you can host ASP.NET Web API in an ASP.NET Core app using the included OWIN support. This setup enables migrating existing ASP.NET Web APIs to ASP.NET Core without having to migrate each controller to the ASP.NET Core patterns for web APIs.
Note that migrating ASP.NET Web API controllers to ASP.NET Core is still recommended for better integration and improved performance.