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 memory-mapped files.
What is a manifest in .net?
How to send the Mail in C# using ASP.Net ? And my Answer is as follows ?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What is reflection and what is it for?
Explain the Scope of public/private/friend/protected/protected friend.
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
Write the .net syntax for 'for loop'?
What is Flyout Design Pattern in .NET?
0 Answers Petranics Solutions,
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
What are the differences between user control and server control?
What is a garbage collector?