Posts by Ricardo Pereira • 31 points
1 post
-
3
votes4
answers4043
viewsA: Best practices in using BD connections via Entity Framework
If you create a context for each object, as in the first example, you will have problem if the objects are associated, example: Pessoa and Endereco, where Endereco points to Pessoa. So, when you…