-
Notifications
You must be signed in to change notification settings - Fork 0
HadasaV/IOC
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
IOC implemention on different .Net C# Projects. Using 'Windsor Castle' The 'IOC' solution contains 4 projects types that implement IOC using Windsor Castle: 1. Web MVC Application 2. Console Application 3. Windows form 4. Class Library Each project has reference to the 'IOC.ClassLibrary' project and calls the 'DemoFunc' function. Each project create the Windsor Container in the start method of the project. For any question and comment please contact me. Hadasa Castle Windsor is an inversion of control tool. It can give you objects with pre-built and pre-wired dependencies right in there. An entire object graph created via reflection and configuration rather than the "new" operator. https://github.com/castleproject/Windsor/blob/master/docs/README.md
About
IOC - Inversion of Control, Example For Different C# Projects
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published