Please send me the latest asp.net,c#,sql server interview
questions .my email id is ramtryin@gmail.com



Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail..

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 ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What’s different between process and application in .net?

0 Answers  


What is .net core used for?

0 Answers  


How viewstate is being formed and how it is stored on client in .net?

0 Answers  


What is Delegate? Have ever used Delegates in your project.

1 Answers   Deloitte,


What is Global Assembly Cache (GAC) and what is the Purpose of it?

1 Answers  






What is use of ContextUtil class?

1 Answers  


How to get the number after decimal point in .net?

0 Answers  


What are multicast delegates?

0 Answers  


What is the raise event used for?

4 Answers   Wipro,


What is .net assembly?

0 Answers  


Explain me difference between public and static modifiers?

0 Answers  


What is difference between static page and dynamic page?

0 Answers  


Categories