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
Is .net a language?
How do you turn off cookies for one page in your site? Give an example.
What is the difference between a debug and release build?
Please explain what is the difference between odbc and ado?
Tell us the differences between an interface and an abstract class in .net?
What is 'Common Type System' (CTS) in .NET?
Which namespace is require to used XML in .NET?
What are asp.net authentication providers and iis security?
What is the difference between task and thread in .net?
How will you load dynamic assembly? How will create assemblies at run time?
What is reflection and what is it for?
Do you know what are three common acronyms used in .net, and what do they stand for?
What is the difference between user control an custom control? Advantages/disadvantages?
Explain is the jit an interpreter?