Katana
What is Katana?
https://github.com/aspnet/AspNetKatana/wiki
Katana is a collection of projects for supporting OWIN http://owin.org with various Microsoft components.
Currently it includes OWIN support for System.Web and System.Net.HttpListener.
Also included is a OwinHost.exe for running self-host servers (like HttpListener) from the command line.
Nuget上找到的,和Katana相关的类库,目前(2019-01-31)都是以Microsoft.Owin开头的
https://www.nuget.org/packages?q=Tags%3A%22Katana%22
What is OWIN?
https://github.com/owin/owin/wiki/faq
OWIN defines a standard interface between .NET web servers and web applications.
The goal of the OWIN interface is to decouple server and application, encourage the development of simple modules for .NET web development,
and, by being an open standard, stimulate刺激,鼓舞,激励 the open source ecosystem of .NET web development tools.
Katana Architecture
The Katana component architecture divides an application into four logical layers, as depicted below: host, server, middleware, and application.
The component architecture is factored in such a way that implementations of these layers can be easily substituted, in many cases, without requiring recompilation of the application.
ASP.NET - Getting Started with the Katana Project
作者:Chuck Lu GitHub |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· DeepSeek 开源周回顾「GitHub 热点速览」
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
2018-01-31 Build website project by roslyn through devenv.com
2018-01-31 Configure environment variables for different tools in jenkins