Simple Silverlight, WCF RIA Services, and EF example.
NOTE: This code requires:
- .NET Framework 4
- Visual Studio 2010
- Silverlight 4
- WCF RIA Services 1.0
- InStepSM database (scripts are provided in the database project)
|
Silverlight/EF VB Sample Code (VS 2010)
|
Silverlight/EF C# Sample Code (VS 2010)
|
Using Silverlight, WCF RIA Services, and your own business objects; also known as POCO (Plain Old CLR) classes.
NOTE: This code requires:
- .NET Framework 4
- Visual Studio 2010
- Silverlight 4
- WCF RIA Services 1.0
- ACMDatabase (scripts are provided in the database project)
|
Silverlight/POCO VB Sample Code (VS 2010)
|
Silverlight/POCO C# Sample Code (VS 2010)
|
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 |
What's New in VB 10. Examples of some of the new VB 10 features.
|
VB Sample Code (VS 2010) |
N/A |
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) |
Master Mind game
Features include:
- UI component (WinForms)
- "Business object" component for the game (demonstrates separation of
concerns).
|
VB Sample Code (VS 2008) |
Not available |