Hi,
Just wondering what your current thoughts are regarding constructor overloading versus using static create methods. If I recall right, in DevForce classic, using static create methods was the preferred way and was explicitly noted as such. However, in DevForce EF I'm not seeing any specific information regarding this.
The problem I always had with using static Create methods was that it made it impossible to use object initializers, so I'd prefer to overload constructors, but is there a reason why this might be a bad idea with DevForceEF?
Thanks,
Ken