thathashd
thathashd

Reputation: 1022

database web service visual studio 2010

can someone tell me usefull tutorials that explain how to create web services in visual studio in c#? What im trying to do is a webservice that access to database and allows to make crud operations in a table on a SQLServer database. What i need is a tutorial that explains how to create a database in SQL ce and SQL Express Edition and how to create a database web service in visual studio 2010 in c#.

thanks

Upvotes: 0

Views: 3981

Answers (1)

p.campbell
p.campbell

Reputation: 100567

Here's an article to get you started: A First Step in a Simple WCF Web Service...

Upvotes: 2

Related Questions