Posts by Kelvi Dalmazo • 21 points
3 posts
-
0
votes2
answers484
viewsA: How to hide property in Efcore listing
My solution, for those who wish to apply, was the use of a Viewdto class with the properties I would like to represent on the screen. Class for Mapping using AutoMapper: using AutoMapper; using…
-
2
votes2
answers484
viewsQ: How to hide property in Efcore listing
Hello, I have a question regarding the Efcore Webapi of ASP.NET Core. I have my Service, Professional, User and Scheduling entities, where in the service I have a foreign key for the professional…
-
0
votes0
answers81
viewsQ: When and why should a static method be used?
I always had this question about the POO, I see many codes with Static methods and now starting in C# is no different. Being direct, when you should use this type of method, why use it and its main…