Topic:   OWIN in .Net?
Apr 12, 2021 12:41 1 Replies 683 Views TEJA

What is OWIN in .Net? How do I know if the application uses Owin or not?

Prev Next
Topic Replies (1)
  1. 1
    idnkx user

    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.

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.


Let`s Connect