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 is difference between .net core and .net standard?
What is 'Common Type System' (CTS) in .NET?
What does .net stand for?
Explain what inheritance is, and why it's important?
How you apply a theme in whole application in .Net?
What is the transport protocol you use to call a seb service soap?
What is common language specification (cls)?
Explain re-clarification of object based in .net?
What is the difference between override and overload in a method?
What is alias ? Is it used in .Net ?
What is immutability?
Where does the gac exist ?
What is the difference between function and stored procedure?
What is deferred execution vs. Immediate execution in linq?