In Linq To Sql, when updating one of my entities, Faculty, I am creating a new instance of the Faculty object, then initializing some of the properties with values
What about retrieving the object from the database, then changing the appropriate values, then submitting the update?