StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
.NET Core
By.NET Core.NET Core

.NET Core

#25in Frameworks
Discussions15
Followers2.56k
OverviewDiscussions15Adoption

What is .NET Core?

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

.NET Core is a tool in the Frameworks category of a tech stack.

Key Features

Cross-platformConsistent across architecturesCommand-line toolsFlexible deploymentCompatible with .NET Framework, Xamarin and Mono, via .NET StandardOpen sourceSupported by Microsoft

.NET Core Pros & Cons

Pros of .NET Core

  • ✓Perfect to do any backend ( and a fast frontend) stuff
  • ✓Fast
  • ✓Cross-platform
  • ✓Great performance
  • ✓All Platform (Mac, Linux, Windows)
  • ✓It promotes better codebase architectures and organizat
  • ✓Very fast development with templates

Cons of .NET Core

No cons listed yet.

.NET Core Alternatives & Comparisons

What are some alternatives to .NET Core?

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.

Django

Django

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

ASP.NET

ASP.NET

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

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.

Android SDK

Android SDK

Android provides a rich application framework that allows you to build innovative apps and games for mobile devices in a Java language environment.

Spring Boot

Spring Boot

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.

Try It

Visit Website

Adoption

On StackShare

.NET Core Integrations

Azure Pipelines, Angular Universal, Azure App Service, ReSharper, Entity Framework Core and 7 more are some of the popular tools that integrate with .NET Core. Here's a list of all 12 tools that integrate with .NET Core.

Azure Pipelines
Azure Pipelines
Angular Universal
Angular Universal
Azure App Service
Azure App Service
ReSharper
ReSharper
Entity Framework Core
Entity Framework Core
ASP.NET Core
ASP.NET Core
Ocelot
Ocelot
Dapr
Dapr
Owin
Owin
RichFaces
RichFaces
Micronetes
Micronetes
WhiteSource
WhiteSource

.NET Core Discussions

Discover why developers choose .NET Core. Read real-world technical decisions and stack choices from the StackShare community.

Vaibhav Taunk
Vaibhav Taunk

Team Lead

Oct 4, 2019

Needs adviceon.NET Core.NET CoreAngular CLIAngular CLIReactReact

I am starting to become a full-stack developer, by choosing and learning .NET Core for API Development, Angular CLI / React for UI Development, MongoDB for database, as it a NoSQL DB and Flutter / React Native for Mobile App Development. Using Postman, Markdown and Visual Studio Code for development.

0 views0
Comments
Greg Neumann
Greg Neumann

Indie, Solo, Developer

Aug 28, 2019

Needs adviceonXamarinXamarin.NET Core.NET CoreXamarin FormsXamarin Forms

Finding the most effective dev stack for a solo developer. Over the past year, I've been looking at many tech stacks that would be 'best' for me, as a solo, indie, developer to deliver a desktop app (Windows & Mac) plus mobile - iOS mainly. Initially, Xamarin started to stand-out. Using .NET Core as the run-time, Xamarin as the native API provider and Xamarin Forms for the UI seemed to solve all issues. But, the cracks soon started to appear. Xamarin Forms is mobile only; the Windows incarnation is different. There is no Mac UI solution (you have to code it natively in Mac OS Storyboard. I was also worried how Xamarin Forms , if I was to use it, was going to cope, in future, with Apple's new SwiftUI and Google's new Fuchsia.

This plethora of techs for the UI-layer made me reach for the safer waters of using Web-techs for the UI. Lovely! Consistency everywhere (well, mostly). But that consistency evaporates when platform issues are addressed. There are so many web frameworks!

But, I made a simple decision. It's just me...I am clever, but there is no army of coders here. And I have big plans for a business app. How could just 1 developer go-on to deploy a decent app to Windows, iPhone, iPad & Mac OS? I remembered earlier days when I've used Microsoft's ASP.NET to scaffold - generate - loads of Code for a web-app that I needed for several charities that I worked with. What 'generators' exist that do a lot of the platform-specific rubbish, allow the necessary customisation of such platform integration and provide a decent UI?

