Posts by Kleber Barros • 75 points
3 posts
-
3
votes3
answers606
viewsQ: Correct Inheritance in Entity Framework
I have a mother class DadosClientes and two child classes DadosClientesPF, and DadosClientesPJ. Instance DadosCliente has the field: Nome, Telefone Instance DadosClientePF has the field: CPF…
-
2
votes1
answer204
viewsQ: Migration of iis from visual studio to iis7 location does not access the database
I migrated the default IIS express vs server to the IIS of my pc. Way: visual studio >> Project settings >> Web >> Servers => I took out IIS express and placed local IIS,…
-
2
votes1
answer163
viewsQ: Doubt filter with Line, ASP NET MVC
I have a question on a filter using Linq, I have a critical object Inside criticism has a ienumerable I need to return a list of criticisms that the status of the last critical move equals 2 But the…