What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
No Answer is Posted For this Question
Be the First to Post Answer
What relationship is between a process, application domain, and application?
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
When a Static Constructor called in .NET?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What is .net core used for?
What is the use of system.diagnostics.process class in .net?
What is Event - Delegate? clear syntax for writing a event delegate
what is the difference between early binding and late binding in .net?
Explain about managed heap?
Explain me what is the .net framework and how does it work?
What is the transport protocol you use to call a seb service soap?
Tell us what is a sealed class?