Reach out for advice. . . Client \ Server Communication

J

JB

All,
I am reaching out looking for the best way to approach a problem given
by my company. We are embarking on our first .NET application, and quite
frankly we are not as educated with the Framework as we probably should be.
The question is what is the best method of communication protocol?

Situation:
We have a three tiered application. one DB server, one Software server,
and many Software Clients. The DB and software servers will be on the same
machine and be using SQL to do queries and then the Software Server will
send the results to the Software Client. They will be connected via TCP/IP
obviously. in what way should the results be formulated to be sent to the
Client? Any suggestions here are greatly appreciated.

Cheers and thanks in advance!
Jamison
 
K

Ken Tucker [MVP]

Hi,

http://msdn.microsoft.com/library/d...ry/en-us/dndotnet/html/northwindunplugged.asp

Ken
--------------------
All,
I am reaching out looking for the best way to approach a problem given
by my company. We are embarking on our first .NET application, and quite
frankly we are not as educated with the Framework as we probably should be.
The question is what is the best method of communication protocol?

Situation:
We have a three tiered application. one DB server, one Software server,
and many Software Clients. The DB and software servers will be on the same
machine and be using SQL to do queries and then the Software Server will
send the results to the Software Client. They will be connected via TCP/IP
obviously. in what way should the results be formulated to be sent to the
Client? Any suggestions here are greatly appreciated.

Cheers and thanks in advance!
Jamison
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top