Monday, April 14, 2014

Microsoft .Net Events and Delegates




In this screencast we'll talk Microsoft .Net delegates as the basis for how events work. We'll then talk about events specifically covering raising events and subscribing to them. Then we'll finish up with simplifying our event handler creation process by utilizing the power of Lambda statements.

Download the project code here.

Friday, April 4, 2014

WCF DataServices - Exposing an EF Data Model




In this screencast we'll talk about how you can use WCF Data Services to expose an Entity Framework data model via a REST service.

Download the project code here.