Platform for enterprise web applications
ASP.NET Core is a cross-platform .NET framework used to develop modern cloud-based web applications on Windows, macOS, and Linux. This structure, developed in C# language, allows creating high-performance and scalable web services.
Updates
- September 9, 2026: Stars 38,367 → 38,431, latest release v10.0.12 (September 8, 2026).
- August 12, 2026: Stars 38,339 → 38,367, latest release v10.0.11 (August 11, 2026).
- August 2, 2026: Stars 38,124 → 38,339, latest release v8.0.29 (July 14, 2026).
What you get
- Cross-platform operation on Windows, macOS and Linux
- Cloud-based and scalable application development
- Modular component structure with low resource usage
Installation
brew install --cask dotnet-sdkwinget install Microsoft.DotNet.SDK.10Running it
dotnet new webapi -n MyWebApp
cd MyWebApp
dotnet runIf you don't write code
I want to develop a modern, cloud-based and scalable web application using the ASP.NET Core framework. I plan to run my project on Windows, macOS or Linux. What kind of architecture should I establish using the modular structure of this platform and what basic components should I focus on to increase efficiency in the application development process?
Related dictionary terms
Links
TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-06-19: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.