What is .net framwork?
what is web application?
what is CLR? How does work CLR & wht is work of CLR?
What is compile?
wht is thread? what does use in .net?
Answer Posted / anand gopal makwa munger
The .NET Framework is one of the tools provided by the .NET infrastructure and tools components of the .NET platform.
The .NET Framework provide an environments for building,deploying and running web service and other application.
it consists three distinct technologies:
1.common Language Runtime(CLR).
2.framework Base Classes.
3.User and Program interface(ASP.NET & WinForms).
Web Application:-It is collection of web page.
CLR:It provide runtime Environment.
CLR provides a number of service that include
1.Loading and execution of programe.
2.Memory isolation for application.
3.verification of type safety
4.Memory management.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the role of the jit compiler in .net framework?
Explain how to use multiple submit buttons in ASP.Net MVC?
What is the difference between tempdata and viewbag?
How can I return string result from action in asp.net mvc?
What is .net framwork?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
Give an example for authorization filters in an asp.net mvc application?
Can any particular component of .net framework 3.0 be removed?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What does a viewmodel do?
What is the difference between old ADO.NET and Entity framework coding techniques?
What are the possible razor view extensions?
What is filters in web api?
explain lazy loading, eager loading, and explicit loading?
What is viewstart page in mvc?