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 about Behavioral design pattern?
Major role of CLR for CAS
Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com
Give an example for setter/ write-only methods
What is view state in .net?
Please explain what is the .net framework and how does it work?
What is namespaces in .net?
Is .net is a language?
Tell me what is a “jagged array”?
Describe session handling in a webform, how does it work and what are the limitations?
What is difference between static page and dynamic page?
C++ & C# differences ?