WebServices or not?

Jakf

New Member
Hi there. I'm debating whether or not to use webservices for a project of mine. I've got an existing site built with ASP.NET webforms. But I'd like to build a desktop app with the same functionality. I'm not planning on letting other people's applications access my database. Is this a good candidate for building a web service, or should I just write a standard C# application for the desktop app?<BR><BR>Thanks...Yeah, I'd say it's a great candidate for web services. That's exactly what they are designed for...To reduce the amount of redundant code that you have to write.
 
Back
Top