dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.62k stars 25.3k forks source link

When should I use OWIN? #11258

Closed PingPongSet closed 5 years ago

PingPongSet commented 5 years ago

Sorry for the question, when should OWIN be used with ASP.NET Core? Why do I need to use it? Any links or sample would be appreciated?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Rick-Anderson commented 5 years ago

For new development, almost never. You'd use it when you have existing OWIN middleware or apps that you need to integrate with your ASP.NET Core app or there is specific OWIN-based middleware that you need to use and there is no equivalent or suitable alternative available in the ASP.NET Core ecosystem.