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 |
Is Driver Script any how related to AOM?
Explain webfarm vs webgardens in .net?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
Should I implement finalize on my class? Should I implement idisposable?
Explain boxing and unboxing in .net.
Explain about .net?
Differences between datagrid, datalist and repeater in .net?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
What is an EXE?
Will it go to finally block if there is no exception happened?
Is .net core the future?