What is the difference between the C#.NET and VB.NET?

Answer Posted / vasu

The Common Language Specification (CLS) is an agreement among language designers and class library designers to use a common subset of basic language features that all languages have to follow.

Common Type System (CTS) describes how types are declared, used and managed in the runtime and facilitates cross-language integration, type safety, and high performance code execution.CTS defines rules that languages must follow, which helps ensure that objects written in different languages can interact with each other.


Common Language Runtime is the underpinning of the .NET Framework. CLR takes care of code management at program execution and provides various beneficial services such as memory management, thread management, security management, code verification, compilation, and other system services. The managed code that targets CLR benefits from useful features such as cross-language integration, cross-language exception handling, versioning, enhanced security, deployment support, and debugging.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is .net environment?

554


What is the use of Treeview control?

618


Which dll translate xml to sql in internet information server (iis)?

587


What relationship is between a process, application domain, and application?

552


What is reflection and what is it for?

576






Explain the procedure to add assemly to gac to make it shared one?

573


What is RCW (Run time Callable Wrappers)?

1963


what is the default security setting in .net?

540


What are the different types of Classes in .NET?

610


Explain how to manage pagination in a page using .net?

552


How is .net core cross platform?

633


Explain the difference between task and thread in .net?

523


What are the collections you've used?

579


What is .net and .net framework?

624


What is marshling?

590