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
Explain dependency resolution?
Give an example for authorization filters in an asp.net mvc application?
What is viewdata?
Explain the advantages of dependency injection (di) in asp.net mvc?
Where is tempdata stored?
what is eager loading?
What is disconnected scenario? : Entity framework
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
Is entity framework slow?
Explain the new features added in version 4 of mvc (mvc4)?
What is the difference between adding routes, to a webforms application and to an mvc application?
Does Tempdata hold the data for other request in ASP.Net MVC?
what is way of loading data in ef (entity framework)?
what is .edmx file and what it contains?