0

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 Answers1

2

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?

Community
  • 1
  • 1
Nate Barbettini
  • 51,256
  • 26
  • 134
  • 147
  • Can we use .cshtml extension or razor pages(.aspx extension) without system.web dll through Owin/Katana application in mvc core. – navneet23456 Jan 02 '17 at 09:22
  • Thanks Nate, i have installed vs 2015 web express is it enough to implement this type application on window 7, or need something more. – navneet23456 Jan 03 '17 at 06:23