Answer Posted / satyambabu
CLS(Common Language Specification)Defines the rules and
standards
to which language must adhere to in order to be compatible
with other .net languages .this enables C# developers to
inherit from classes defined in vb.net or other compatible
languages,
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is session id in web application?
How does a web application session work?
Can you use c# without .net?
Why would anyone need to implement their own hashtable or linked list?
What is applicatio domain?
What are the components of ado.net?
What are the 3 levels at which content pages can be attached to Master Page?
Which Is Faster MVC or ASP.net ?
Explain about the Class view window?
What is the difference between exe and dll?
What is the web.config file in asp?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
How should I destroy my objects in asp.net?
What are the disadvantages of view state?