What is .NET Framework?
Answers were Sorted based on User's Feedback
Answer / 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 |
Is it true that objects don't always get destroyed immediately when the last reference goes away?
What does jit compilation do in .net?
What is prerender event of a page?
How do I spawn a thread?
Why MVC programming model preferred?
What is operator overloading in .net?
Explain the difference between asp.net & vb.net and explain architecture?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
How do I use the thread pool?
What is a .net class?
Explain how to produce an assembly?
What is close method? How its different from finalize and dispose?