adspace


When should I use .net core?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143