Hi,
I am connecting third party SDK from .Net application,
for connecting firstime i have to pass the url, userName, userPassword.
After sucesfull connection the returned object, I haveto use heavily use returned object in my application.
I dont want to instatantiate multiple times.
is there any way/design practice i can instantiate object once and reuse in all other places
Please note that i have List of url, username and password.
Go to the complete details ...