What is CTS, CLS and CLR ?
Answer Posted / lalu
Common Language Specification (CLS):The Common Language
Specification (CLS) describes a set of features that
different languages have in common.
The CLS includes a subset of the Common Type System (CTS).
The CLR is a multi-language execution environment
| Is This Answer Correct ? | 15 Yes | 32 No |
Post New Answer View All Answers
What are the features of asp.net mvc?
When Cookies are expired in ASP.NET?
Explain the difference between asp and asp.net?
Why do we need a web application session?
What is the difference between a default skin and a named skin?
What is the difference between stored procedure vs function?
What does the hotspot class in .net do?
Explain Authentication mechanism in dotnet
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Explain the use of view state?
How can you access the properties and controls of master pages from content pages?
What is protected configuration?
What are the merits and demerits of viewstate?
Why is string called immutable data type?
Explain about asp.net caching?