Link to home
Start Free TrialLog in
Avatar of jeffleese
jeffleese

asked on

Pointers to some education and code for server to web communication

I'm using .net in azure, and I'd like to ask/offer for assistance in orienting myself to a task. The task is quite simple: I want to create a service on a windows 2012 server which my website can use to communicate with my server. Any simple demonstration of opening communication with a service running on the server will do (but ideally  the approach will use current environment and be one that I can later develop for richer communication including wpf, chat and video stream).

So, the highest dream of what would help me, is if an expert who does this programming in C# can point to a tutorial that demonstrates building this, or who can pop off some extremely crude code, that just opens communication between the website and the server, just a "hello server" demo, that can also say "sorry, server is not answering". And a separate program that runs on the server. I know nothing about this server side communication service, and am interested in knowing how I can set up a wpf service that responds to queries from the website.
ASKER CERTIFIED SOLUTION
Avatar of Easwaran Paramasivam
Easwaran Paramasivam
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jeffleese
jeffleese

ASKER

Thanks, I think the WCF tutorial will be fine.