Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 24, 2013 07:58 PM by thaicarrot
Member
5 Points
15 Posts
Jan 24, 2013 06:37 PM|LINK
Hi there
Seems that i lost an article.....
I need an IQueryabble<T> extension that allows me to make strongly typed "Includes" in my repositories
Anyone?
Thanks in advance
604 Points
132 Posts
Jan 24, 2013 06:42 PM|LINK
hai
check it
http://stackoverflow.com/questions/5376421/ef-including-other-entities-generic-repository-pattern
Contributor
5426 Points
1507 Posts
Jan 24, 2013 07:58 PM|LINK
JorgeVinagre JorgeVinagre
Using IList at this layer is really bad way.
http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application
However, I would like to use IEnumerable<T> among other.
JorgeVinagre
Member
5 Points
15 Posts
EF 4.4 Repository IQueryable<T> extension to Include
Jan 24, 2013 06:37 PM|LINK
Hi there
Seems that i lost an article.....
I need an IQueryabble<T> extension that allows me to make strongly typed "Includes" in my repositories
Anyone?
Thanks in advance
asp.netforum...
Member
604 Points
132 Posts
Re: EF 4.4 Repository IQueryable<T> extension to Include
Jan 24, 2013 06:42 PM|LINK
hai
check it
http://stackoverflow.com/questions/5376421/ef-including-other-entities-generic-repository-pattern
thaicarrot
Contributor
5426 Points
1507 Posts
Re: EF 4.4 Repository IQueryable<T> extension to Include
Jan 24, 2013 07:58 PM|LINK
Using IList at this layer is really bad way.
http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application
However, I would like to use IEnumerable<T> among other.
Weera