using (var db = new dbEntities()) { var dbUser = (from u in db.Users where u.Id == Id select u).First(); dbUser.LastName
Look in you bin/debug folder for a copy of the database, it will have the changed data, as you are including the database a content with your app