SQLServer和vb.net [英] Sqlserver and vb.net

查看:85
本文介绍了SQLServer和vb.net的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我想知道当项目需要中型数据库时使用的最新技术或类.

我正在研究即将到来的Windows窗体应用程序的基础,方法或技术,这些应用程序将需要数据存储(SQL Server).例如:ADO.NET,ODBC等.

**我将使用VS2010

Hello everyone,
i would like to know what are the latest technologies or classes used when a project requires a midium sized database.

I am researching foundations,methods or technologies for an upcoming windows forms application which will require a data store (sql server).. ex: ADO.NET, ODBC ,and etc.

** I will be developing in VB.NET using VS2010

推荐答案

在VB.NET中进行开发,尝试将Entity Framework与ORM一起使用.
try to use Entity Framework with ORM.


好吧,如果您需要对数据进行复杂的操作,我建议您使用EntityFramework(因为它允许您将DB表映射到您的类并在以后使用类进行操作,这要容易得多).

如果您的应用程序的整体思想是简单地添加,删除和修改,则可以使用ADO.NET,它非常容易学习(只需按照Microsoft的教程进行操作即可).
Okay, if you need complicated manipulations with data, i suggest you to use EntityFramework (because it allows you to map DB tables with your classes and operate with classes afterwards, which is much easier).

If the whole idea of your application is to simply add,delete and modify, you can use ADO.NET, which is pretty easy to learn (just follow Microsoft''s tutorials).


这篇关于SQLServer和vb.net的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