I have a Server and Clients(remote desktop computers), what we we're told is that all classes, methods, objects should all be made in the Server and all the Clients have are the "calls" for those methods in the Server. :confused:
Is that possible?
Can someone please explain the logic here?
Sorry, a newbie here.
2 replies to this topic
#1
Posted 26 August 2010 - 05:33 PM
|
|
|
#2
Posted 26 August 2010 - 07:43 PM
This is usually called a 'thin client'. Basically all the client does is accept input, pass it to the server and accept data from the server to display. None of the processing logic is on the client (though input validation usually is).
#3
Posted 27 August 2010 - 02:49 AM
Yes it is possible , read all about C# , ASP.NET and Webservices
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









