Adding User Activity Tracking Service | - ASP.NET CORE 3 | Angular 10 | Bootstrap 4

preview_player
Показать описание
In this video tutorial, we will be working on creating the Activity Service. This service will be responsible to ADD/GET User Activities in our application.

----Video Number : 23
----BLOG

-======FOR SOURCE CODE USE ANY OF THE FOLLOWING REPO LINKS=====
***SOURCE CODE DEV OPS REPO***
***SOURCE CODE GITHUB LINK***
Рекомендации по теме
Комментарии
Автор

I think it's better to paginate the model befor .TOlistAsync() method, if u don't do so the paginate will be happen it the server mermory not in the sql server
is it better or have a nother openion ?

MostafaZaki_fcih
Автор

Misleading video! So how did you Track the activity??

andrewcolleen
Автор

Why we need to save ActivityModel in transaction? Why not just call and then _db.SaveChangesAsync() without any transactions?

denisabdullabekov
Автор

I have problem in migrations. When I do migrations after I've deleted the folder. It says "An error occurred while accessing the Microsoft.Extensions.Hosting services. Continue without applicaion service provider. Error: Could not parse the JSON file. NO DbContext named "ApplicationDbContext" was found.
How to fix this problem?

kirilvodenicharov