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
difference between control and component more than one differences
Explain code security?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What do you mean by serialization and deserialization?
What is redim keyword?
What is the feature anonymous type?
How to store decimal data in .net?
Name some of the features present in vb 2005?
What are all the differences between dispose and finalize()?
How can we store decimal data in .net?
What are the features of c# which are not present in vb.net?
What is the difference between import system.data.sqlclient and system.data.oledb?
What does assert() method do In VB.NET
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?