GitXplorerGitXplorer
C

ToolsSalesman

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
8172d3c1916966d985c19b90664c242ff536fe56

Create README.md

CChadJessup committed 7 years ago
Unverified
7f9639016fe9e33bbe32db4cff1eda2fdbc88fa2

reordered toolboxes for flow

CChadJessup committed 10 years ago
Unverified
c00e92210cea9a7cda821f56db245daf7b391c2f

Without DI example

CChadJessup committed 10 years ago
Unverified
f1cc8ac3bef09eec392aff263bf4f3aff24246b4

made DI example fully decoupled

CChadJessup committed 10 years ago
Unverified
3e3cc406db020455029c9f3df81bc8d2a1c4ab46

DI Stuff done

CChadJessup committed 10 years ago
Unverified
b4ce0a80e7762f282ee3d84b94b3ed6beb750507

(don't ask)

CChadJessup committed 10 years ago

README

The README file for this repository.

ToolsSalesman

Example project for C# and Ninject to demonstrate Dependency Injection.

This was for a small demo to an old team demonstrating dependency injection with Ninject and C#.

A tools salesman has the correct tools instantiated and injected into a toolbox to be sold.

Mainly a dumb simple scenario to demonstrate a dependency tree, IoC container, etc.