Please send me the latest asp.net,c#,sql server interview
questions .my email id is ramtryin@gmail.com
Answer Posted / 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 View All Answers
What are the properties of ADO.NET?
Tell us the differences between an interface and an abstract class in .net?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
Tell me what is a “jagged array”?
Explain about managed heap?
What is operator overloading in .net?
How many types of generations are there in a garbage collector?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
What is boxing and un-boxing in .net?
What relationship is between a process, application domain, and application?
What makes .net core cross platform?
Explain me what is the difference between an abstract class and an interface?
What is meant by globalization?