Menu
Using OData paginated payload with ngx-bootstrap Pagination component

Using OData paginated payload with ngx-bootstrap Pagination component

All the OData endpoints have stranded responses, I don’t want to change it. Now I need to do my Angular implementation to support OData stranded.

Using MediatR with Hangfire to pass requests that can be processed in the background jobs

Using MediatR with Hangfire to pass requests that can be processed in the background jobs

I need to move this email sending task out of the HTTP process and run it in the background. Hangfire is a very good solution for all the background tasks.