Owin Katana with MVC

974 views Asked by At

As mention below statement from Article link how we can implement in MVC?

Katana allows you to build web based applications, such as MVC or Web API (2) where you can decide which web features to include in the project.

Article link

1

There are 1 answers

2
Nate Barbettini On BEST ANSWER

Katana is no longer being developed. According to their roadmap,

The next major version of Katana is part of the ASP.NET vNext project on GitHub

"ASP.NET vNext" is the early name for what is now ASP.NET Core. The architecture of ASP.NET Core continues (and improves on) the modular architecture that Katana used. You can build an ASP.NET Core MVC project using only the packages you need.

For further reading, check out my answers to Is Owin/Katana supposed to replace Web API? and Does ASP.NET Core still use OWIN?