Click here to Skip to main content
15,883,793 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
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!
Posted
Updated 11-Dec-12 17:26pm
v2

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
 
Share this answer
 
Comments
black_diamond 26-Jan-13 9:21am    
sorry for the late reply, it's been a month ago.
by the way thank you for answering..

the proposed software in server must catch up the documents saved by the client computers and store it in its database. the server computer can also provide the installation of software in client computers. it really drives me crazy..

any helping hand? i wished somebody's going to help me. pleaseeeeee. T.T
Suvabrata Roy 29-Jan-13 23:54pm    
Pulishing Desktop App : Link
Upload File using WCF : Link
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.
 
Share this answer
 
Comments
black_diamond 26-Jan-13 9:27am    
i;m so sorry mika wendelius, but we are limited to the software that I was stated before. microsoft c# 2010, oracle, and ADO.net was the only software i need to use. the system must catch up the saved documents of the clients computer and it is responsible for installations of the other computer

sorry for the late reply. i really need a helping hand, my thought was wrong i can't solve this on my own..

by the way i really appreciated your comment. i love the way you figuring out the things. thank you!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900