# NRapid **Repository Path**: abc.2015/NRapid ## Basic Information - **Project Name**: NRapid - **Description**: NFinal基础上开发的新版本,仅支持owin模式。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-10-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #NRapid NFinal的.net core版 This package for move to .net core. 1.去掉了对System.Web.dll的引用。 2.添加了对Razor视图的支持,但执行时则不需要Razor引擎。 3.重写了Owin引擎,速度比微软的Microsoft.Owin更快。