What is Entityframework and how do you use it with C# and connection to Postgreesql and Mysql databases?

Asked

Viewed 87 times

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?

  • make the connection between banks? how many banks are you using?

  • 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

  • @Guilhermegolfetto Thank you, simple and clear, I will study !

  • Just follow. http://imasters.com.br/artigo/13681/mysql/conectando-c-ao-mysql?trace=1519021197&source=single

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.