This post illustrates how to take advantage of Table Splitting in Entity Framework 4. Table Splitting allows you to map multiple entities to a single table. This is useful if you have large columns (image, binary, etc.) that you may not always need. These column can be mapped into a second entity. Another use case is if you want to move sensitive information into a separate object.
nice video
hessrk 3 weeks ago