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

Mikael Mengistu ebb9ad20db Client to Server Streaming with IAsyncEnumerable (#9310) 7 лет назад
.azure 56e2080ef7 Always fully build Components.Server.csproj (#9421) 7 лет назад
.config ab12c706ab Suppress false-positives in credential scanning (#4392) 7 лет назад
.github 16abec168d Add security section to issue template (#9467) 7 лет назад
.vscode 723e2d854d Update publish to include more metadata in the manifest (#826) 8 лет назад
build 7c76144865 Remove Cpp Client from this repo (#9050) 7 лет назад
docs 607cbc3133 Suppress warnings about breaking changes to Newtonsoft.Json dependency in SignalR (#9405) 7 лет назад
eng 52b3b19e06 Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190418.3 (#9508) 7 лет назад
src ebb9ad20db Client to Server Streaming with IAsyncEnumerable (#9310) 7 лет назад
.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 d2d60000eb Create Linux installers for the aspnetcore targeting pack (#7776) 7 лет назад
.gitmodules d86c9b3f07 Use MessagePackReader \ MessagePackWriter to implement IHubProtocol for server-side Blazor (#8687) 7 лет назад
CONTRIBUTING.md 8daca5ec3a Update CONTRIBUTING.md (#7622) 7 лет назад
Directory.Build.props e7b00a5508 Deprecate the Microsoft.AspNetCore.App metapackage in favor of targeting and runtime packs (#7832) 7 лет назад
Directory.Build.targets 65fa8d57b4 Translate VSTS Git urls to GitHub URLs 7 лет назад
LICENSE.txt 7a9238dd82 Fix license (#8733) 7 лет назад
NuGet.config 5be7d30231 Replace npm commands with yarn 7 лет назад
README.md bc032624da Use https link (#8850) 7 лет назад
THIRD-PARTY-NOTICES.txt 85e2147ff0 Merge branch 'release/2.2' 7 лет назад
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 5be7d30231 Replace npm commands with yarn 7 лет назад
build.sh 85ae18c723 Make Visual Studio 2019 a prerequisite to building this repo (#7005) 7 лет назад
dockerbuild.sh 1b27c9905c Update dependencies and react to changes (#7844) 7 лет назад
global.json 44b8fbc08e Updating SDK to 3.0.100-preview4-011136 7 лет назад
korebuild-lock.txt 5889aea06c Enable custom restore of NPM dependencies for csproj files 7 лет назад
korebuild.json 485795ad3c Revert ANCM installers to build with v141 C++ toolset (#9477) 7 лет назад
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 075612b988 Install the .NET Core SDK into the repo root instead of UserProfile and 'install' copy of AspNetCore shared framework (#7293) 7 лет назад
version.props 607cbc3133 Suppress warnings about breaking changes to Newtonsoft.Json dependency in SignalR (#9405) 7 лет назад

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.