// Entity Framework - Single using (var db = new BlogContext()) { var post = db.Posts.Find(1); }