is ADO.NET important to connect sql server?
is any other way to connect sql server?
Answer / suchit kumar dash
Yes ADO.Net is the only process to connect with SQL
SERVER.Because we don't directly connect with SQL SERVER.
For that we use Connection string.And also viewing for
records or fetching records we use record set or dataset.
Both are in ADO.NET.So we ADO.NET is badly necessary in .NET.
Is This Answer Correct ? | 16 Yes | 2 No |
Explain the difference between thread and process?
Why do you need Lock in Visual Basic?
Name some different types of control?
Is there any website from where i can download VB.net bible free in pdf format
Explain nested classes?
What is intermediate langauge?
What is versioning in .NET?
What is an application domain? how they get created?
How does vb.net achieve polymorphism?
What is private assembly?
what is the base class of .net?
How do you validate Date by using which validation Control?