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
explain code with datachaching with example
Can we use MSSql as backend in asp.net...if yes then How.?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is bound controls
How can you send an email message from an asp.net web page?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
How do you implement sql caching in asp.net?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
How does a content page differ from a master page?
What is asp.net used for?
Why do we need master page in asp.net?
In which event of page cycle is the viewstate available?
What is difference between abstract class and an interface?
Which control has default post back is enabled(true)?