服务器和客户端的数据管理系统 [英] data management system with server and client

查看:106
本文介绍了服务器和客户端的数据管理系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

哎?我是新来的,但是请你帮忙完成这个项目。



我们需要建立一个拥有服务器和客户端网络的数据管理系统。我们需要使用Microsoft C#2010用于前端和oracle用于后端和ADO.NET用于软件框架。



所以我的问题在这里,我们将在哪里开始第一?以及我们将用于服务器和客户端计算机的软件类型。



抱歉这是一个无意义的问题。我对这种项目很傻,但我希望有人能帮助我。这就是全部,谢谢!

hey? i was new here, but can you please help with this project.

we are required to make a data management system which has a server and client network. we need to use Microsoft C# 2010 for front head and oracle for back head and ADO.NET for software framework.

so my question is here, where do we gonna start first? and what kind of software we will going to use for the server and client computers.

sorry for a non-sense question. i''m a fool about this kind of project but i hope that someone is going to help me. that''s all, thank you!

推荐答案

您好,



以下链接将指导您如何使用.Net连接oracle



http://www.oracle.com/technetwork/topics/dotnet/index-085163.html [ ^ ]



如果您指定了一些要求,那么我会尽力帮助您。



谢谢

Suvabrata
Hi,

Fallowing link will guide you how to connect oracle using .Net

http://www.oracle.com/technetwork/topics/dotnet/index-085163.html[^]

If you specify some requirement then I will try to help you.

Thanks
Suvabrata


您没有指定太多要求所以我认为你目前没有确切的规格。这里有一些想法:



从技术的角度来看,您可以使用ODP.NET进行客户端和数据库之间的通信。什么是用户界面,考虑是否要创建客户端 - 服务器应用程序或者是否要在浏览器中运行该软件。



如果你是打算使用客户端服务器,在我看来WPF将是一项很好的技术。但是如果你想使用浏览器,那么你必须为逻辑和ui分别设置层。使用C#,您可以使用IIS作为中间层和MVC 3。



如果您还没有或已经定义了要求,那就是开始的地方。清楚地了解需要和预期的内容并将其记录下来。然后,您可以考虑要在客户端应用程序中放置多少逻辑以及将使用数据库服务器的功能。通过使用数据库服务器,我的意思是使用PL / SQL创建包,使用触发器等。无论哪种方式,我强烈建议在数据库端使用声明性约束(外键,检查......)。



在此过程中,通过小步骤和原型设计推进是永远是个不错的选择。创建一小部分程序,添加必要的逻辑,构建UI并测试它的工作原理以及解决方案的理解程度。如果需要,这有助于尽早纠正课程。
You didn''t specify much requirements so I assume that you currently have no exact spec. Here''s few thoughts:

From the technology point of view, you can use ODP.NET for the communication between the client and the database. What comes to user interface, consider if you want to create a client-server application or do you want to run the software in a browser.

If you''re going to use client server, in my opinion WPF would be a good technology. But if you want to use browser, then you must have separate layers for the logic and the ui. With C# you can use IIS for the middle tier and MVC 3 along that.

If you haven''t got or defined the requirements yet, that''s the place to start. Get a clear understanding what is needed and expected and document it well. Then you can consider how much logic you want to put in the client application and how much you''re going to utilize the capabilities of the database server. By using the database server I mean creating packages with PL/SQL, using triggers and so on. Either way I strongly suggest using declarative constraints (foreign keys, checks...) quite heavily at database side.

During the process, advancing by small steps and prototyping is always a good choice. Create a small piece of the program, add the necessary logic, build the UI and test how it works and how understandable the solution feels like. This helps to correct the course as early as possible if needed.


你可以从......开始....

http://msdn.microsoft.com/en-us/library/system.net.sockets.socket.aspx [ ^ ]

http://msdn.microsoft。 com / en-us / library / kwdt6w2k(v = VS.71).aspx [ ^ ]
You can start by....
http://msdn.microsoft.com/en-us/library/system.net.sockets.socket.aspx[^]
http://msdn.microsoft.com/en-us/library/kwdt6w2k(v=VS.71).aspx[^]


这篇关于服务器和客户端的数据管理系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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