新的vb.net应用程序 [英] new vb.net application

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

问题描述

你好,

我要在vb.net 2010中启动一个基于Windows的新项目.
该应用程序将与数据库中的数千个条目进行交互.它将在单个独立系统上部署和使用.数据库将在ms Access中开发.
因此,您能建议我遵循的架构类型吗?

我已经阅读了有关N层应用程序的信息..

hello,

i am going to start a new windows based project in vb.net 2010.
this application would interact with thousands of entries in database. It would be deployed and used on a single standalone system. database will be developed in ms access.
hence could you suggest me the type of architecture to be followed ??

i have read about N-tier application..

推荐答案

将解决方案设计为组件时,只需使用一些逻辑即可.
您有一个数据库,所以这是您的层之一.

其次,您需要与数据库进行交互,因此需要一个图层来为您完成此操作.

第三,您需要一个层充当用户界面.就像WinForms,asp.net,WPF,Silverlight等...

第四,您需要一个处理数据层和UI层之间所有交互的层.

话虽这么说,还有许多其他模型,但是从您的问题来看,这可能是您应该作为起点的方式.当您进一步了解自己在做什么时,请保留其他体系结构.
When designing your solution into components, just use something logical.
You have a database, so that is one of your layers.

Second, you need to interact with the database, so you need a layer to do that for you.

Third, you need a layer to act as as an interface to the user. That would be something like WinForms, asp.net, WPF, Silverlight, etc...

Fourth, you need a layer which handles all the interaction between the data layer and the UI layer.

That being said, there are many other models out there, but judging from your question, this may be the way you should go as a starting point. Leave the other architectures for when you understand more about what you are doing.


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

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