Please send me the latest asp.net,c#,sql server interview
questions .my email id is ramtryin@gmail.com
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 |
Explain me what is the difference between an abstract class and an interface?
Please explain what do the terms “boxing” and “unboxing” mean?
What is "common language runtime" (clr) in .net?
How does cas works?
How to produce an assembly?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
How can I get at the win32 api from a .net program?
What?s SingleCall activation mode used for?
Explain how to load the contents of an xml file into an xmldocument object?
Please explain what is the difference between a class and an object?
Explain the features that are common to all .Net languages.
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?