developing web services in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Where can I find information on how to develop web services? I've been
searching google but I don't know which one's actually good. I would also
like to learn how to correctly create this distributed applicaction (in terms
of models) .

Thanks.
 
There's no short answer to your question. I'm not employed at Microsoft,
but let me point out that there are books, training courses and
certifications on creating web services, and on distributed application
architecture in the .NET world. The certification for the latter is 70-300
in case you want to consider getting certified.

You could consider starting with perusing your local book store's computer
book collection. I doubt any online information you can access (at least
for free/cheap) will cover it in enough depth. Personally I started out by
just going through tutorials in the online help that came with visual studio
(also probably accessible somewhere at msdn.microsoft.com) and creating a
web service project.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top