Posts by Kaokan • 21 points
2 posts
-
1
votes0
answers39
viewsQ: Error Build Module Dbkey Angular
Good Afternoon. I am trying to build my Angular project, however, it lacks a module called Dbkeys, I tried to reinstall the node_modules package using the command npm install, I tried to clear the…
-
1
votes0
answers129
viewsQ: How to filter data by category in Entity Framework Core?
I am trying to filter the data from a query based on the parameters gestorId, projectManagerId and recursoId, however, I’m not sure if this is the best way to do this. I also need these parameters…