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 |
Explain asp.net?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
What is managed code and managed data in .net?
Is there built-in support for logging?
Where does the gac exist ?
Explain about managed heap?
What is Assembly manifest? what all details the assembly manifest will contain.
What is the use of system.diagnostics.process class in .net?
what is the use of "mustinherit" keyword?
Why do we use the “using” statement?
Explain me what is the difference between an abstract class and an interface?