what do you mean by .Net Framework
Answer Posted / satyambabu
The .net frame work contain the utilities and tools.
The .net frame work has two main components.
1>common language run time and
2>.net frame work class library
common language runtime
------------------------
runtime agent the manages code at executin time,providing
core services such as memory management and
threadmanagemant remorting security and robustness.
class library
-------------
class library is acomprehensive,objectoriented collection
of reusable types that you can use to develop applications
ranging from traditional command line or graphical
userinterface(GUI).APPLICATION TO APPLICATION based on
latest innovations provided by asp.net,such as web forms
and xml webservices.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
How a base class method is hidden?
What keyword is used to accept a variable number of parameter in a method?
Describe about visual basic.net?
Explain about rapid application development tool?
What is datatype conversion?
Tell me which namespace are used for accessing the data?
What is late binding?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What is a static variable?
Explain and brief about rapid application development tool?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
Name the class which allows an element to be accessed using unique key?
What is the difference between c# and vb.net?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
What is a static class?