I've placed my colours to the Quasar Framework mast. Oh dear, that means Electron desktop apps doesn't it? Well, Ive had enough of loads of Developers saying that "the menus won't look native" or "it uses too much RAM" and so on. I've been using non-native UI-wrapped apps for ages - the date picker in Outlook on iOS is way better than the native date-picker and I'd been using it for years without getting hot under the collar about it. Developers do get so hung-up on things that busy Users hardly notice; don't you think?. As to the RAM usage issue; that's a bit true. But Users only really notice when an app uses so much RAM that the machine starts to page-out. Electron contributes towards that horizon but does not cause it. My Users will be business-users after all. Somewhat decent machines.

Looking forward to all that lovely Vue.js around my TypeScript and all those really, really, b e a u t I f u l UI controls of Quasar Framework . Still not sure that 1 dev can deliver all that... but I'm up for trying...

0 views0
Comments
Abdullah Erdoğan
Abdullah Erdoğan

Developer

May 24, 2019

Needs adviceonVisual StudioVisual StudioGitGitGitLabGitLab

Visual Studio Git GitLab MariaDB NGINX Linux

Visual Studio 2019 is increasing my productivity incredibly when I building MVC WebAPI and Web project. GitLab is essential tools for me. Issue boards are great as well as Source code safe in GitLab. The most amazing thing is Microsoft's new strategy on .NET enviroment for me. I love .NET Core 's cross platform support. I can deploy my projects on Linux via NGINX and .NET Core runtime or self host options. MariaDB become our first choose database option because of its great talents.

0 views0
Comments
Nicholas Rogoff
Nicholas Rogoff

May 23, 2019

Needs adviceon.NET Core.NET CoreC#C#Microsoft SQL ServerMicrosoft SQL Server

Secure Membership Web API backed by SQL Server. This is the backing API to store additional profile and complex membership metadata outside of an Azure AD B2C provider. The front-end using the Azure AD B2C to allow 3rd party trusted identity providers to authenticate. This API provides a way to add and manage more complex permission structures than can easily be maintained in Azure AD.

We have .Net developers and an Azure infrastructure environment using server-less functions, logic apps and SaaS where ever possible. For this service I opted to keep it as a classic WebAPI project and deployed to AppService.

  • Trusted Authentication Provider: @AzureActiveDirectoryB2C
  • Frameworks: @{.NET Core}|tool:6403|
  • Language: @{C#}|tool:1015| , @{Microsoft SQL Server}|tool:1027| , @{JavaScript}|tool:1209|
  • IDEs: @{Visual Studio Code}|tool:4202| , @{Visual Studio}|tool:1451|
  • Libraries: @{jQuery}|tool:1021| @EntityFramework, @AutoMapper, @FeatureToggle , @Swashbuckle
  • Database: @SqlAzure
  • Source Control: @{Git}|tool:1046|
  • Build and Release Pipelines: @{Azure DevOps}|tool:4313|
  • Test tools: @{Postman}|tool:1336| , @{Newman}|tool:3766|
  • Test framework: @nUnit, @moq
  • Infrastructure: @AzureAppService, @AzureAPIManagement
0 views0
Comments
Andrey Kurdyumov
Andrey Kurdyumov

Sr. Software developer

May 6, 2019

Needs adviceon.NET Core.NET Core.NET.NETLinuxLinux

I use .NET Core because it provides more easy to use/test/deploy model then tradition framework. Mostly this is coming from improved build tooling. Also, run-time improvements made by .NET team mostly in .NET Core, and for fresh projects there no point to use full .NET, given that almost any code written for .NET Core would run anywhere in Windows/Linux/Mac

0 views0
Comments
Companies
423
TCSCSS+417
Developers
2.66k
VCHADJ+2657