---
title: "What are the features provided by ASP.NET Core?"  
description: "What are the features provided by ASP.NET Core?"  
author: "Revati S Misra"  
published: 2023-03-06  
updated: 2023-07-08  
canonical: https://www.mindstick.com/forum/157457/what-are-the-features-provided-by-asp-dot-net-core  
category: "asp.net core"  
tags: ["asp.net", "asp.net core"]  
reading_time: 2 minutes  

---

# What are the features provided by ASP.NET Core?

What are the [features](https://www.mindstick.com/articles/12993/5-advanced-features-for-your-odoo-ecommerce-theme) provided by [ASP.NET Core](https://www.mindstick.com/articles/12946/get-started-with-asp-dot-net-core-mvc-and-visual-studio)?

## Replies

### Reply by Aryan Kumar

[ASP.NET](https://www.mindstick.com/articles/934/default-folders-available-inside-the-asp-dot-net-application-folder) Core is a cross-platform, high-performance, open-source framework for building modern, cloud-enabled, Internet-connected applications. It provides a number of features that make it a popular choice for web development, including:

- **Performance:** ASP.NET Core is designed to be highly performant, using asynchronous programming and other techniques to improve the responsiveness of web applications.
- **Scalability:** ASP.NET Core is designed to be scalable, making it a good choice for high-traffic web applications.
- **Portability:** ASP.NET Core is a cross-platform framework, meaning that it can be used to build applications that run on Windows, macOS, and Linux.
- **Open source:** ASP.NET Core is an open-source framework, which means that it is free to use and modify.
- **Modularity:** ASP.NET Core is a modular framework, which means that it can be easily customized and extended.
- **Dependency injection:** ASP.NET Core uses dependency injection to make it easy to decouple different parts of an application.
- **Razor Pages:** Razor Pages is a page-based programming model that makes building web UI easier and more productive.
- **Blazor:** Blazor is a framework that allows you to use C# to build interactive web UIs that run in the browser.

These are just a few of the features provided by ASP.NET Core.


---

Original Source: https://www.mindstick.com/forum/157457/what-are-the-features-provided-by-asp-dot-net-core

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
