Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将我的应用程序从 mvc4 升级到 mvc5。我在我的应用程序中使用实体框架代码优先方法。我对 OWIN 和 Katana 感到困惑。我如何在我的 web mvc5 应用程序中实现这些概念。请指导我。
谢谢
ASP.NET MVC 不是为与 OWIN 一起工作而设计的。它是为 OWIN 构建并提供特定主机的 ASP.NET Web API 和 SignalR。因此,您无法在 ASP.NET MVC 应用程序中实现这些概念。
到目前为止,我发现支持 OWIN 的唯一 MVC 框架是NancyFx或FubuMVC。