Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
Denis's user avatar
  • 8,618
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?: ...
kbd's user avatar
  • 143