Can ASP.NET Core gain traction like RoR or Node.js?

Asked by Last Modified  

1 Answer

Learn .Net

Follow 3
Answer

Please enter your answer

Angular Trainer

Having seen both sides of the spectrum, it’s really hard to say. From a technical perspective, ASP .Net Core does a lot of things right. It reduces the bloat of “legacy” .Net, makes things a bit more modular, and has a web server (Kestrel) whose core is also the core of Node. It’s finally cross-platform,...
read more
Having seen both sides of the spectrum, it’s really hard to say. From a technical perspective, ASP .Net Core does a lot of things right. It reduces the bloat of “legacy” .Net, makes things a bit more modular, and has a web server (Kestrel) whose core is also the core of Node. It’s finally cross-platform, has excellent tooling in the form of VS Code, and is measurably faster than Node on some metrics. Given all that, it’s a no-brainer that it should succeed, right? Unfortunately, things are not quite so simple. Here’s my take on why it might struggle to find mass adoption like Node and RoR: The baggage of Microsoft. Yes, they have turned a over new leaf and Satya Nadella seems to “get it” with cloud and open source. However, you can’t just erase decades of questionable business practices (and, as a result, general mistrust of your company’s motives) just by open sourcing a few tools and “pulling a Ballmer” to try to woo developers. Though, in his defense, Ballmer seems to have softened his “Linux is a Cancer” stance. Because of yoga? Winning developer mindshare. Node, in particular, is extraordinary in this regard. When it came out, its non-blocking approach to concurrency was ingenious and blew developers’ minds, despite its warts. There have been numerous success stories from companies that deal with massive scale (Walmart, PayPal, Uber, to name a few). In developers’ eyes, Node is “battle tested” and has sort of become the de facto “glue” platform for everything, not just the go-to for massively scalable web servers and services. Espousing the value proposition for adoption. This is a bit unusual, as you would think that this would be a no-brainer for at least “legacy” .Net folks. However, from what I have seen, there seems to be no clean migration path from legacy .Net to .Net Core. This is understandable, as .Net Core can be almost treated as a separate branch of .Net entirely. .Net developers I’ve spoken to in the community seem committed to switching over. However, I did sense a bit of unease/uncertainty about their decision. I can only theorize a few reasons, but they could be: .Net Core is still very nascent and hasn’t been as “battle tested” as legacy .Net in developers’ eyes. There is still a massive ecosystem of tools specifically built for legacy .Net that now have to be ported over, in some fashion, to .Net Core. The big items from .Net are already in Core, but I’m sure there are 3rd party libraries on whom developers depend that still need to get with the program. The Node ecosystem is a bit more mature than .Net Core, which leads some devs to explore that path, since the migration from legacy .Net to .Net Core isn’t exactly an easy switchover. Node has hit the sweet spot of “fast enough”, developer mindshare, and wide adoption and support of its tooling in the cloud. Getting developers from that community, even .Net expats like myself, is going to be a hard sell to begin with. Having said all of that, I truly am rooting for .Net Core to find its footing and become a force for the Microsoft community and the FOSS community at large. It’s a revelation comparatively to legacy .Net, adopts a lot of great ideas from Node, and seems to take the best of “non-blocking I/O” with the “synchronous threaded” model we got so used to. Competitor frameworks will only breed the best for developers in the long-run, so go Redmond! I also hope that Microsoft’s attitude towards FOSS is genuine and not just a “bait-and-switch” that many of us fear. The strength of FOSS is the community and open-ness, and I, for one, am glad that Microsoft changed its draconian attitudes over the last few years and open sourced such great tools! read less
Comments

Related Questions

Hi,

I have asp.net project with sql connection.I want connect database with asp.net and run the project and web config file there

In web.config: <connectionStrings> <add name="ConnectionString" connectionString="Data Source=192.168.1.25;Initial Catalog=Login;Persist Security Info=True;User ID=sa;Password=example.com" providerName="System.Data.SqlClient"...
Fathima
When do you use Html.Action over Html.Partial ?
Html.Action() will call action method. e.g. Html.Action("Test") Html.Partial() just renders partial view. e.g Html.Partial("PartialName");
JK IT Training
training
I am one of the TOP Trainer of this site with 12+ years of experience with coaching , Author of 14 books , Team leader in company and mentoring on the .NET platform. You can reach me here: shyam.rajput @ gmail . com
Mir
I want to do Project in MVC 6 with using WebAPI, Entity Framework and LINQ.
. I am working as a senior developer and I deliver same knowledge in my classes with project.I can help you in this.
Ashish
What is xamarin, how it useful in C# coders?
1.C# is the best language for mobile app development.And With Xamarin, you write your apps entirely in C#, sharing the same code on iOS, Android, Windows, Mac and more. Anything you can do in Objective-C,...
Suresh

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Benefits of AsP.net webapi over traditional asp.net 2 and 3.5
Tradional asp.net had slower server side response feedback to the server with the MVC concept on webapi there were faster responses from the server side for client requests. Optimization of code was main...

Read CSV data using ODBC Connection
Codes to read the CSV data using ODBC Connection- Input File: File's Encoding format should be ANSI as below class Student{ public string CollegeId { get; set; } public string AdmissionDate...

.NET With AngularJS Training Program Syllabus
What You will Learn in .NET with AngularJS Training Program? Introduction to .Net: Features of .Net, CTS, CLS, CLR and MSIL. C# & .Net Basics and Branching & Flow Control. OOPs Concepts,...

Trends in .Net Platform
.NET Framework is a software framework developed by Microsoft. It includes a large class library named Framework Class Library (FCL) and provides language interoperability (each language can use code written...

What Is The Difference In For...Loop And Foreach Loop?
Loop is very important in C# Programing language. Loop is call iteration statement, loops are used for executing the repeated task. 1. For...Loop: The for…loop executes a statement or a block...

Recommended Articles

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Looking for .Net Training ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you