ASP.NET Core 是什么?
ASP.NET Core is a new 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 can run on .NET Core or on the full .NET Framework. 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. ASP.NET Core is open source at GitHub.
ASP.NET Core 是为构建现代基于云的互联网连接的应用程序,如Web应用,物联网应用和移动应用后端服务而开发的一个全新的开源和跨平台的框架。 ASP.NET Core 应用可以在.NET Core或者完整的.NET Framework上运行。 它可提供一套经过优化的可以为部署到云或内部部署运行的应用程序而设计的开发框架。 它由以最小的开销模块化组件组成,因此你可以在构建您的解决方案的同时保留灵活性。 你可以开发和运行你的ASP.NET Core应用跨平台的运行在Windows,Mac和Linux上。 ASP.NET Core 是在Github上开放源代码的。