We've collected the code, slides, and video from Ward Bell's webinar on Real World Code First AOP.
Ward demonstrates how DevForce uses PostSharp to infuse Code First entity model classes — entities like the familiar Northwind Employee and Order — with rich behaviors that go way beyond property change notification.
Note: DevForce must be installed first if you wish to build and run the code. Try the free DevForce Express if you aren't using DevForce already.
The webinar refers to and demonstrates an application named "RealWorldAopDemo". The corresponding name in this sample is "CodeFirstAop"; substantively, the two samples are identical.