Dot Net is Platform Independent or Platform Dependent..?
Answers were Sorted based on User's Feedback
Answer / imatoria
Compiled code of .Net is platform independent because its
been translated to Intermediate Language code and deployed.
And then JIT compiler translate it to machine code when its
been accessed for the first time.
| Is This Answer Correct ? | 29 Yes | 4 No |
What is the root class in .net?
What is difference between .net and .net core?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
Explain me what is an anonymous method and how is it different from a lambda expression?
What is meant fulltrust?
State the various features present in .NET?
Without UDDI, is it possible to access a remote web service ?
1 Answers RR, TCS, Tech Mahindra,
What is .net3.5?
What is the purpose of delegates in .net?
What is view state?
What is a design pattern and what is it for?
How is .net able to support multiple languages?