首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > ASP > Kannon is a full-stack open-source lightweight web framework for .NET

Kannon is a full-stack open-source lightweight web framework for .NET

  • 资源大小:14.33 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

What is Kannon? Kannon is an attempt to create a full-stack open-source lightweight web framework for .NET. Without ASP.NET. ``` public class HelloWorld : KannonApplication { public HelloWorld() { Install(); Install(); Dispatch("/", () => "Hello, world! You"re on Kannon now."); } } ``` Why Kannon? Being a professional .NET/ASP.NET developer, I came to understand that I spend way too much time doing work without actually doing it. ASP.NET is to blame here. More specifically, ASP.NET Runtime is a monolithic opaque beast with very few extensibility points (good luck trying to extend caching subsystem or implementing conditional GET in a reliable manner) As such, it"s lagging behind more progressive frameworks, such as Ruby on Rails and Django It"s nightmare to configure, test and mock. A

文 件 列 表

Kannon.dll
Kannon.Integration.Iis.dll
Kannon.Tests.dll
VIP VIP
0.187481s