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



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

Answer / 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

More Dot Net General Interview Questions

What does il do?

1 Answers  


What is the native image generator?

1 Answers  


What is the base class of Button control?

2 Answers  


Please explain when should you use .net web forms over asp.net mvc?

1 Answers  


How is .net able to support multiple languages?

1 Answers  


Explain memory-mapped files.

1 Answers  


Which file is taken by compiler when we have both file Application and Server Configuration file?

1 Answers  


Can a try block have more than one catch block?

1 Answers  


what user controls are and what server controls are and the differences between the two.

1 Answers  


How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?

1 Answers  


Where?s Windows service database located?

2 Answers  


What are the advantages of .net?

1 Answers  


Categories