Answer Posted / hrindows@gmail.com
There are two fundamental objects in ADO.NET:
•DataReader- connected architecture.
•DataSet- disconnected architecture.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between reference type and value type?
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
Should I use readerwriterlock instead of monitor.enter/exit?
What is the benefit of .net core?
What tools can I use to develop .net applications?
What is Flyout Design Pattern in .NET?
What is Finalizer in .NET define Dispose and Finalize ?
Explain attributes in dot net?
What is the purpose of IClonable interface in .NET?
What is Event - Delegate? clear syntax for writing a event delegate
What is the use of system.diagnostics.process class in .net?
Why inheritance is important?
What is managed code execution?
What’s different between process and application in .net?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?