SoCal Code Camp 2006 Session Content
Code Camp was a great success! Thanks to everyone who attended my sessions. Click on the following links to download the associated code.
*Note: The sample project requires DLINQ (installs with LINQ). DLINQ is beta software!
Introduction to the Composite UI Application Block (slides, code, sql)
This session introduces the CAB and its associate design patterns, including Inversion of Control, Dependency Injection (ObjectBuilder), lightweight containers and the .NET Component Model. The code includes my custom CAB application that uses DLINQ for object persistence.
DLINQ: The future of .NET Data Access (slides, code, sql)
This session is a short introduction to O/R Mapping and the current capabilities of Microsoft's DLINQ project.