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 |
What does il do?
What is the native image generator?
What is the base class of Button control?
Please explain when should you use .net web forms over asp.net mvc?
How is .net able to support multiple languages?
Explain memory-mapped files.
Which file is taken by compiler when we have both file Application and Server Configuration file?
Can a try block have more than one catch block?
what user controls are and what server controls are and the differences between the two.
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
Where?s Windows service database located?
What are the advantages of .net?