Answer Posted / Vipin Kumar Gupta
"The two main parts of .NET are the Common Language Runtime (CLR) and the Framework Class Library (FCL). The CLR is an environment responsible for executing code, managing memory, and providing services like exception handling and garbage collection. The FCL contains a vast number of reusable classes that provide common functionality across all .NET languages."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to send xml file on server using http protocol?
Explain an assembly?
What are the features of c# which are not present in vb.net?
How to store images in sql server database through vb.net?
Explain the difference between datatable and dataset?
How to retrieve images in sql server database through vb.net?
What is option strict?
Explain how can we remove handlers at run time?
What is the use of assembly?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain the difference between system.string and system.stringbuilder classes?
What is early binding?