how to create a restful webservice using Get and Post method and returning with XML
please could help me as I am beginner of .NET
how to create a restful webservice using Get and Post method and returning with
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As you creating REST service – new and from scratch, then definitly one suggestion and most recent REST technology in Microsoft stack – ASP.NET Web API.
On ASP.NET Web API official website you can find many tutorials.
Start from the first one – Your First ASP.NET Web API (C#)