Click here to Skip to main content
15,914,795 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Why use .NET technologies vs., say, Node? Pin
Idaho Edokpayi11-Dec-19 8:03
Idaho Edokpayi11-Dec-19 8:03 
GeneralRe: Why use .NET technologies vs., say, Node? Pin
Marc Clifton6-Dec-19 7:17
mvaMarc Clifton6-Dec-19 7:17 
GeneralRe: Why use .NET technologies vs., say, Node? Pin
Pete O'Hanlon8-Dec-19 20:39
mvePete O'Hanlon8-Dec-19 20:39 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
F-ES Sitecore6-Dec-19 3:15
professionalF-ES Sitecore6-Dec-19 3:15 
GeneralRe: Why use .NET technologies vs., say, Node? Pin
PIEBALDconsult6-Dec-19 3:21
mvePIEBALDconsult6-Dec-19 3:21 
GeneralRe: Why use .NET technologies vs., say, Node? Pin
harold aptroot6-Dec-19 3:22
harold aptroot6-Dec-19 3:22 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
PIEBALDconsult6-Dec-19 3:27
mvePIEBALDconsult6-Dec-19 3:27 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
Sander Rossel6-Dec-19 3:32
professionalSander Rossel6-Dec-19 3:32 
What's their reason for switching to Node?
Node is JavaScript, which is awful, and TypeScript just makes it look more like C# Laugh | :laugh:

It kind of depends on your environment though.
Personally, I'm using Microsoft all the way down, so switching out anything would make it harder to integrate with everything else.
For example, if you're using Jenkins instead of Azure DevOps, C# integration is a lot harder to begin with and switching to JavaScript may make certain tasks easier.
One reason I'd use Node over .NET Core is to re-use code between a back-end and a front-end (website).
This is actually a scenario that came up recently for a web app we wanted to do with instant front-end calculations that we also had to do back-end for an initial generation for the data.
Node would probably also be a better fit if your data is unstructured (with a MongoDB database, for example).
Using Node could be a hiring decision if you can get plenty of JavaScript developers (because everyone knows JS), but no C# developers.
Other than that I have no reason to use Node instead of .NET Core, they're both multi-platform and lightning fast.
It even seems .NET Core is sometimes even faster than Node!
Node invites the horror that is npm with 10.000+ files in 40 MB for a single package into your back-end Dead | X|

However, why not use microservices and use both where they best fit? Wink | ;)

AnswerRe: Why use .NET technologies vs., say, Node? Pin
KSmithDev6-Dec-19 3:59
KSmithDev6-Dec-19 3:59 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
#realJSOP6-Dec-19 4:11
professional#realJSOP6-Dec-19 4:11 
GeneralRe: Why use .NET technologies vs., say, Node? Pin
Mario Luis9-Dec-19 2:50
Mario Luis9-Dec-19 2:50 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
honey the codewitch6-Dec-19 4:20
mvahoney the codewitch6-Dec-19 4:20 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
Duncan Edwards Jones6-Dec-19 6:04
professionalDuncan Edwards Jones6-Dec-19 6:04 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
Eddy Vluggen6-Dec-19 8:24
professionalEddy Vluggen6-Dec-19 8:24 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
Gaston Verelst9-Dec-19 3:04
Gaston Verelst9-Dec-19 3:04 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
Mehdi Gholam9-Dec-19 3:48
Mehdi Gholam9-Dec-19 3:48 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
KateAshman9-Dec-19 4:17
KateAshman9-Dec-19 4:17 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
Marc Greiner at home9-Dec-19 4:44
Marc Greiner at home9-Dec-19 4:44 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
Shawn_Eary9-Dec-19 5:04
Shawn_Eary9-Dec-19 5:04 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
maze39-Dec-19 5:19
professionalmaze39-Dec-19 5:19 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
Stuart Dootson9-Dec-19 5:19
professionalStuart Dootson9-Dec-19 5:19 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
patbob9-Dec-19 5:56
patbob9-Dec-19 5:56 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
David Schiffer9-Dec-19 6:13
professionalDavid Schiffer9-Dec-19 6:13 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
Jane's Diary9-Dec-19 7:23
Jane's Diary9-Dec-19 7:23 
AnswerRe: Why use .NET technologies vs., say, Node? Pin
Gerry Schmitz9-Dec-19 7:55
mveGerry Schmitz9-Dec-19 7:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.