ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. https://asp.net/

Nate McMaster cfbacd7456 Update developer documentation (#4288) [ci skip] 7 yıl önce
.azure fd1a5b43f1 Generate PlatformManifest and package conflict overrides for Microsoft.AspNetCore.App (#4072) 7 yıl önce
.github 379d36b595 Update README, daily build docs, and contributing guide 7 yıl önce
.vscode 723e2d854d Update publish to include more metadata in the manifest (#826) 8 yıl önce
build 321327f84b Merge branch 'master' of github.com:aspnet/AspNetCore into rybrande/MondoMaster 7 yıl önce
docs cfbacd7456 Update developer documentation (#4288) [ci skip] 7 yıl önce
eng d06891e045 Update dependencies 7 yıl önce
modules fa1af0e5a5 Merge remote-tracking branch 'origin/release/2.2' into rybrande/MondoMaster 7 yıl önce
scripts 7c6bf7f75d Merge branch 'release/2.2' 7 yıl önce
src 1aace2b6c7 Fix DevDiv 736427 7 yıl önce
test d1ee458982 Remove assemblies from the shared framework (#4004) 7 yıl önce
.editorconfig 968df9578b Refactor shared framework projects targets and project layout (#3703) 7 yıl önce
.gitattributes a1c35284e1 Merge remote-tracking branch 'blazor/stevesa/migration-to-mondorepo' into stevesa/merge-components-repo 7 yıl önce
.gitignore 0271428dbe Merge aspnet/KestrelHttpServer release/2.2 and release/2.1 7 yıl önce
.gitmodules fa1af0e5a5 Merge remote-tracking branch 'origin/release/2.2' into rybrande/MondoMaster 7 yıl önce
CONTRIBUTING.md 1b970fe272 Merge source code from aspnet/Universe into this repository 7 yıl önce
Directory.Build.props 294b5f2928 Merge branch 'release/2.2' 7 yıl önce
Directory.Build.targets 0e12274a8e Flatten the dependency graph of Microsoft.AspNetCore.App (#4061) 7 yıl önce
LICENSE.txt 4b9099aad6 Update LICENSE.txt 7 yıl önce
NuGet.config eaad1eb3aa Remove tasks for analyzing the repo graph (#1469) 7 yıl önce
README.md 51c9b7355d Create Kestrel.sln, update documentation and README, and ensure all Kestrel test projects have the test logger installed 7 yıl önce
THIRD-PARTY-NOTICES.txt 379d36b595 Update README, daily build docs, and contributing guide 7 yıl önce
build.cmd 4561d402fe Update bootstrappers 8 yıl önce
build.sh 4561d402fe Update bootstrappers 8 yıl önce
dockerbuild.sh e25c2acb25 Flow BUILD_NUMBER and BUILD_BUILDNUMBER into Docker builds 7 yıl önce
global.json ccb335799f Updating BuildTools from 3.0.0-build-20181120.3 to 3.0.0-build-20181120.4 7 yıl önce
korebuild-lock.txt ccb335799f Updating BuildTools from 3.0.0-build-20181120.3 to 3.0.0-build-20181120.4 7 yıl önce
korebuild.json a21d455b51 Change default branch to master 7 yıl önce
run.cmd 4561d402fe Update bootstrappers 8 yıl önce
run.ps1 71ca1faa6b React to MSBuild breaking changes and remove ProdCon v1 variables (#4161) 7 yıl önce
run.sh 71ca1faa6b React to MSBuild breaking changes and remove ProdCon v1 variables (#4161) 7 yıl önce
version.props 0cbfa9ce6d Update branding to 3.0.0-preview (#4171) 7 yıl önce

README.md

ASP.NET Core

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 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. Learn more about ASP.NET Core.

Get Started

Follow the Getting Started instructions in the ASP.NET Core docs.

Also check out the .NET Homepage for released versions of .NET, getting started guides, and learning resources.

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.

Reporting security issues and bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Related projects

These are some other repos for related projects:

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.