欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
ASP.NET Core
来自开放百科 - 灰狐
您可以在Wikipedia上了解到此条目的英文信息 ASP.NET Core Thanks, Wikipedia. |
ASP.NET Core 是新一代的 ASP.NET,早期称为 ASP.NET vNext,现在更名为 ASP.NET Core。
ASP.NET Core 可运行于 Windows 平台以及非 Windows 平台,如 macOS 以及 Ubuntu Linux 操作系统,是 Microsoft 第一个具有跨平台能力的 Web 开发框架。
微软在一开始开发时就将 ASP.NET Core 开源,因此它也是开源项目的一员,采用 Apache v2 许可协议,由 .NET 基金会 (.NET Foundation) 所管理。
目录 |
简介
功能
版本
指南
dotnet new webapp -o aspnetcoreapp dotnet dev-certs https --trust dotnet run https://localhost:5001/
- Building Projects with Yeoman
- generator-aspnet Yeoman generator for ASP.NET Core apps
ASP.NET
ASP.NET Core 可以面向 .NET Core 或 .NET Framework。 面向 .NET Framework 的 ASP.NET Core 应用无法跨平台,它们仅在 Windows 上运行。
ASP.NET benefits | ASP.NET Core benefits |
---|---|
Build for Windows | Build for Windows, Mac, or Linux |
Use Web Forms, SignalR, MVC, or Web Pages | Use MVC, or Web API |
One version per machine | Multiple versions per machine |
Develop with Visual Studio using C#, VB or F# | Develop with Visual Studio or Visual Studio Code using C# |
Mature platform | New platform |
High performance | Ultra performance |
项目
- ASP.NET Core MVC
- ASP.NET Core Identity
- ASP.NET Security
- ASP.NET Razor
- Entity Framework Core
- ASP.NET Core Docker
- KestrelHttpServer
- Serenity
- ASP.NET Core SignalR
- DNX
- DependencyInjection
- Templates
- MusicStore
- WebVella ERP
- Application Insights for ASP.NET Core applications
- Orchard2 是 Orchard CMS 在 ASP.NET Core 的重新实现。
- Weapsy is an ASP.NET Core CMS based on DDD and CQRS.
迁移
问题
aspNetCore无效是个常见错误
用户
图集
链接
分享您的观点