什么是 ado.net
我要加入一家新公司,有人问我是否可以使用 ado.net。他们让我告诉他们ado.net的用途以及有什么特殊用途?
I am to join a new company and was asked if I can use ado.net. They asked me to tell them the use of ado.net and what are the special purposes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ADO.NET 是 .NET 的活动数据对象。它用于从 .NET 内部访问不同的数据源(数据库等)。我们被教导如何使用它来查询我上大学的 SQL Server 数据库。
您可以在此处找到一个不错的教程,或者您可以学习通过该链接开始使用。
ADO.NET is Active Data Objects for .NET. Its used to access different data sources (databases, etc..) from within .NET. We were taught to use it to query SQL Server databases where I went to college.
You can find a decent tutorial here or you can learn to get started with it at that link.