Replies: 5 comments 32 replies
-
The connection managers were removed in favor of using dependency injection with .NET 8. If you want to use the old I recommend using DI though, as this is the modern way to manage connections. |
Beta Was this translation helpful? Give feedback.
-
I have obtained ConnectionManager from the previous version, included it into my project, and implemented dependency injection. However, there is a problem that when ConnectionManager is disposed, ApplicationContext is always null. I don't know why? |
Beta Was this translation helpful? Give feedback.
-
I understand a little bit if ConnectionManager is not di enabled in CSLA.NET 8 or later? |
Beta Was this translation helpful? Give feedback.
-
This discussion #3287 might help. |
Beta Was this translation helpful? Give feedback.
-
Also #2979 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using csla.net 8.2.9, but I still want to use ADO.NET to connect to the database. I want to use ConnectionManager under Csla.Data to manage the database connection. How should I set it up and use it?
Beta Was this translation helpful? Give feedback.
All reactions