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.
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.
Katana is no longer being developed. According to their roadmap,
"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?