OWIN,Katana,identity整体概述

2022-10-16,,,

在用asp.net identity的时候,发现很多概念不是很懂,特地去查资料了解了一些相关信息,现在做下笔记。

1、owin,owin是open web server interface for .net的首字母缩写,他的定义如下:

owin在.net web servers与web application之间定义了一套标准接口,owin的目标是用于解耦web server和web application。基于此标准,鼓励开发者开发简单、灵活的模块,从而推进.net web development开源生态系统的发展。

2、katana,微软对owin规则的一种实现。查看aspnetkatana

3、asp.net identity,微软在.net framework 4.5 中推出了asp.net identity,它为asp.net 应用程序提供了一系列的api用来管理和维护用户。查看identity

《OWIN,Katana,identity整体概述.doc》

下载本文的Word格式文档,以方便收藏与打印。