What is CTS, CLS and CLR ?
Answer Posted / robin
CLS:- common language specification .it defines features
that all.net compatible language should support
CTR:-The .net framework introduce a comman type system or
CTS.the CTS specification defines all possible data type and
programing construct supports by CLR andhow they may or may
not interact with each other. because of this features the
.NET framework supports development in multiple in
programing language
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a code for sending an email from asp.net application.
What is simple data binding?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
Can you change a master page dynamically at runtime? How?
How does exception management works in ASP.NET?
Where code pages are used?
What are strong names?
How to make paging concepts in datagrid in ASP.NET?
How does asp page work?
How do you use viewstate?
What is use of Master Page in ASP.NET web pages?
Explain the difference between array and linkedlist?
Can any body provide me the sample web application in asp.net
What is a web server? What are the load limits in it?
To redirect the user to another page which method do we use without performing a round trip to the client?