OWIN stands for Open Web Interface for .Net. It is a community-owned specification and not a framework of its own. OWIN defines an interface specification to de-couple webserver and application using a simple delegate structure.
If you are using ASP.NET Web API v2, then OWIN comes by default. Also, if the application is not running on top of IIS and uses some middleware, then it means that application uses Owin.
Leave a Reply
Guest User
Not sure what course is right for you?
Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.
KRISHNA SWAROOP
OWIN stands for Open Web Interface for .Net. It is a community-owned specification and not a framework of its own. OWIN defines an interface specification to de-couple webserver and application using a simple delegate structure.
If you are using ASP.NET Web API v2, then OWIN comes by default. Also, if the application is not running on top of IIS and uses some middleware, then it means that application uses Owin.