Answer Posted / kranthi kumar.j
A programming infrastructure created by Microsoft for
building, deploying, and running applications and services
that use .NET technologies, such as desktop applications and
Web services.
The .NET Framework contains three major parts:
* the Common Language Runtime
* the Framework Class Library
* ASP.NET.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is garbage collection in .net? Explain the garbage collection process?
Explain what inheritance is, and why it's important?
What does msil do?
How will you load an assembly which is not referenced by current assembly?
Explain .net framework overview?
Explain about managed heap?
Is .net core the future?
How inheritance works in .net?
why you wouldn't want to write into it even if you could
Tell us what is json data, and what is one way that .net developers can work with json?
Will my .net app run on 64-bit windows?
When we go for html server controls and when we go for web server controls?
Explain is the jit an interpreter?
Tell us the differences between an interface and an abstract class in .net?
What method do you use to explicitly kill a users session? How?