Trying to create a Data dll usnin C# in VS2019. Does C# support ADO.Net ?
Loading
Trying to create a Data dll usnin C# in VS2019. Does C# support ADO.Net ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal JoshiPosted Oct 24, 2023, 8:10 PM
Hello Edward,
C# is the language. you can create console, desktop, web application etc with the help of c# language.
to use ADO.NET you need to use below system namespaces.
Thanks
Vishal JoshiPosted Oct 25, 2023, 5:40 AM
Hello Edward,
Yes. it will work for VS2019.
Edward AymamiPosted Oct 25, 2023, 12:24 AM
Does this work for VS2019? also thank you for the quick response.