Explore >> Select a destination


You are here

m0sa.net
| | nyveldt.com
17.6 parsecs away

Travel
| | Adventures in code and other stories.
| | blog.paranoidcoding.com
24.8 parsecs away

Travel
| |
| | dusted.codes
8.4 parsecs away

Travel
| | Using C# 6 features in ASP.NET MVC 5 razor views
| | nodogmablog.bryanhogan.net
155.5 parsecs away

Travel
| Full source code here. A few weeks ago I wrote a post about using dependency injection to pick between two implementations of an interface. It was a solution I was not very happy with because it meant I had to new up the implementations inside a factory or I had to use service collection to instantiate all implementations of the interface and then use a piece of code to return the one the was wanted.