Click here to Skip to main content
15,907,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
i am designing a website in which i want that a crawler (coded by me in c#) runs based on some time intervals and then it fetches some data from other given list of sites and store back the data in table of my sql server database.

And then i want to design a website (in asp.net) which takes that data from database and uses them on the site based on user's action. For that purpose i need to design web service.

I am very new to web services so please suggest/guide me towards getting started.

[Please don't just give simple MSDN Links only as i am studying them already. Please suggest me some tutorial, videos or working examples etc.]

Please Guide me

Thanks
Posted

If you are looking at asmx services, then go through the video tutorial here[^].
Another set of videos available here[^].

WCF video tutorial - start with video set here[^].
 
Share this answer
 
Hi
Please check the below link. Hope it could be helpful to you :)

http://www.sitepoint.com/net-web-services-5-steps/


Have a good day!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900