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 application do you use to install a Windows service?

1 Answers  


What is close method? How its different from finalize and dispose?

0 Answers  


What is .net code security?

0 Answers  


Who is using .net core?

0 Answers  


What are the contents of assembly?

4 Answers  






Explain how garbage collection works?

0 Answers  


What?s a Windows process?

1 Answers  


What is prerender event of a page?

3 Answers   C Squared Systems,


Explain the differences between server-side code and client-side code.

0 Answers  


What are the authentication methods in .net?

0 Answers  


Will it go to finally block if there is no exception happened?

0 Answers  


What are the features of dot net?

0 Answers  


Categories