I am exploring the features of ASP .NET VNext. In previous versions of .NET, Owin is used for self hosting of applications as well as hosting in any Owin compatible web servers including IIS. As per my understanding, ASP .NET VNext itself is host agnostic and has commands for self hosting of the application. Now, what is the place of Owin in ASP .NET VNext. I have seen many articles taking about Owin and Asp .NET VNext separately but I need to know how to put them together.
I am a beginner.Correct me if I am wrong.