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 |
What makes .net core cross platform?
What is Assembly manifest? what all details the assembly manifest will contain.
What are the collections you've used?
How do you generate a strong name?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
How do you create threading in.net?
How can you turn-on and turn-off cas?
What is Complex Class in .NET?
Why inheritance is important?
What is the purpose of delegates in .net?
How many namespaces are in .net version 1.1?
What is CCW (COM Callable Wrapper) ?