StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Follow on

© 2025 StackShare. All rights reserved.

Product

  • Stacks
  • Tools
  • Feed

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  1. Stackups
  2. Application & Data
  3. Frameworks
  4. Frameworks
  5. .NET Core vs ASP.NET

.NET Core vs ASP.NET

OverviewDecisionsComparisonAlternatives

Overview

.NET Core
.NET Core
Stacks7.0K
Followers2.6K
Votes155
GitHub Stars21.7K
Forks4.9K
ASP.NET
ASP.NET
Stacks31.3K
Followers11.8K
Votes40

ASP.NET vs .NET Core: What are the differences?

What is ASP.NET? An open source web framework for building modern web apps and services with .NET. .NET is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.

What is .NET Core? An Open Source, General-Purpose Development Platform Maintained by Microsoft and the .NET Community. Cross-platform (supporting Windows, macOS, and Linux) and can be used to build device, cloud, and IoT applications.

ASP.NET and .NET Core can be categorized as "Frameworks (Full Stack)" tools.

.NET Core is an open source tool with 11.2K GitHub stars and 2.41K GitHub forks. Here's a link to .NET Core's open source repository on GitHub.

Performance Assessment Network (PAN), Making Waves, and Jitbit are some of the popular companies that use ASP.NET, whereas .NET Core is used by Catchpoint Systems, Bluebeam Software, and Kaggle. ASP.NET has a broader approval, being mentioned in 76 company stacks & 76 developers stacks; compared to .NET Core, which is listed in 54 company stacks and 71 developer stacks.

Share your Stack

Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.

View Docs
CLI (Node.js)
or
Manual

Advice on .NET Core, ASP.NET

Christopher
Christopher

Web Developer at NurseryPeople

Mar 12, 2020

Decided

When I started on this project as the sole developer, I was new to web development and I was looking at all of the web frameworks available for the job. I had some experience with Ruby on Rails and I had looked into .net for a bit, but when I found Laravel, it felt like the best framework for me to get the product to market. What made me choose Laravel was the easy to read documentation and active community. Rails had great documentation, but lacked some features built in that I wanted out of the box, while .net had a ton of video documentation tutorials, but nothing as straightforward as Laravels. So far, I am happy with the decision I made, and looking forward to the website release!

424k views424k
Comments
Anonymous
Anonymous

Dec 16, 2019

Review

There has been a lot of buzz around having PostgreSQL for ASP.NET Core 3.1 web apps. But Configuring Identity Server 4 with PostgreSQL is a real challenge. I've made a simple video to configure the ASP.NET Core 3.1 based Web application that uses AngualrJS as front end with Single Page App capabilities with Identity Server 4 talking to the PostgreSQL database. Check out this Video tutorial on how to do that in detail http://bit.ly/2EkotL5 You can access the entire code here on github http://bit.ly/35okpFj

210k views210k
Comments
Jakub
Jakub

Jan 2, 2020

Decided

I was researching multiple high performance, concurent//parallel languages for the needs of authentication and authorization server, to be built on microservice architecture and Linux OS. Node.js with its asynchronous behavior and event loop suits the case best. Python Django & Flash turns to be slower and .NET Core & Framework wasn't the best choice for the Linux environment at the time (summer 2018).

I also tested Go lang and Rust, although they didn't meet the quick prototyping criteria as both languages are young and lacking libraries or battle-tested ORM.

377k views377k
Comments

Detailed Comparison

.NET Core
.NET Core
ASP.NET
ASP.NET

Cross-platform (supporting Windows, macOS, and Linux) and can be used to build device, cloud, and IoT applications.

.NET is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.

Cross-platform; Consistent across architectures; Command-line tools; Flexible deployment; Compatible with .NET Framework, Xamarin and Mono, via .NET Standard; Open source; Supported by Microsoft
-
Statistics
GitHub Stars
21.7K
GitHub Stars
-
GitHub Forks
4.9K
GitHub Forks
-
Stacks
7.0K
Stacks
31.3K
Followers
2.6K
Followers
11.8K
Votes
155
Votes
40
Pros & Cons
Pros
  • 30
    Perfect to do any backend ( and a fast frontend) stuff
  • 27
    Fast
  • 26
    Cross-platform
  • 25
    Great performance
  • 18
    All Platform (Mac, Linux, Windows)
Pros
  • 21
    Great mvc
  • 13
    Easy to learn
  • 6
    C#
Cons
  • 2
    Entity framework is very slow
  • 1
    Not highly flexible for advance Developers
  • 1
    C#
Integrations
Linux
Linux
C#
C#
Visual Studio Code
Visual Studio Code
Sublime Text
Sublime Text
.NET
.NET
Visual Studio
Visual Studio
Vim
Vim
Visual Basic
Visual Basic
F#
F#
Red Hat Enterprise Linux (RHEL)
Red Hat Enterprise Linux (RHEL)
No integrations available

What are some alternatives to .NET Core, ASP.NET?

Node.js

Node.js

Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

JavaScript

JavaScript

JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.

Python

Python

Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.

Rails

Rails

Rails is a web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.

PHP

PHP

Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.

Django

Django

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Ruby

Ruby

Ruby is a language of careful balance. Its creator, Yukihiro “Matz” Matsumoto, blended parts of his favorite languages (Perl, Smalltalk, Eiffel, Ada, and Lisp) to form a new language that balanced functional programming with imperative programming.

Laravel

Laravel

It is a web application framework with expressive, elegant syntax. It attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.

Java

Java

Java is a programming language and computing platform first released by Sun Microsystems in 1995. There are lots of applications and websites that will not work unless you have Java installed, and more are created every day. Java is fast, secure, and reliable. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere!

Golang

Golang

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Related Comparisons

Bootstrap
Materialize

Bootstrap vs Materialize

Laravel
Django

Django vs Laravel vs Node.js

Bootstrap
Foundation

Bootstrap vs Foundation vs Material UI

Node.js
Spring Boot

Node.js vs Spring-Boot

Liquibase
Flyway

Flyway vs Liquibase