0
votes
0answers
7 views

what is the correct way to pass a range of values using “routing table” url format [migrated]

I am learning ASP.NET MVC and it is easy to pass a single value to a view, using the following url format: controller/view/id and in the controller's code, I can simply define the interger id ...
5
votes
4answers
6k views

What exactly is “Web API” in ASP.Net MVC4?

I know what a Web API is. I've written API's in multiple languages (including in MVC3). I'm also well practiced in ASP.Net. I just discovered that MVC4 has "Web API" and without going through the ...