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 interface and abstract class in .net?
Is .net a compiler?
What are the different types of memory in .net?
What does cil do?
Do you know what is garbage collector?
How inheritance works in .net?
Explain me how does linq work?
How we can achieve Connection pooling in .Net?
What are nullable types in .NET
What is the use of UML in .Net
Explain the difference between managed and unmanaged code?
What is the difference between vb.net and vc#.net?
What is the difference between encrypting a password and applying a hashing?
What exactly is being serialized when you perform serialization in .net?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....