Entity Framework – How to add new object For entity framework, you should use ObjectContext.AddObject() instead of Linq to SQL DataContext.TableName.Add() Author: Travis Gneiting Passionate Professional .NET Developer View all posts by Travis Gneiting