aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
Locate the AspNetCore.sln file in the dotnet/aspnetcore repository root. This guide helps you find the main solution file to build hundreds of projects efficiently.
ASP.NET Core Root Configuration Files: Essential Build and Project SetupDiscover essential ASP.NET Core root configuration files like global.json, Directory.Build.props, and targets. Understand how they control the build system and SDK versioning for dotnet aspnetcore.
Understanding Root Directory Files in the ASP.NET Core RepositoryDiscover the purpose of root directory files in the ASPNET Core repository. Learn how they manage configuration, build, testing, and tooling for the entire solution.
What Tools Are Used for Generating Documentation from the `docs` Directory in ASP.NET Core?ASP.NET Core uses DocFX to generate API reference and conceptual documentation from its docs directory. Learn how this static-site generator is orchestrated by MSBuild and GitHub Actions.
How Documentation Content Is Organized in the ASP.NET Core Docs FolderDiscover how ASP.NET Core documentation content is organized within the docs folder. Learn about the flat structure and topic-based grouping of Markdown files for clarity.
Understanding the Docs Directory in ASP.NET Core: A Complete Contributor GuideExplore the aspnetcore docs directory. Discover its role as a contributor knowledge base for internal guides on building and testing the framework, not end-user API references.
How the ASP.NET Core eng Directory Powers the Development WorkflowDiscover how the ASP.NET Core eng directory streamlines development. Learn about its role in building, testing, packaging, and publishing across platforms and CI.
What Scripts and Tools Are in the ASP.NET Core `eng` Directory?Discover the ASP.NET Core eng directory scripts and tools. This includes Shell, PowerShell, and Node.js for SDK installation, dependency provisioning, test orchestration, and release shipping.
ASP.NET Core Engineering and Build Infrastructure: Complete Directory GuideDiscover the ASP.NET Core engineering and build infrastructure. Find build scripts in eng and CI pipelines in .github/workflows for the aspnetcore repo. Understand the project's core.
What Is the Function of the eng Directory in ASP.NET Core?Discover the vital role of the aspnetcore eng directory. It houses build automation, MSBuild properties, and shared assets for CI, versioning, packaging, and project coordination.
ASP.NET Core Samples: 15+ Example Applications in the dotnet/aspnetcore RepositoryExplore 15+ ASP.NET Core samples in the dotnet/aspnetcore repository. Discover authentication, middleware, hosting, and API patterns with runnable examples using dotnet run.
How ASP.NET Core Samples Are Structured in the dotnet/aspnetcore RepositoryDiscover how ASP.NET Core samples are organized in the dotnet/aspnetcore repository. Learn about their self-contained project structure for independent execution with dotnet run.
Have a question about this repo?
These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:
curl -s "https://instagit.com/install.md" Maintain an open-source project? Get it listed too →