Browse by Tags

All Tags » Architect (RSS)

Architect 3 : Building Data Access Layer Using Microsoft Enterprise Library 4.1 by StanleyGu

You have a Customer table with three fields: ID, LastName and FirstName. You are building a data access layer to retrieve all the records from the Customer table and return the result as a collection of Customer objects. You want implement it using Microsoft...

Architect 2 : Calling WCF Services in Your Data Access Layer by StanleyGu

After you have completed an N-tier Silverlight application (check my blog: http://weblogs.asp.net/stanleygu/archive/2009/12/20/building-n-tier-silverlight-application.aspx ), your company decides to outsource sql server database development and management...

Architect 1 : Building N-Tier Silverlight Application by StanleyGu

You have a Customer table with fields of LastName and FirstName, and want to use Silverlight DataGrid to display all the records. To implement this, You can use N-tier application architect. 1. The N-Tier Silverlight application consists of following...
More Posts