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
What is meant by localization?
Which namespace does it belong to by default?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
Explain something about WebService?
How to implement CAS in .Net?
What is iis? Have you used it?
The project which you have made, which methodology did you use?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
How viewstate is being formed and how it is stored on client in .net?
Why inheritance is important?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is the best way to crack the certification?
Explain the use of activex control in .net?
Write the .net syntax for 'for loop'?
Is Driver Script any how related to AOM?