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 is the difference between value and reference types?
What is late binding?
Define cls?
Explain an assembly and its use?
What is the difference between readonly variable and constant variable?
What is the difference between vb 6 and vb.net?
What is static member?
what is intermediate language?
What are the technology areas that microsoft.net contains?
Explain the difference between value and reference types?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
What are different types of jit ?
Explain convert.tostring and i.tostring method?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
What are the types of generations in garbage collector?