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
Explain how cookies work.
Give a few examples of page life cycle events.
How Session use Cookies in State Management?
What is session state server?
What is viewstate parameter?
What is data caching?
Is redux flux?
What is advantage of asp.net?
Explain the role of global.asax?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
Define a web service in .net?
How do I publish my asp.net application to my isp's web server?
What is sta?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is difference between session and cookies?