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

Describe the use of following com+ services jit activation, queued components, object pooling.?

0 Answers  


Will my .net app run on 64-bit windows?

0 Answers  


What is a manifest in .net?

0 Answers  


If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..

0 Answers  


How is threading done in .net?

0 Answers  






What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?

0 Answers  


Explain me why do we use msmq?

0 Answers  


What is strong-typing versus weak-typing? Which is preferred?

0 Answers  


Explain how garbage collection works?

0 Answers  


What are Satellite Assemblies? How you will create this? How will you get the different language strings?

3 Answers  


What is a formatter?

2 Answers   Infosys, TCS,


What is 'Common Type System' (CTS) in .NET?

0 Answers   NA,


Categories