What are the fundamental objects in ADO.NET?
There are two fundamental objects in ADO.NET:
•DataReader- connected architecture.
•DataSet- disconnected architecture.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between garbage collections in .net 4.0 and earlier versions?
What are HTML controls, Web controls, and server controls?
How is .net able to support multiple languages?
What is a DLL?
What is the advantage of packaging over xcopy in .net?
What are object pooling and connection pooling and difference?
What are the providers available with VS.NET ?
What is managed code execution?
What is use of ContextUtil class?
What is finalize method in .net?
What are the two main parts of the .net framework?
Explain what is an anonymous method and how is it different from a lambda expression?