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

N. Taylor Mullen 874050f1dd Headless Blazor client (#11112) пре 6 година
.azure 6c806f91b1 Add option for only packing runtime-specific packages (#11116) пре 6 година
.config ab12c706ab Suppress false-positives in credential scanning (#4392) пре 7 година
.github ea2f35c45e Add myself as a code owner of /src/Servers/ (#11152) пре 6 година
.vscode 723e2d854d Update publish to include more metadata in the manifest (#826) пре 8 година
build 14e7aca2ed React to changes in Microsoft.NETCore.App (#11153) пре 6 година
docs af812f2d89 Add Blazor dev feed to list of feeds for using nightly builds (#11149) пре 6 година
eng f989daca4b Target netstandard2.1 for SignalR client (#10540) пре 6 година
src 874050f1dd Headless Blazor client (#11112) пре 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 41ce223c1c Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) пре 6 година
Directory.Build.targets 14e7aca2ed React to changes in Microsoft.NETCore.App (#11153) пре 6 година
LICENSE.txt 7a9238dd82 Fix license (#8733) пре 7 година
NuGet.config 41ce223c1c Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) пре 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 41ce223c1c Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) пре 6 година
activate.sh 6fea3a6e95 Show error message when activate.sh/ps1 is invoked directly instead of sourced (#7731) пре 7 година
build.cmd 41ce223c1c Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) пре 6 година
build.ps1 41ce223c1c Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) пре 6 година
build.sh 85ae18c723 Make Visual Studio 2019 a prerequisite to building this repo (#7005) пре 7 година
clean.cmd 852680f618 Add clean.cmd, clean.ps1 and clean.sh (#11154) пре 6 година
clean.ps1 852680f618 Add clean.cmd, clean.ps1 and clean.sh (#11154) пре 6 година
clean.sh 852680f618 Add clean.cmd, clean.ps1 and clean.sh (#11154) пре 6 година
dockerbuild.sh 77e08c26d5 Replace all usages of RepositoryRoot with RepoRoot (#10267) пре 6 година
global.json f44d4107fd [master] Update dependencies from dotnet/arcade (#10765) пре 6 година
korebuild-lock.txt 41ce223c1c Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) пре 6 година
korebuild.json 915cc74df8 fix #7548 by updating to v142 toolset (again) (#10904) пре 6 година
restore.cmd 41ce223c1c Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) пре 6 година
restore.sh 3bd10a0fdf Fix repo root in restore.sh (#7521) пре 7 година
startvs.cmd 41ce223c1c Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) пре 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.