VB.NET INTERVIEW QUESTION & ANSWERS
11. |
What are the two main parts of the .NET Framework? |
|
The .NET Framework has two main components :- The common language runtime
- The .NET Framework class library
|
12. |
What are the benefits of.NET Framework? |
|
.NET Framework offers many benefits to application developers. Some of these benefits are as follows :- Consistent programming model
- Language interoperability
- Automatic management of resources
- Ease of deployment
|
13. |
Where are all .NET Collection classes located? |
|
System.Collection namespace has all the collection classes available in .NET. |
14. |
How many languages .NET is supporting now? |
|
When .NET was introduced it came with several languages. VB.NET, C#, COBOL and Perl, etc. 44 languages are supported. |
15. |
What are the advantages of VB.NET? |
|
The main advantages of .net are :
- .NET is a language independent
- Automatic memory management(garbage collection)
- Disconnected architecture
Object Oriented.
|