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 08ed1afbbc Use SemVer2 in packaging (#10634) 6 سال پیش
.azure 760df198c8 Add inproc handler to shared framework (#10586) 6 سال پیش
.config ab12c706ab Suppress false-positives in credential scanning (#4392) 7 سال پیش
.github 0f96289087 Update CODEOWNERS 6 سال پیش
.vscode 723e2d854d Update publish to include more metadata in the manifest (#826) 8 سال پیش
build 760df198c8 Add inproc handler to shared framework (#10586) 6 سال پیش
docs 2cc071a41d Update BuildFromSource.md to explain CS0006 errors (#10465) 6 سال پیش
eng 0b54783877 [Helix] Try running node services tests on helix again (#9046) 6 سال پیش
src 6f7a8ec4c0 Ensure PlatformBenchmark is compiled for .NET Core 3.0 (#9619) 6 سال پیش
.editorconfig cb21edc500 Fix #7258 - remove components.server dependencies on blazor-specific plumbing (#7934) 7 سال پیش
.gitattributes a1c35284e1 Merge remote-tracking branch 'blazor/stevesa/migration-to-mondorepo' into stevesa/merge-components-repo 7 سال پیش
.gitignore dc90e11c7a Move obj and bin directories into repo root (#10063) 6 سال پیش
.gitmodules d86c9b3f07 Use MessagePackReader \ MessagePackWriter to implement IHubProtocol for server-side Blazor (#8687) 7 سال پیش
CONTRIBUTING.md 456dbf1309 Update CONTRIBUTING.md to reference 'help wanted' labels and link to contributor docs (#10625) 6 سال پیش
Directory.Build.props a20ddd8374 Make Native components a non-required part for build.cmd, fix IIS native code check (#10435) 6 سال پیش
Directory.Build.targets cef57cb3ed Enable netstandard2.1 libraries to build (#10614) 6 سال پیش
LICENSE.txt 7a9238dd82 Fix license (#8733) 7 سال پیش
NuGet.config 0eb1fd7b50 Remove unnecessary restore feeds and update yarn.lock file (#9845) 6 سال پیش
README.md bc032624da Use https link (#8850) 7 سال پیش
SECURITY.md c5e9904f57 Starting point for security policy (#10566) 6 سال پیش
THIRD-PARTY-NOTICES.txt 3c40df452d Update MessagePack commit to be inline with upstream changes (#9753) 6 سال پیش
activate.ps1 6fea3a6e95 Show error message when activate.sh/ps1 is invoked directly instead of sourced (#7731) 7 سال پیش
activate.sh 6fea3a6e95 Show error message when activate.sh/ps1 is invoked directly instead of sourced (#7731) 7 سال پیش
build.cmd 6081fec894 Add new build.cmd/sh options for suppressing restore, NodeJS, setting target arch and OS name, and more (#7137) 7 سال پیش
build.ps1 a20ddd8374 Make Native components a non-required part for build.cmd, fix IIS native code check (#10435) 6 سال پیش
build.sh 85ae18c723 Make Visual Studio 2019 a prerequisite to building this repo (#7005) 7 سال پیش
dockerbuild.sh 77e08c26d5 Replace all usages of RepositoryRoot with RepoRoot (#10267) 6 سال پیش
global.json 01d20c134c Update dependencies from https://github.com/dotnet/arcade build 20190524.6 (#10553) 6 سال پیش
korebuild-lock.txt 77e08c26d5 Replace all usages of RepositoryRoot with RepoRoot (#10267) 6 سال پیش
korebuild.json d4eaeec5a5 Stop running InstalVisualStudio.ps1 during CI builds (#9515) 6 سال پیش
restore.cmd 6081fec894 Add new build.cmd/sh options for suppressing restore, NodeJS, setting target arch and OS name, and more (#7137) 7 سال پیش
restore.sh 3bd10a0fdf Fix repo root in restore.sh (#7521) 7 سال پیش
startvs.cmd 405d8bbdc9 Turn SETLOCAL on so that we don't accumulate in the PATH 6 سال پیش
version.props 08ed1afbbc Use SemVer2 in packaging (#10634) 6 سال پیش

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.