what is dotnet architecture? can anyone explain that.
Answer / vijay
Architecture of .Net is based on CLR. CLR is the Common
Language Runtime which runs as virtual machine on Operating
System. CLR manages execution of code right from memory
allocation to Garbage collection. CLR consists of CLS and
CTS. Every program that is written in .NET runs on CLR. We
can write code on different languages which should be
compliant with CLS. Languages like C#.net,VB.net,J#.net are
supported by CLR. All code written in such language is
knwon as Managed Code. With the help of such language,
different types application like, Console Based, Web based
and windows based can be written. Also it can uses ADO.NET
for backend connectivity.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is the concept of inheritance and how it works in .net?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it
What is file extension of Webservices in .Net?
Describe the Managed Execution Process
What are the collections you've used?
Do you know what is .net standard?
create a keypair?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
What is misl?
What is the use of activex control in .net?
What is singlecall activation mode used for in .net?