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

dotnet-maestro[bot] 2d98236cfa Update dependencies from https://github.com/dotnet/runtime build 20211206.7 (#38858) vor 4 Jahren
.azure 6b652e8196 Double source-build timeout (#38775) vor 4 Jahren
.azuredevops 64de6d300d Add warning when targeting release/* branches (#38006) vor 4 Jahren
.config a5a1e9a9d8 Update dependencies from https://github.com/dotnet/runtime build 20211105.7 (#38145) vor 4 Jahren
.devcontainer fa25640ac2 feat (Codespaces) - Added Commonly used tasks to `tasks.json` for VSCode users. (#37873) vor 4 Jahren
.github 15b9f5d31c Use servicing template text in backport bot (#38601) vor 4 Jahren
.vscode 48c76f74df Let VS Code do its thing (#38388) vor 4 Jahren
docs 46fafcd182 VS 17 instalation (#38592) vor 4 Jahren
eng 2d98236cfa Update dependencies from https://github.com/dotnet/runtime build 20211206.7 (#38858) vor 4 Jahren
src 04789d555c HTTP/3: QPACK decoder performance (#38826) vor 4 Jahren
.editorconfig 3e354f3591 Sync shared code from runtime (#38143) vor 4 Jahren
.gitattributes a46272f028 Update .gitattributes (#36115) vor 4 Jahren
.gitignore 05303c7571 Stop Serializing Return Values for `InvokeVoidAsync` (#35807) vor 4 Jahren
.gitmodules 939fa3891b Use googletest's new 'main' branch (#38409) vor 4 Jahren
.globalconfig 350ea5b181 Use NetAnalyzers from SDK instead of FxCopAnalyzers (#30138) vor 5 Jahren
.vsconfig 8700479997 Clean up remaining `net461` references (#37731) vor 4 Jahren
AspNetCore.sln 2af03e53f1 Remove razor-compiler from aspnetcore (#38706) vor 4 Jahren
CODE-OF-CONDUCT.md 141755143b Link Code of Conduct vor 6 Jahren
CONTRIBUTING.md de9923ed3e Update CONTRIBUTING.md (#37696) vor 4 Jahren
Directory.Build.props a32dde1438 Improve building ASP.NET Core directly on arm64 machines (#38527) vor 4 Jahren
Directory.Build.targets 4ff8165fb1 Enable targeting pack build during source-build (#37652) vor 4 Jahren
LICENSE.txt d71ceb649c Update license from Apache -> MIT vor 4 Jahren
NuGet.config 57aac2705a [main] Update dependencies from dotnet/runtime dotnet/efcore (#35402) vor 4 Jahren
README.md 1c929ce529 Update README Roadmap Link (#35560) vor 4 Jahren
SECURITY.md afbbf446fb Add link to new MSRC portal (#19236) vor 6 Jahren
THIRD-PARTY-NOTICES.txt 4ca53f7a74 Add Json.NET to THIRD-PARTy-NOTICES.txt (#27186) vor 5 Jahren
activate.ps1 2b13a742da Make `deactivate` clean x86 root (#36717) vor 4 Jahren
activate.sh 6fea3a6e95 Show error message when activate.sh/ps1 is invoked directly instead of sourced (#7731) vor 7 Jahren
clean.cmd 852680f618 Add clean.cmd, clean.ps1 and clean.sh (#11154) vor 6 Jahren
clean.ps1 d641dffdc1 Change `clean.ps1` (and `clean.cmd`) to restore deleted files after cleaning vor 6 Jahren
clean.sh 852680f618 Add clean.cmd, clean.ps1 and clean.sh (#11154) vor 6 Jahren
dockerbuild.sh 0801cea403 Favor project-specific build scripts over top-level script (#29918) vor 5 Jahren
global.json 982bfe1749 [main] Update dependencies from dotnet/arcade (#38839) vor 4 Jahren
omnisharp.json ae8b2c2e36 Added VSCode debugging (for MvcSandbox) & code analysis support (#29486) vor 5 Jahren
restore.cmd 0801cea403 Favor project-specific build scripts over top-level script (#29918) vor 5 Jahren
restore.sh 0801cea403 Favor project-specific build scripts over top-level script (#29918) vor 5 Jahren
startvs.cmd d7c1d51b4a Use VS from env if specified (#25749) vor 5 Jahren
startvscode.cmd 70c05f178a [main] Update dependencies from dotnet/runtime dotnet/efcore (#36328) vor 4 Jahren
startvscode.sh 70c05f178a [main] Update dependencies from dotnet/runtime dotnet/efcore (#36328) vor 4 Jahren

README.md

.NET Foundation MIT License Help Wanted Good First Issues Discord

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 run on .NET Core, a free, cross-platform and open-source application runtime. 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.

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.

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

See CODE-OF-CONDUCT