Reputation: 103
i am a newbiest of c#, i need to write a webs service in C#. However i meet some problem
really urgently...relpy asap....hope anyone can tell me the answer in the short period of time
if can show some examples or codes of this
Upvotes: 0
Views: 114
Reputation: 1990
You can use linq-to-sql as a rapid solution.
Just add a new Item "LINQ to Sql Classes" to your project. Drag your tables into designer and you have the equivalent classes. Using LINQ is too simple. Just google for every scenario and you will find tones of samples.
Upvotes: 1