Hi,
I'm new to network developpement but not to c#. I want to create a desktop application in wich the user provide a serial number to validate his acount. This serial number must be sent to a web server for verification purposes.
Please, i need your suggestions to start: - Client side: Libraries to use, sdk, ...
Server side: script language (php, asp, ...) to use?
Thanks in advance!

Recommended Answers

All 2 Replies

You can develop a web service in ASP.NET and consume it in a desktop application written in C#. Deploy the web service, add a service reference in your C# app, and off you go.

You can develop a web service in ASP.NET and consume it in a desktop application written in C#. Deploy the web service, add a service reference in your C# app, and off you go.

Ok, thanks! i'll try this.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.