I am looking for a solid tutorial on using Entity Framework with POCO (i.e. without using a constructor) using MySQL as the source. I am looking for something a semi-in-depth coverage of things like attributes (for example, how to match the name of a table / database field with a class / field name that is different). I am also looking for C #, not VB. Does anyone know about such tutorials?
source share