You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
For the ExchangeService class, are you supposed to create a new instance whenever you need it, or should you try to reuse the same instance whenever possible?
For example, if you are registering it in Microsoft DI, should be singleton/scoped, or should it be transient?
The text was updated successfully, but these errors were encountered:
Hello,
For the
ExchangeService
class, are you supposed to create a new instance whenever you need it, or should you try to reuse the same instance whenever possible?For example, if you are registering it in Microsoft DI, should be singleton/scoped, or should it be transient?
The text was updated successfully, but these errors were encountered: