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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -