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

Pavel Krymets 422b3222d2 Add InstallLocation registry key support (#5705) 7 jaren geleden
.azure edfb2ab8ab Merge branch 'release/2.2' 7 jaren geleden
.config ab12c706ab Suppress false-positives in credential scanning (#4392) 7 jaren geleden
.github 379d36b595 Update README, daily build docs, and contributing guide 7 jaren geleden
.vscode 723e2d854d Update publish to include more metadata in the manifest (#826) 8 jaren geleden
build 5a75084826 Update SDK and remove workaround 7 jaren geleden
docs 7c2add8ea4 Fix grammar in docs/README.md (#6303) 7 jaren geleden
eng cdc66c5f98 Move JSON.NET specific features to a separate assembly 7 jaren geleden
src 422b3222d2 Add InstallLocation registry key support (#5705) 7 jaren geleden
.editorconfig 968df9578b Refactor shared framework projects targets and project layout (#3703) 7 jaren geleden
.gitattributes a1c35284e1 Merge remote-tracking branch 'blazor/stevesa/migration-to-mondorepo' into stevesa/merge-components-repo 7 jaren geleden
.gitignore f182b1adac Add sufficient projects to Mvc.NoFun.sln for it to build in VS 7 jaren geleden
.gitmodules 02780bac26 Merge branch 'release/2.2' 7 jaren geleden
CONTRIBUTING.md 1b970fe272 Merge source code from aspnet/Universe into this repository 7 jaren geleden
Directory.Build.props bfec2c14be Merge branch 'release/2.2' 7 jaren geleden
Directory.Build.targets bfec2c14be Merge branch 'release/2.2' 7 jaren geleden
LICENSE.txt 4b9099aad6 Update LICENSE.txt 7 jaren geleden
NuGet.config eaad1eb3aa Remove tasks for analyzing the repo graph (#1469) 7 jaren geleden
README.md 51c9b7355d Create Kestrel.sln, update documentation and README, and ensure all Kestrel test projects have the test logger installed 7 jaren geleden
THIRD-PARTY-NOTICES.txt 85e2147ff0 Merge branch 'release/2.2' 7 jaren geleden
build.cmd c3beb1f9b1 build.cmd/sh changes (#5958) 7 jaren geleden
build.ps1 d416d22092 Native by default (#6165) 7 jaren geleden
build.sh c3beb1f9b1 build.cmd/sh changes (#5958) 7 jaren geleden
dockerbuild.sh e25c2acb25 Flow BUILD_NUMBER and BUILD_BUILDNUMBER into Docker builds 7 jaren geleden
global.json edfb2ab8ab Merge branch 'release/2.2' 7 jaren geleden
korebuild-lock.txt edfb2ab8ab Merge branch 'release/2.2' 7 jaren geleden
korebuild.json e8d898dcd9 Merge branch 'release/2.2' 7 jaren geleden
restore.cmd c3beb1f9b1 build.cmd/sh changes (#5958) 7 jaren geleden
restore.sh c3beb1f9b1 build.cmd/sh changes (#5958) 7 jaren geleden
startvs.cmd edfb2ab8ab Merge branch 'release/2.2' 7 jaren geleden
version.props 02780bac26 Merge branch 'release/2.2' 7 jaren geleden

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.