Posted
1 years ago
by
Jakobsson
Filed under:
Linq
Entity Framework
A few days ago I wrote this post about strongly typed "Include()" method in Entity Framework. However, this approach has a little flaw that I fixed today. The error is that it will not handle nested members. I have fixed this now, and here is the new version of the Nameof class:
public st ...
Read more
|
2 Comments |
Comment rss
Posted
1 years ago
by
Jakobsson
Filed under:
Linq
Entity Framework
The other day I was talking to my old teacher, Jon Wiberg, at "Ljud & Bild skolan". He told me that he had built a extension for the entity framework that enables you to use a strongly typed version of the ".Include()" method in Entity Framework using a lambda expression. I t ...
Read more
|
2 Comments |
Comment rss
Posted
1 years ago
by
Jakobsson
Filed under:
Linq
NHibernate
Entity Framework
I have worked with both Entity Framework (at work) and NHibernate (at private projects) for a while now, and I tought I would write a post about the differance between the two. They are both (kind of) Object Relational Mappers (ORM´s) and they were developed to solve the same problem, that is ...
Read more
|
7 Comments |
Comment rss
<< [1] >>