Posts by Torres • 13 points
4 posts
-
0
votes1
answer75
viewsQ: How to map the returns of a Store Procedure to the properties of a class?
Viewmodel public class ClienteResult { [Display(Name ="intParc_Cod")] public int ClienteId { get; set; } public string Nome { get; set; } public string CPF { get; set; } public decimal Saldo { get;…
-
0
votes0
answers31
viewsQ: C# MVC - Different context
Good morning, I have two Dbcontextprincipal and Dbcontexthist context that have the classes Bill and Contahist, respectively. In the main Dbcontext has the class Client. I would like to do the Join…
-
0
votes0
answers183
viewsQ: C# MVC 5 - Ajax - Run Two Actions
Good morning. I would like to run two Action, one that displays the result on the screen and the other that generates an excel file. The View that displays the results at its top has the search…
-
1
votes1
answer55
viewsQ: Debug Lazy loading
Sirs, I would like to view all queries that are generated when I use Lazy loading. When debugging view only the main. In the Training controller this way: public class TreinamentosController :…
asp.net-mvc-5asked Torres 13