![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
ASP.NET MVC Controllers can directly return objects and collections, without rendering a view, which makes it quite appealing for creating REST like API. The nice extensionless Url provided by MVC makes it handy to build REST services, which means you can create APIs with smart Url like "something.com/API/User/GetUserList" There are some challenges to solve in order to expose REST API: Based on … Continue Reading »