Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Unity » CSharp   (RSS)
Sorry, but there are no more tags available to filter with.

Creating database connections with Unity – part 2

Last time we looked at how to set up the configuration file so that Unity would wire up an object that took an IDbConnection parameter in its constructor. Whilst the solution works, it is easy for the various connection strings to become buried away in
Posted by stuartle | 3 Comments
Filed under: ,

Creating database connections with Unity

I was adding dependency injection to an existing project and opted to use Unity configured via the application configuration file. As I was running through the configuration, I hit a type that required a  database connection which it took in as an
Posted by stuartle | 3 Comments
Filed under: ,
 
Page view tracker