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

How to instantiate a delegate?

0 Answers  


How can you clean up objects holding resources from within the code?

2 Answers   Wipro,


Explain what do the terms “boxing” and “unboxing” mean?

0 Answers  


How will u load dynamic assembly? How will create assemblies at run time?

1 Answers  


What is different between webusercontrol and in webcustomcontrol?

0 Answers  






what is assembly?

2 Answers   Manhattan,


What is the lapsed listener problem?

0 Answers  


What is static constructor, when it will be fired?

0 Answers  


What does .net stand for?

0 Answers  


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

0 Answers  


Difference b/w dataset.clone and dataset.copy ?

1 Answers   Protech,


What are multicast delegates?

0 Answers  


Categories