All Questions
Tagged with asp.net-web-api javascript
2 questions
3
votes
2
answers
235
views
Asynchronous catalog with paging and partial views
I'm trying out .net core with mvc in a personal project, the latest functionality I've added was a project catalog, primarily ajax based, it's displaying a list of projects fetched from the database ...
2
votes
1
answer
227
views
AngularJS: Http API Service - any improvements / remarks?
Could you please review the below AngularJS service. What it does is centralize all (relevant) HTTP action calls.
Do you see any chances for improvement?:
...