Need advice about which tool to choose?Ask the StackShare community!

.NET

9.1K
5.4K
+ 1
1.8K
Electron

10.7K
9.5K
+ 1
143
Add tool

.NET vs Electron: What are the differences?

Developers describe .NET as "A free, cross-platform, open source developer platform for building many different types of applications". .NET is a general purpose development platform. With .NET, you can use multiple languages, editors, and libraries to build native applications for web, mobile, desktop, gaming, and IoT for Windows, macOS, Linux, Android, and more. On the other hand, Electron is detailed as "Build cross platform desktop apps with web technologies. Formerly known as Atom Shell, made by GitHub". With Electron, creating a desktop application for your company or idea is easy. Initially developed for GitHub's Atom editor, Electron has since been used to create applications by companies like Microsoft, Facebook, Slack, and Docker. The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on io.js and Chromium and is used in the Atom editor.

.NET can be classified as a tool in the "Frameworks (Full Stack)" category, while Electron is grouped under "Cross-Platform Desktop Development".

Some of the features offered by .NET are:

  • Multiple languages: You can write .NET apps in C#, F#, or Visual Basic.
  • Cross Platform: Whether you're working in C#, F#, or Visual Basic, your code will run natively on any compatible OS.
  • Consistent API & Libraries: To extend functionality, Microsoft and others maintain a healthy package ecosystem built on .NET Standard.

On the other hand, Electron provides the following key features:

  • Use HTML, CSS, and JavaScript with Chromium and Node.js to build your app.
  • Electron is open source
  • maintained by GitHub and an active community.

"Tight integration with visual studio" is the top reason why over 243 developers like .NET, while over 50 developers mention "Easy to make rich cross platform desktop applications" as the leading cause for choosing Electron.

.NET and Electron are both open source tools. It seems that Electron with 74.4K GitHub stars and 9.72K forks on GitHub has more adoption than .NET with 11K GitHub stars and 2.37K GitHub forks.

Stack Exchange, Starbucks, and Docplanner are some of the popular companies that use .NET, whereas Electron is used by Slack, WebbyLab, and triGo GmbH. .NET has a broader approval, being mentioned in 1561 company stacks & 231 developers stacks; compared to Electron, which is listed in 213 company stacks and 366 developer stacks.

Advice on .NET and Electron
Needs advice
on
C#C#.NET.NET
and
.NET Core.NET Core

I have to write an application for a Windows Server that either runs on a scheduled task or can run on a Windows server and triggered by a webhook. What other .NET project types or methods within a project can I do this with?

I know I could probably host an API on IIS on the Windows server and do it that way, but all my APIs are in Azure App service, and this has to integrate with the Windows desktop application.

See more
Replies (2)
Recommends
on
Azure FunctionsAzure Functions

What you mean integrate on "all my APIs are in Azure App service and this has to integrate with Windows desktop application.". Try to explain a little bit what's your requirements.

If you want to Read/Write a SQL DB on premises, you can use a Azure Gateway without deploy anything in your server, another choice with SQL Server is to move the DB to Azure (if supported). You can use the triggers on Azure Functions to write/read something on Azure Storage, from your Server you can read the storage and perform some tasks. As you can see there are multiple choice without writing much code on premises, try to clarify your requirements.

See more
Recommends
on
C#C#.NET Core.NET Core

It all depends on your use case. You mentioning "scheduled task" appears you want to use a Worker Service

If you want to trigger your actions you can host a webapi, too.

Bottomline: Both use cases suffice your needs so your course depends on where you want to "control" your app ( set delay, maybe sometimes start the action manually ). WorkerService -> Config file on the host Api -> Configure from client

See more
Decisions about .NET and Electron
Ing. Alvaro Rodríguez Scelza
Software Systems Engineer at Ripio · | 9 upvotes · 443.3K views

Decided to change all my stack to microsoft technologies for they behave just great together. It is very easy to set up and deploy projects using visual studio and azure. Visual studio is also an amazing IDE, if not the best, when used for C#, it allows you to work in every aspect of your software.

Visual studio templates for ASP.NET MVC are the best I've found compared to django, rails, laravel, and others.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of .NET
Pros of Electron
  • 271
    Tight integration with visual studio
  • 261
    Stable code
  • 188
    Great community
  • 181
    Reliable and strongly typed server side language.
  • 140
    Microsoft
  • 119
    Fantastic documentation
  • 89
    Great 3rd party libraries
  • 79
    Speedy
  • 71
    Great azure integration
  • 63
    Great support
  • 33
    Linq
  • 33
    C#
  • 33
    Highly productive
  • 30
    High Performance
  • 28
    Great programming languages (C#, VB)
  • 24
    Open source
  • 19
    Powerful Web application framework (ASP.NET MVC)
  • 16
    Clean markup with razor
  • 16
    Fast
  • 15
    Powerful ORM (EntityFramework)
  • 13
    Dependency injection
  • 10
    Constantly improving to keep up with new trends
  • 10
    Visual studio + Resharper = <3
  • 9
    High-Performance
  • 8
    TFS
  • 8
    Security
  • 7
    Huge ecosystem and communities
  • 7
    Integrated and Reliable
  • 7
    Job opportunities
  • 6
    Light-weight
  • 6
    Lovely
  • 5
    Variations
  • 5
    Asynchrony
  • 5
    {get; set;}
  • 4
    Support and SImplicity
  • 4
    Concurrent
  • 4
    Scaffolding
  • 4
    Default Debuging tools
  • 4
    Entity framework
  • 4
    Useful IoC
  • 3
    Blazor
  • 2
    Nuget package manager
  • 2
    F♯
  • 68
    Easy to make rich cross platform desktop applications
  • 52
    Open source
  • 13
    Great looking apps such as Slack and Visual Studio Code
  • 7
    Because it's cross platform
  • 3
    Use Node.js in the Main Process

Sign up to add or upvote prosMake informed product decisions

Cons of .NET
Cons of Electron
  • 13
    C#
  • 12
    Too expensive to deploy and maintain
  • 8
    Microsoft itself
  • 8
    Microsoft dependable systems
  • 5
    Hard learning curve
  • 3
    Not have a full fledged visual studio for linux
  • 3
    Tight integration with visual studio
  • 18
    Uses a lot of memory
  • 8
    User experience never as good as a native app
  • 4
    No proper documentation
  • 4
    Does not native
  • 1
    Each app needs to install a new chromium + nodejs
  • 1
    Wrong reference for dom inspection

Sign up to add or upvote consMake informed product decisions

- No public GitHub repository available -

What is .NET?

.NET is a general purpose development platform. With .NET, you can use multiple languages, editors, and libraries to build native applications for web, mobile, desktop, gaming, and IoT for Windows, macOS, Linux, Android, and more.

What is Electron?

With Electron, creating a desktop application for your company or idea is easy. Initially developed for GitHub's Atom editor, Electron has since been used to create applications by companies like Microsoft, Facebook, Slack, and Docker. The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on io.js and Chromium and is used in the Atom editor.

Need advice about which tool to choose?Ask the StackShare community!

What companies use .NET?
What companies use Electron?
See which teams inside your own company are using .NET or Electron.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with .NET?
What tools integrate with Electron?

Sign up to get full access to all the tool integrationsMake informed product decisions

Blog Posts

What are some alternatives to .NET and Electron?
ASP.NET
.NET is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.
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!
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.
PHP
Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.
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.
See all alternatives