1
I’m programming a CRUD of ADO students with C# and Mysql, my algorithm teacher told me about the Entity, but I can’t find anything clear that makes the connection between the banks. Somebody explain to me?
1
I’m programming a CRUD of ADO students with C# and Mysql, my algorithm teacher told me about the Entity, but I can’t find anything clear that makes the connection between the banks. Somebody explain to me?
Browser other questions tagged c# mysql entity-framework-6
You are not signed in. Login or sign up in order to post.
make the connection between banks? how many banks are you using?
– Marco Souza
Entity will create a layer to abstract database details, imagine that C# does not need to know which database you are using, it will talk to Entity, who in turn will do all the processing with the database. The following is a link to study about this: http://www.macoratti.net/09/06/vb_iaef.htm
– Guilherme Golfetto
@Guilhermegolfetto Thank you, simple and clear, I will study !
– Julio Vieira
Just follow. http://imasters.com.br/artigo/13681/mysql/conectando-c-ao-mysql?trace=1519021197&source=single
– PauloHDSousa