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 to enable Attribute Routing?
What is edm in entity framework?
Which filter executes first in an asp.net mvc application?
what is entity framework advantage?
What are actions in asp.net mvc?
If I have multiple filters implemented, what is the order in which these filters get executed?
How route table has been created in ASP.NET ASP.Net MVC?
When will the .net framework 3.0 be released?
Can you set the unlimited length for "maxjsonlength" property in config?
Possible ways to prevent xss attacks on mvc application?
What are the options can be configured in AJAX helpers?
Explain RenderBody and RenderPage in ASP.Net MVC?
what is conceptual model?
Which version of .net framework is installed?
What is .net framwork?