With entity framework, is it possible to add methods to an object class ?
For example, i have a CLIENT mapping and i would like to create a \"getAgeFromBirhDate\" method.
That means you can create another file that contains another portion of the Partial Class definition (with your additional methods) and everything will work just fine.