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 user controls are and what server controls are and the differences between the two.
Explain what is the difference between encrypting a password and applying a hashing?
What are multicast delegates?
Differentiate between managed and unmanaged code?
Explain re-clarification of object based in .net?
Name the classes that are introduced in the system.numerics namespace.
What is the difference between server.transfer and response.redirect? Why?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
What is "common language runtime" (clr) in .net?
What are the different types of memory in .net?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
Do you know what is lambda expressions in c#?
Explain the features that are common to all .Net languages.
Is there any thread in our .net programs?
Tell us what is a sealed class?