Answer Posted / deepak kumar
ClS stands for Common Language Specification is a set of
common rules contained by Common Language Runtime.CLS
allows a programming language to be a .NET complaint
programming language that follows it's rule.CTS(Common Type
System) is one of the specification of CLS,that allows
a .NET compliant languages to declare and manage thier data
types.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Whats the difference between abstract factory pattern and factory pattern?
What is authentication in asp.net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What do you mean by query string?
How to bind all the binding controls in a page at once in ASP.NET?
What is redirecting behavior?
What does uri mean?
What does the hotspot class in .net do?
What is tracing? Where is it used?
Explain in what order a destructors is called.
What do you mean by marshalbyref?
What are the contents of cookie?
What is a web pool?
Explain about secure socket layer?
Can you use Web API with ASP.NET Web Form?