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 are the new enhancements done in default project template of asp.net mvc 4?
what is conceptual model?
What is the benefit of entity framework?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
how can you tell ef to have a different table or column name than that defined for the class?
How do I install .net framework?
Explain ASP.NET MVC Identity and Security?
what is model first approach?
What is associationset? : Entity framework
What is route config?
How can I return string result from action in asp.net mvc?
Explain .Net Framework? Why we use it?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
How do you handle variable number of segments in a route definition?
What is the meaning of unobtrusive javascript?