Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is CLS?

Answers were Sorted based on User's Feedback



What is CLS?..

Answer / 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

What is CLS?..

Answer / 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

What is CLS?..

Answer / satish v itagi

The way language compilers handle types with regard to the
bytes occupied, sign-bit handling, storage place (register,
far or near) are almost proprietory of that language. When
more than one language comes to a single platform ( for eg.
DotNet) where a Intermediate Language code is compiled
based on the input language and executable code is compiled
just in time, these proprietory has to adjusted to the most
common practices amongst all participating languages. This
eliminates certain strong and professional handling of
types by individual language compilers but makes language
platform independent that is run by Common Language RunTime
(CLR) like executors.

Is This Answer Correct ?    3 Yes 2 No

What is CLS?..

Answer / lokendra khandelwal

common language specification defines the common types that
are supported by the languages which are compatible with the
.net framework. For example if u develop a webservice with
functions which are accepting unsigned integer values as
parameter and u want to use that service in a language that
won't supports unsigned integers then u will get a problem
.So the languages which wants to be compatable with .net
must support the types that are specified by CLS.

CTS is the service which is used by the CLR to manage the
code.CTS can express the semantics of any programming
language. CTS defines a standard set of types and rules to
create new types.The runtime understands how to create and
execute these types.Compilers and interpreters use the
runtime(CLR) services like CTS to define types,manage
objects and make method calls instead of using tool or
language specific methods.CTS goal is to enable multi
language integration

Is This Answer Correct ?    1 Yes 1 No

What is CLS?..

Answer / lokendra khandelwal

The way language compilers handle types with regard to the
bytes occupied, sign-bit handling, storage place (register,
far or near) are almost proprietory of that language. When
more than one language comes to a single platform ( for eg.
DotNet) where a Intermediate Language code is compiled based
on the input language and executable code is compiled just
in time, these proprietory has to adjusted to the most
common practices amongst all participating languages. This
eliminates certain strong and professional handling of types
by individual language compilers but makes language platform
independent that is run by Common Language RunTime (CLR)
like executors.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Differentiate the session object and application object?

0 Answers  


What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC

0 Answers  


If we write return statement in finally block will it works fine or throws any error?

1 Answers   Patni,


How do you bind array to gridview? Will it works?

4 Answers   HP,


What is web.config and machine.config ?

3 Answers   Collabor, NDPL, TCS,


What is AppDomain?Explain how it works.

9 Answers   Tech Mahindra,


What ?ll u do in early and late binding ?

1 Answers   DELL,


What is razor? : asp.net mvc

0 Answers  


How do u deploy ur project?

0 Answers   HCL, Microsoft,


What is cookies cache and session?

0 Answers  


why we are using delegates and in which condition it is required?

3 Answers   TCS,


hi all, can we sort the data set without using the gridview sort method

1 Answers   CGI,


Categories