0%

.NET 基金会项目介绍-OWIN Authentication Middleware Katana Project

OWIN Authentication Middleware Katana Project 是属于 .Net 基金会的一个项目,本文将简要介绍该项目相关的信息。

中文介绍

中文介绍内容翻译自英文介绍,主要采用意译、如与原文存在出入,请以原文为准。

OWIN Authentication Middleware (Katana Project)

Katana is a flexible set of components for building and hosting OWIN-based web applications. The next major version of Katana is part of the ASP.NET vNext project on GitHub, including support for ASP.NET MVC, Web API, and SignalR. See https://github.com/aspnet/home for details.

Katana 包含一组为基于 OWIN 的 Web 应用程序而设计的组件。

下一代 Katana 项目已经被作为 ASP.NET vNext 的一部分并公开于 Github 上,其支持包含了 ASP.NET MVC, Web API 和 SignalR 在内的主要框架。详见 https://github.com/aspnet/home

项目详情

相关链接

笔者简评

OWIN 的出现,使得应用程序和应用服务器之间进行了抽象分离,至此 .Net 应用程序可以脱离于 IIS 平台而运行。

Katana 项目再当时为新生应用能够基于此之上运行,提供了很多已经开发好的组件,可以点击此处查看相关的清单

目前,随着 ASP.NET Core 的发布,我们也知道, Katana 包含的 OWIN 实现已经被包含在内,因此目前 Katana 项目一般特指运行于 Framework 之上的版本。

英文介绍

OWIN Authentication Middleware (Katana Project)

Katana is a flexible set of components for building and hosting OWIN-based web applications. The next major version of Katana is part of the ASP.NET vNext project on GitHub, including support for ASP.NET MVC, Web API, and SignalR. See https://github.com/aspnet/home for details.

Project Details

以上《英文介绍》摘录自 .NET Foundation 的项目介绍 。原文受原项目许可证保护。



其他项目地址

------ 本文结束------