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 is marshling?
What are the types of jit?
What is func in .net 3.5?
What is class library in .net
Differences between namespace, class, assembly?
How to load the contents of an xml file into an xmldocument object?
Explain about .net assemblies?
What is .net environment?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is a manifest in .net?
Is .net a language?
What does cli do?
what is dotnet architecture? can anyone explain that.
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?