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
Are there any parts of the .net framework 3.0 that only work on windows vista?
How to Create an Intranet Site Using ASP.NET MVC?
What is entityset? : Entity framework
explain why t4 entity is important in entity framework?
What is the difference between old ADO.NET and Entity framework coding techniques?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What are the components required to create a route in mvc?
What are the advantages of mvc over asp.net?
What is the use of the default route?
What are the new features 3.5 framework against with the tool?
What is edm in entity framework?
What is edm (entity data model)? : Entity framework
In which assembly is the mvc framework defined?
Explain the difference between viewbag and viewdata in mvc?
What is the difference between adding routes, to a webforms application and to an mvc application?