Is .NET Core stable enough for mission critical applications?

Asked by Last Modified  

1 Answer

Learn .Net

Follow 3
Answer

Please enter your answer

Angular Trainer

Depends strongly on how “critical” your “mission” is. If we are talking nuclear power stations or avionics, any modern framework is probably not “stable” enough. So, let’s redefine the question a bit: “Given an application where .net 4.6.1 is appropriate, would .net core be ok too?” In terms of...
read more
Depends strongly on how “critical” your “mission” is. If we are talking nuclear power stations or avionics, any modern framework is probably not “stable” enough. So, let’s redefine the question a bit: “Given an application where .net 4.6.1 is appropriate, would .net core be ok too?” In terms of bugs I’d say yes. The main disadvantages I see are: Tooling: VS And Azure support is there (obviously) but not that great compared to full .net. Also stuff is still very much in flux. This will hopefully change with VS2017. Packages: Still rather limited. Particularly, Entity Framework 7 isn’t that great yet. Also, if we are talking a desktop app, a brief search didn’t yield any WPF capability yet. The biggest problem I have with .net core is actually the business case behind it. The main feature that I see touted is its ability to run on linux. This doesn’t really excite me because: So does mono. In any cloud environment the cost of the OS is actually trivial. If you are a .net developer and bid for a linux contract, chances are that the company requesting it is actually a linux based company, with a java stack and java/linux admins and infrastructure. Making them manage some .net stuff in addition to their normal work isn’t going to win you any friends there. On the other hand, Microsoft sees this as the next generation .net. So sooner or later it will be more supported than the old-style .net. (Unless they decide to Silverlight it, but that can happen with any technology.) Without a specific requirement mandating it, I’d wait out at least another release. As I said, not because of any bugs, but because my impression is that the tooling and the ecosystem isn’t where I want them yet. read less
Comments

Related Questions

What is difference between "throw" and "throw ex" in .Net?
Yes, there is a difference; 1) throw ex resets the stack trace (so your errors would appear to originate from HandleException) 2) throw doesn't - the original offender would be preserved.
SEED Infotech Ltd
What is ASP.Net?
ASP.NET: Active Server Page .NET is a unified Web development model that includes the services necessary to build enterprise-class Web applications. ASP.NET is part of the .NET Framework. It's Microsoft product.
Geeta
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
What is the difference between XML and HTML?
Main Difference : HTML is used for presenting data ie it's main goal is to present data in a beautiful way, while XML is used to store and transport data ie it's main goal is to organize the data.
Aavinash
0 0
8

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

Ask a Question

Related Lessons

.NET FRAMEWORK
.NET FRAMEWORK IS A PLATFORM/AN ENVIRONMENT FOR THE DEVELOPMENT, DEPLOYMENT, AND EXECUTION OF HIGHLY DISTRIBUTED, COMPONENT-BASED APPLICATIONS. Objectives of .NET framework To support platform...

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...

"foreach" loop in C#
foreach is a looping statement : repeats a group of statements for each element in an array or an object collection. (or) used to iterate through the collection/ an array to get the required information. Advantages: Easy...
R

Raga Deepthi G.

3 0
1

Asp.net MVC Application LifeCycle
Any web application has two main execution steps first understanding the request and depending on the type of the request sending out appropriate response. MVC life cycle also follow same principle. MVC...

Steps to fill drop-down value from database to view page in ASP.Net MVC Application
In simple few steps you can fill the dynamic data from database to HTML page in MVC Application Write connection string in web config file Create table related getter setter in model Fetch data...

Recommended Articles

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

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 >

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 >

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 >

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