Interview Questions And Answers

Q: - What is "Common Language Specification" (CLS) in .NET?

CLS is the collection of the rules and constraints that every language (that seeks to achieve .NET compatibility) must follow. It is a subsection of CTS and it specifies how it shares and extends one another libraries.

Submitted By:-Somit            Email-ID: - somit_dhawan212@yahoo.in

Q: - What are Attributes in .NET?

Attributes are declarative tags in code that insert additional metadata into an assembly. There exist two types of attributes in the .NET Framework: Predefined attributes such as Assembly Version, which already exist and are accessed through the Runtime Classes; and custom attributes, which you write yourself by extending the System.

Submitted By:-Somit             Email-ID: - somit_dhawan212@yahoo.in

Q: - What are possible implementations of distributed applications in .NET?

.NET Remoting and ASP.NET Web Services. If we talk about the Framework Class Library, noteworthy classes are in System.Runtime.Remoting and System.Web.Services.

Submitted By:-Somit             Email-ID: -somit_dhawan212@yahoo.in