Posts by Guilherme Ramos • 35 points
3 posts
-
0
votes0
answers77
viewsQ: How to inject dependency into a dynamically created class?
I’m doing a gateway to a client project consuming Microservices. In this gateway, the way the client will consume the application is through an interface. The implementation of this interface will…
-
1
votes1
answer69
viewsQ: Heritage Mapping Type per Type Asp.Net
In my project, I have a type of heritage that I have mastered by TPT. Analyzing the documents and several examples I can’t identify where I’m going wrong, because the mapping is apparently correct,…
-
2
votes1
answer316
viewsQ: Unique authentication for multiple projects using Entity Framework
Currently in my Solution I have several ASP.NET web projects, each with the default authentication code of the Entity framework MVC (there are small customizations in the entities only). Projects…