adspace


What is difference between .net core and .net standard?

Answer Posted / Farhqe Alam

.NET Standard is a specification for libraries in .NET, ensuring compatibility across different versions and platforms. .NET Core is an implementation of that standard, designed to run on various operating systems.

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'?

1141