Promact / guidelines

A collection of guidelines for Development and Best Practices guide
MIT License
1 stars 3 forks source link

Which concepts should we put in EntityFramework section? #14

Open rushi216 opened 8 years ago

rushi216 commented 8 years ago

-Relationships -One to one -One to many -Many to many -Many to many with custom mapper class -Complex type -Lazy/eager loading

should we write guideline by ourself or just include links of tutorial/blog like (https://msdn.microsoft.com/en-in/data/jj574232.aspx)?

chintans commented 8 years ago

I think we can just put few links for each of the concepts. Microsoft has done a great job in writing documentation and we should just reuse that. Let's list few good links here and then finalize on moving it to repo.

rushi216 commented 8 years ago

-Relationships -One to one http://www.entityframeworktutorial.net/code-first/configure-one-to-one-relationship-in-code-first.aspx -One to many http://www.entityframeworktutorial.net/code-first/configure-one-to-many-relationship-in-code-first.aspx -Many to many http://www.entityframeworktutorial.net/code-first/configure-many-to-many-relationship-in-code-first.aspx -Many to many with custom mapper class -Complex type http://weblogs.asp.net/manavi/associations-in-ef-4-1-code-first-part-2-complex-types -Lazy/eager loading https://msdn.microsoft.com/en-in/data/jj574232.aspx