J
Jeff S
Just wondering if it's standard practice to make DAL classes STATIC (in a
Windows Forms). Doing so would make sense to me because DAL methods are
typically called quite frequently - certainly the case for DAL "Helper"
classes - plus DAL objects/classes generally maintain no state. Seems like a
good case for STATIC classes to me.
It has been recommended to me to put the entire DAL, into a separate .DLL.
Is that standard practice too?
Thoughts? Opinions? Perspective?
Thanks!
Windows Forms). Doing so would make sense to me because DAL methods are
typically called quite frequently - certainly the case for DAL "Helper"
classes - plus DAL objects/classes generally maintain no state. Seems like a
good case for STATIC classes to me.
It has been recommended to me to put the entire DAL, into a separate .DLL.
Is that standard practice too?
Thoughts? Opinions? Perspective?
Thanks!