Questions tagged as 'entity-framework-6'

1
answer

Compatibility NoSql .Net

I would like to know if there is any Nosql database that is easier to work with .Net (which is easy to integrate, manipulate, create entities by entity framework if possible, etc.) If you can give details of framework, dll, etc, to integrate...
asked by 06.02.2017 / 17:04
1
answer

Entity Framework 6: Error getting registry in SQL Server

I can enter records in the bank normally, but when I try to get it, it gives error in EF. public class Program { public static void Main(string[] args) { new ClienteConsole().ConsoleListarCliente(1); } } public class Clien...
asked by 10.11.2017 / 18:48
1
answer

Update records linked with Entity Framework?

For example I have a person class and everyone can have a spouse if she wants (Optional). Let's suppose I have two people registered at the bank:    PersonId: 1, Name: João, PessoaConjugeId = null       PersonId: 2, Name: Maria, PersonaCo...
asked by 27.11.2017 / 18:25