Petapoco with factory design pattern for multiple server connections -
how can use multiple connections in petapoco .net mvc application using factory design pattern?
there's no problem using factory pattern, use 1 petapoco db per request.
you can use more 1 per request, creating more connections db, having performance costs.
see answer more info how create dal using petapoco
Comments
Post a Comment