About CLS

CLS is stand for ( Common Language Specification ) and it is set of languages features which supported by the Common Language Runtime (CLR) of the .NET Framework. CLS is also part of the .NET Framework which is help in runtime environments. It is designed to support language need which is commonly used by developers and to produce verifiable code. These variables codes are allows all CLS compliant languages to ensure the type safety of code. CLS common to many object oriented programming languages. CLS main function is provides the guidelines to the compiler of a language which do task on the .NET Framework. CLS compliant code is the code exposed and expressed in CLS form. In .NET framework CLS play an important role to designing web applications.

Related resources for CLS
  • .Net Architecture And .Net Framework Basics12/15/2017 6:02:57 AM. Here you will see .Net Architecture and .Net Framework basics.
  • CLI & CLR12/27/2016 1:44:37 AM. This part gives a basic introduction to CLI, Components of CLI, CLR and Features of CLR.
  • Components Of .NET12/17/2015 5:58:02 AM. In this article I am explaining about components of .NET. The components of .NET are CLR, Garbage Collector, JIT Compiler and base class library.
  • Understanding Cross Language Interoperability With C# .NET11/27/2014 1:14:08 PM. This article explains case sensitivity/insensitivity of cross language interoperability in Microsoft .NET that allows compliant languages to interoperate with each other.
  • Native Windows Dynamic Link Libraries (DLLs)5/6/2013 4:47:20 AM. This article briefly explains what a native Windows Dynamic Link Library (DLL) is, shows how to create a DLL using C++, how to consume it in C# and then explains how DLLs work.
  • .net Framework12/14/2012 3:50:22 PM. www.sukesh-Marla.com For training related to design patterns, jQuery and other .net related topics contact at SukeshMarla@Gmail.com
  • Creating a Model Class to "LINQ to SQL" using ASP.NET MVC 10/3/2012 8:10:01 AM. This is a simple application that show how to create model class to Link to Sql in MVC ASP.NET. In this application we first create the database after that create the schema and insert the data.
  • Interoperability in .NET9/30/2012 5:39:00 AM. The important goals of .NET during its development was to promote interoperability with existing technologies.
  • Making Your Code CLS Compliant3/30/2011 2:51:49 AM. If you are writing .Net classes, which will be used by other .Net classes irrespective of the language they are implemented, then your code should conform to the CLS [Common Language Specification].
  • .NET framework comparison with Java Architecture12/17/2005 4:08:20 AM. This article outlines Microsoft's proposed standardization of .NET framework in ECMA forum as CLI (Common Language Infrastructure), but the Microsoft documentation refer this as CLR (Common Language Runtime).
C# and the .NET Platform, Second Edition
The mission of this book is to provide you with a solid foundation of the C# language...
Download