在vb.net中更新sql数据库的最佳方法 [英] best way updating sql data base in vb.net

查看:526
本文介绍了在vb.net中更新sql数据库的最佳方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在vb.net中更新sql server后端的最佳方法是什么

what is the best way to update a sql server back end in vb.net

推荐答案

首先,没有这样的东西叫做最好的方式 。您的应用程序的设计取决于许多因素,例如要求,时间表,可扩展性以及您自己的特定方法的技能/经验。



实体框架是一个嗡嗡声这些日子,这种方式非常好。你绝对可以试一试。请看下面的链接有一个基本的CRUD示例:



http://www.asp.net/ MVC /概述/工具入门/工具入门与 - EF-使用-MVC /实施,基本-CRUD的功能,与最实体框架式-ASP净MVC应用程序 [ ^ ]



否则,你仍然可以使用旧的ADO.Net来更新SQL数据源。



http://msdn.microsoft.com/en-us/library/vstudio/33y2221y(v=vs.100).aspx [<一个HREF =http://msdn.microsoft.com/en-us/library/v studio / 33y2221y(v = vs.100).aspxtarget =_ blanktitle =New Window> ^ ]
First of all, there is no such thing called "Best way". The design of your application depends on a number of factors such as requirements, timeline, scalability and your own skills/experience with a particular method.

Entity Framework is a buzz-word these days and it's really nice in a manner. You can definitely give it a shot. Look at the link below to have a basic CRUD example:

http://www.asp.net/mvc/overview/getting-started/getting-started-with-ef-using-mvc/implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application[^]

Otherwise, you can still use the good old ADO.Net for updating the SQL data sources.

http://msdn.microsoft.com/en-us/library/vstudio/33y2221y(v=vs.100).aspx[^]


这篇关于在vb.net中更新sql数据库的最佳方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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