I want to create a restful webservice in .Net. I have tried searching online and all the tutorials use ASP.NET webApi.
Can we create a restful webservice in simple console application or windows application or we have to use controllers and models if we have to create web service in .Net?