المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Need some guidance in making client-server software [modified]



C# Programming
10-27-2009, 04:21 PM
Hello all!This is my first post here.

I'm comp.engineering student making a project for company having about 1600 PCs, my task in this software is to collect client PC hardware info and then send it to server,compare ,then to database.

I have already made a console application which extracts hardware info through c# . Now I'm making a GUI based app which would be running on server.

Well I'm thinking of asynchronous sockets for accepting incoming connections would that be OK ?

Also how should i enclose the info from client and send it to server where it is compared to data from SQL server and then committed if relevant . Is XML used for this purpose ?

And yeah also the company people say that need a feature on server that would allow the server to pick this hardware info from any client(s) at that particular instant . Would that require a listener on client side as well ? as i plan to disconnect client as soon it sends the relevant data ?

I'm sorry for my noobish questions as I'm new to this type of software as i have been bit more on hardware side http://www.barakasoft.com/script/Forums/Images/smiley_smile.gif Thanks in advance !

*EDIT* i forgot important thing! and that is the software would not be connected to internet in anycase! whole thing is on the network

modified on Monday, October 26, 2009 3:16 PM