ASP.NET Core middleware or OWIN middleware?
Your question made me curious and I would like to share, what I have learned so far. Katana is the implementation of the OWIN spec. After version 3.0 of Katana this technology has been fully integration in the web stack we know as ASP.NET Core today. While this transition much has stayed similar to the … Read more