remote application

Discussion in 'C#' started by johndoe444, Aug 28, 2010.

  1. johndoe444

    johndoe444 New Member

    Joined:
    Aug 28, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I was wondering how we can build a remote application where the user interface created using windows form will be running at the client side and the application logic will be running in server side. Sort of like web application but the user interface would be running in stand alone windows instead of inside the browser. Similar to RMI in java. And want to avoid writing code in html/css/javascript. Curious to know whether this is possible. And what the name of this technology is. We can do this using http and socket programming. But that would be too low level work marshalling and unmarshalling.

    Thanks
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice