Lambda expression examples using VS2008. Provides a wide variety of Lambda expressions
in VB and C#. Both VB and C# are in the same solution. Uses a database project and unit
testing projects, so cannot be opened with Express Editions.
|
C# and VB Sample Code (VS 2008) |
Simple business object example using VS2008.
Features include:
- Data Access component
- Business object component
- UI component (WinForms)
- CRUD (create, retrieve, update, delete) operations
- Validation
|
VB Sample Code (VS 2008) |
C# Sample Code (VS 2008) |
By popular request, we now have the simple business object example using VS2005.
Features include:
- Business object component
- UI component (WinForms)
- CRUD (create, retrieve, update, delete) operations
- Validation
|
VB Sample Code (VS 2005) |
Not available |
Master Mind game
Features include:
- UI component (WinForms)
- "Business object" component for the game (demonstrates separation of
concerns).
|
VB Sample Code (VS 2008) |
Not yet completed |