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
how can you enhance the performance of entity framework?
What is the benefit of entity framework?
Can I add asp.net mvc testcases in visual studio express?
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?
Do I need microsoft .net framework?
What are the versions of .net framework?
What is conceptual model? : Entity framework
How we can add the CSS in ASP.Net MVC?
What is edm designer? : Entity framework
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
How route table has been created in asp.net mvc?
what is minimum requirement for entity framework applications to run?
What is MVVM design pattern?
Mention two instances where routing is not implemented or required?
Explain tempdata in asp.net mvc?