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 is connection pooling and how do you make your application use it?

1 Answers  


Directcast(123.34,integer) - should it throw an error? Why or why not?

1 Answers   Wipro,


Where does the dispose method lie and how can it be used to clean up resources?

1 Answers   Wipro,


Explain the .net framework overview?

1 Answers  


How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?

1 Answers  


Why DLL files are needed. & how They are Created in DOTNET?

1 Answers  


Which method do you use to redirect the user to another page without performing a round trip to the client?

4 Answers   Siebel Systems,


what is ItemTemplate and EditTemplate and FooterTemplate? what is the Purpose of useing template columns in datagrid?

1 Answers  


Tell us what is json data, and what is one way that .net developers can work with json?

1 Answers  


i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net

1 Answers  


Garbage collector thread is what kind of a thread?

1 Answers  


What do you mean by web service?

1 Answers   Accenture,


Categories