Im using vs2008 and Im also using the autogenerated object model / entity classes from linq to sql (.dbml).
Is it possible / recommended to change the autogenerated .cs file. Eg change the behaviour of Equals (in the partical class Courses)?
I do know that Equals should be reflexive, symmetric, transitive, consistent and "Equals(null)== false "