Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: Checking required fields in a second Windows Form Pin
EliottA29-Oct-09 8:29
EliottA29-Oct-09 8:29 
GeneralRe: Checking required fields in a second Windows Form Pin
_Madmatt29-Oct-09 9:23
_Madmatt29-Oct-09 9:23 
GeneralRe: Checking required fields in a second Windows Form Pin
EliottA29-Oct-09 9:27
EliottA29-Oct-09 9:27 
GeneralRe: Checking required fields in a second Windows Form Pin
_Madmatt29-Oct-09 9:34
_Madmatt29-Oct-09 9:34 
QuestionSynchronous socket and WaitHandle/WaitAny confusion Pin
Jerry Evans26-Oct-09 8:05
Jerry Evans26-Oct-09 8:05 
AnswerRe: Synchronous socket and WaitHandle/WaitAny confusion Pin
Gary R. Wheeler29-Oct-09 12:57
Gary R. Wheeler29-Oct-09 12:57 
GeneralRe: Synchronous socket and WaitHandle/WaitAny confusion Pin
Jörgen Sigvardsson28-Mar-10 19:50
Jörgen Sigvardsson28-Mar-10 19:50 
QuestionNeed some guidance in making client-server software [modified] Pin
Munis-q26-Oct-09 7:38
Munis-q26-Oct-09 7:38 
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 Smile | :) 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

AnswerRe: Need some guidance in making client-server software Pin
Paulo Zemek26-Oct-09 7:56
mvaPaulo Zemek26-Oct-09 7:56 
GeneralRe: Need some guidance in making client-server software Pin
Munis-q26-Oct-09 9:23
Munis-q26-Oct-09 9:23 
GeneralRe: Need some guidance in making client-server software Pin
Paulo Zemek26-Oct-09 12:48
mvaPaulo Zemek26-Oct-09 12:48 
AnswerRe: Need some guidance in making client-server software Pin
PIEBALDconsult26-Oct-09 10:01
mvePIEBALDconsult26-Oct-09 10:01 
GeneralRe: Need some guidance in making client-server software Pin
Munis-q27-Oct-09 2:22
Munis-q27-Oct-09 2:22 
GeneralRe: Need some guidance in making client-server software Pin
PIEBALDconsult27-Oct-09 3:21
mvePIEBALDconsult27-Oct-09 3:21 
GeneralRe: Need some guidance in making client-server software Pin
Munis-q27-Oct-09 6:00
Munis-q27-Oct-09 6:00 
GeneralRe: Need some guidance in making client-server software Pin
PIEBALDconsult27-Oct-09 9:45
mvePIEBALDconsult27-Oct-09 9:45 
GeneralRe: Need some guidance in making client-server software Pin
Munis-q27-Oct-09 21:17
Munis-q27-Oct-09 21:17 
GeneralRe: Need some guidance in making client-server software Pin
PIEBALDconsult28-Oct-09 4:33
mvePIEBALDconsult28-Oct-09 4:33 
QuestionJagged Array Problems [modified] Pin
Steve5177126-Oct-09 6:45
Steve5177126-Oct-09 6:45 
AnswerRe: Jagged Array Problems Pin
Richard MacCutchan26-Oct-09 7:00
mveRichard MacCutchan26-Oct-09 7:00 
AnswerRe: Jagged Array Problems Pin
OriginalGriff26-Oct-09 7:02
mveOriginalGriff26-Oct-09 7:02 
GeneralRe: Jagged Array Problems Pin
Steve5177126-Oct-09 7:23
Steve5177126-Oct-09 7:23 
GeneralRe: Jagged Array Problems Pin
Luc Pattyn26-Oct-09 7:38
sitebuilderLuc Pattyn26-Oct-09 7:38 
GeneralRe: Jagged Array Problems Pin
Steve5177126-Oct-09 8:00
Steve5177126-Oct-09 8:00 
GeneralRe: Jagged Array Problems Pin
Not Active26-Oct-09 8:23
mentorNot Active26-Oct-09 8:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.