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 |
What is namespaces in .net?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
Please explain what do the terms “boxing” and “unboxing” mean?
Difference between Panel and GroupBox classes?
What is the Difference between a sub and a function?
What are the new thee features of com+ services, which are not there in com (mts)?
What is cyclomatic complexity and why is it important?
what is dotnet architecture? can anyone explain that.
What is the use of design pattern?
Garbage collector thread is what kind of a thread?
What is the use of Treeview control?
Explain the main components in .net?