Hartford Code Camp – Spring.NET Presentation Material

This Saturday was the first Hartford Code Camp. I presented on SpringFramework.NET specifically regarding Inversion of Control (IOC).

The presentation is in PowerPoint and discusses some of the basic concepts that need to be understood prior to understanding Spring.NET.

The source code is what was demonstrated during the presentation. It contains two solution folders.

  • TightlyCoupledClasses – Example of normal C# development where classes are tightly coupled together with manual instantiation.
  • LooselyCoupledClasses – Similar code loosely coupled using Spring.NET IOC. Includes various NUnit tests utilizing mock objects showing the ability to isolate tests with manual injection of mock objects.

PowerPoint Slides

Source Code

If you have any question feel free to post questions or comments here or email me directly at lrodgers@tallan.com.

This entry was posted in Presentations, User Groups. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*