dotnet / aspnetcore

dotnet / aspnetcore

ASP.NET Core is an open-source and cross-platform framework for building modern cloud-based internet-connected applications, such as web apps, IoT apps, and mobile backends. ASP.NET Core apps run on .NET, a free, cross-platform, and open-source application runtime. ASP.NET Core 是一个开源且跨平台的框架,用于构建现代化的云端互联网应用程序,例如 Web 应用、物联网(IoT)应用和移动后端。ASP.NET Core 应用运行在 .NET 之上,这是一个免费、跨平台且开源的应用程序运行时。

It was architected to provide an optimized development framework for apps that are deployed to the cloud or run on-premises. It consists of modular components with minimal overhead, so you retain flexibility while constructing your solutions. You can develop and run your ASP.NET Core apps cross-platform on Windows, Mac, and Linux. 它的架构旨在为部署在云端或本地运行的应用程序提供优化的开发框架。它由开销极小的模块化组件组成,因此您在构建解决方案时可以保持灵活性。您可以在 Windows、Mac 和 Linux 上跨平台开发并运行您的 ASP.NET Core 应用。

Learn more about ASP.NET Core. Get started Follow the Getting Started instructions. Also check out the .NET Homepage for released versions of .NET, getting started guides, and learning resources. 了解更多关于 ASP.NET Core 的信息。请按照“入门”指南开始操作。此外,请访问 .NET 主页以获取 .NET 的发布版本、入门指南和学习资源。

See the Triage Process document for more information on how we handle incoming issues. How to engage, contribute, and give feedback Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests. 请参阅“分类流程”(Triage Process)文档,了解我们如何处理传入的问题。如何参与、贡献并提供反馈:贡献的最佳方式包括尝试使用、提交问题、参与设计讨论以及提交 Pull Request。

Download our latest daily builds Follow along with the development of ASP.NET Core: Community Standup: The community standup is held every week and streamed live on YouTube. You can view past standups in the linked playlist. Roadmap: The schedule and milestone themes for ASP.NET Core. Build ASP.NET Core source code Check out the contributing page to see the best places to log issues and start discussions. 下载我们最新的每日构建版本,关注 ASP.NET Core 的开发动态:社区站会(Community Standup):社区站会每周举行一次,并在 YouTube 上进行直播。您可以在链接的播放列表中查看往期站会。路线图:ASP.NET Core 的时间表和里程碑主题。构建 ASP.NET Core 源代码:请查看贡献页面,了解记录问题和发起讨论的最佳途径。

Reporting security issues and bugs Security issues and bugs should be reported privately to the Microsoft Security Response Center (MSRC) via the MSRC Researcher Portal. You should receive a response within 24 hours. Further information can be found in the MSRC Report an Issue FAQ. You can also find these instructions in this repo’s Security doc. Also see info about related Microsoft .NET Bounty Program. 报告安全问题和漏洞:安全问题和漏洞应通过 MSRC 研究人员门户私下报告给微软安全响应中心(MSRC)。您应该会在 24 小时内收到回复。更多信息可在 MSRC 报告问题常见问题解答中找到。您也可以在本仓库的 Security 文档中找到这些说明。此外,请参阅有关相关微软 .NET 漏洞赏金计划的信息。

Related projects These are some other repos for related projects: Documentation - documentation sources for https://learn.microsoft.com/aspnet/core/ Entity Framework Core - data access technology Runtime - cross-platform runtime for cloud, mobile, desktop, and IoT apps Razor - the Razor compiler and tooling for working with Razor syntax (.cshtml, .razor) Code of conduct See CODE-OF-CONDUCT 相关项目:以下是其他相关项目的仓库:文档 - https://learn.microsoft.com/aspnet/core/ 的文档源;Entity Framework Core - 数据访问技术;运行时 - 用于云、移动、桌面和物联网应用的跨平台运行时;Razor - 用于处理 Razor 语法(.cshtml, .razor)的 Razor 编译器和工具。行为准则:请参阅 CODE-OF-CONDUCT。

Nightly builds This table includes links to download the latest builds of the ASP.NET Core Shared Framework. Also included are links to download the Windows Hosting Bundle, which includes the ASP.NET Core Shared Framework, the .NET Runtime Shared Framework, and the IIS plugin (ASP.NET Core Module). You can download the latest .NET Runtime builds here, and the latest .NET SDK builds here. If you’re unsure what you need, then install the SDK; it has everything except the IIS plugin. 每日构建:此表格包含下载 ASP.NET Core 共享框架最新构建版本的链接。此外还包括下载 Windows 托管捆绑包(Windows Hosting Bundle)的链接,该捆绑包包含 ASP.NET Core 共享框架、.NET 运行时共享框架以及 IIS 插件(ASP.NET Core 模块)。您可以在此处下载最新的 .NET 运行时构建版本,并在此处下载最新的 .NET SDK 构建版本。如果您不确定需要什么,请安装 SDK;它包含了除 IIS 插件之外的所有内容。