ASP.NET MVC – How to Create REST API Webservice

Post Views: 430 In this post we will learn how we can create a rest api webservice in asp.net mvc. We will create both HttpPost and HttpGet webservice. The service will be having one class object as parameter and it will stored data in SQL Database once it is validated. The HttpGet service will simply … Continue reading ASP.NET MVC – How to Create REST API Webservice