is ADO.NET important to connect sql server?
is any other way to connect sql server?
Answer Posted / 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 |
Post New Answer View All Answers
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
What are the difference between structure and class?
Explain an assembly and its use?
Explain about Visual basic.NET culture?
What are the advantages of vb.net and c#?
What is late binding?
What is the strong name in .net assembly?
Can you please explain the difference between c# and vb.net?
What is break mode? What are the options to step through code?
Explain enumerator?
What is the significance of delegates?
What are the various open source tool available for VB.NET?
Compare c# and visual basic.net?
Explain how does the xmlserializer work?
Explain the difference between web.config and machine.config and where it will be ?