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 connection pooling and how do you make your application use it?
Directcast(123.34,integer) - should it throw an error? Why or why not?
Where does the dispose method lie and how can it be used to clean up resources?
Explain the .net framework overview?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
Why DLL files are needed. & how They are Created in DOTNET?
Which method do you use to redirect the user to another page without performing a round trip to the client?
what is ItemTemplate and EditTemplate and FooterTemplate? what is the Purpose of useing template columns in datagrid?
Tell us what is json data, and what is one way that .net developers can work with json?
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
Garbage collector thread is what kind of a thread?
What do you mean by web service?