0
ninomartini created
In the ASP.NET MVC 5/Angular project, the Dynamic Web Layer automatically created API controllers. Every call had a request method of POST. In the ASP.NET Core/JavaScript project it appears we have a mix of POST, PUT and DELETE. Is there a naming convention in place here one should follow?
Thank you in advance, Nino
2 Answer(s)
-
0
Hi,
Yes, there is a naming convetion, you can check it here <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/AspNet-Core">http://www.aspnetboilerplate.com/Pages/ ... spNet-Core</a> under Application Services as Controllers title.
-
0
Thank you for the link, most helpful.