Posts by Hugo • 39 points
4 posts
-
-1
votes1
answer23
viewsQ: What is the best way to read entity properties in "Include" with similar names?
I have the following consultation: var recs = (from p in _db.Fichas .Include(c => c.Tipo01) .Include(c => c.Tipo02) .Include(c => c.Tipo03) .Include(c => c.Pessoa01) .Include(c =>…
-
1
votes1
answer69
viewsQ: Calling a view in a subfolder
Hello, everybody. I created a view, inside a subfolder like this example: Views | Home | Minhasubpasta Myview.cshtml In the controller, I have the following method that should call this view in the…
asp.net-mvcasked Hugo 39 -
0
votes1
answer123
viewsQ: Implementarr Asp.net core Identity 2.1 in a databasefirst project with two contexts
I am encountering a problem. Below I have performed the following steps: 1) I created an Asp.net core web Aplication MVC project without authentication (Asp.net core 2.2). 2) Because I already have…
asp.net-coreasked Hugo 39 -
3
votes1
answer298
viewsQ: Query Union, group by and Count in the same query filtering by date range
I am not making progress in creating a query that can have UNION, GROUP BY and COUNT based on a date period in the same query. For me to achieve my goal, I need the following actions in the same…
sql-serverasked Hugo 39