When should I use .net core?



When should I use .net core?..

Answer / Shiv Ram Krishanan

You should use .NET Core when you want to develop portable applications that can run on different platforms such as Windows, Linux, and macOS. Additionally, .NET Core is ideal for cloud-based and microservices architectures.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What makes .net core cross platform?

1 Answers  


What is Assembly manifest? what all details the assembly manifest will contain.

1 Answers  


What are the collections you've used?

1 Answers  


How do you generate a strong name?

1 Answers  


How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?

1 Answers  


How do you create threading in.net?

1 Answers  


How can you turn-on and turn-off cas?

1 Answers  


What is Complex Class in .NET?

1 Answers  


Why inheritance is important?

1 Answers  


What is the purpose of delegates in .net?

2 Answers  


How many namespaces are in .net version 1.1?

1 Answers  


What is CCW (COM Callable Wrapper) ?

1 Answers  


Categories