What is the feature which is common to all .net languages?



What is the feature which is common to all .net languages?..

Answer / Om Shankar Trivedi

All .NET languages share a common runtime environment called Common Language Runtime (CLR). This includes garbage collection, security features like code access security, and interoperability with other .NET components and COM objects. They also follow the same object-oriented programming paradigm, using classes, inheritance, polymorphism, etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

Explain some of the exclusive features which are present in vb?

1 Answers  


What are Major Feature of VB.NET Over C#.NET

9 Answers   Wipro,


What is the use of internal keyword?

1 Answers  


I want to reduce my CPU Usage when I am querying the Database for records. Now my Winform App(in VB.Net) suddenly Jumps to 100% CPU Usage when i query for records from sql server database. I want this Usage to be less. Any help is appreciated

2 Answers  


Which is the tool which can convert visual basic old version to .net compatibility version?

1 Answers  


what do you mean by .Net Framework

17 Answers   Assurgent, College School Exams Tests, Guru Tech, Krishna Infotech, Ksb, Microsoft,


what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.

1 Answers  


What is friend and protected-friend access specifier in vb.net?

1 Answers  


What is the significance of delegates?

1 Answers  


Can you please explain the difference between system.string and system.stringbuilder classes?

1 Answers  


Explain the use of option explicit?

1 Answers  


Explain option explicit?

1 Answers  


Categories