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
What is late binding?
Define cls?
What is the feature which is common to all .net languages?
Which control is an example of an object in vb net?
What is pre-jit?
What is the differences between dataset.clone and dataset.copy?
What is the difference between system.applicationexception class and system.systemexception?
Explain about garbage collection?
What is stack used for in vb. Net?
how to get dynamic control array position or its index position?
Which dll is used for microsoft .net run time?
Explain cts?
Explain about visual basic?
What is the diff between vb mdi form and .net mdi form?
What are jagged arrarys ?