Windows Develop Bookmark and Share   
 index > Windows Forms Sample Applications > n-tier Winforms application
 

n-tier Winforms application

Isn't there anywhere on the web that I can find a simple example of a winforms n-tier database application written in C#.

I need an example that has physical tiers as well as logical tiers. A simple example to retrieve a record from a database would be good. I need to have a simple UI on the client PC and a business layer and data access layer on the server PC with the client communicating with the business layer.

I have seen quite a lot of ASP .Net examples but cannot seem to find a winforms example.

I am also using Visual Studio .Net 2005 (standard edition).

Pete

Pete Walburn  Monday, October 08, 2007 4:10 PM

Hi Pete,

You can find a sample on the following page:

· http://www.codeproject.com/cs/design/three_tier_architecture.asp

This is a simple sample, and the author tries to discuss and implements 3-tier architecture using C# and a dummy customer using MS Access database. It shows how to add, update and find customer details.

For more information about N-Tier, check this page on MSDN.

Hope this helps.
Best regards.
Rong-Chun Zhang

Rong-Chun Zhang  Wednesday, October 10, 2007 9:42 AM

Hi Pete,

You can find a sample on the following page:

· http://www.codeproject.com/cs/design/three_tier_architecture.asp

This is a simple sample, and the author tries to discuss and implements 3-tier architecture using C# and a dummy customer using MS Access database. It shows how to add, update and find customer details.

For more information about N-Tier, check this page on MSDN.

Hope this helps.
Best regards.
Rong-Chun Zhang

Rong-Chun Zhang  Wednesday, October 10, 2007 9:42 AM

Thanks very much! This should help me a lot.

Pete

Pete Walburn  Wednesday, October 10, 2007 9:47 AM

You can use google to search for other answers

Custom Search

More Threads

• Need some human intervention with email forms
• Express 2005 C# or VB
• The small report screen doesn't work
• How come there is no download or synchronize option?
• Error
• NewBye - Please wait at least 5 minutes between adding new species
• Terrarium server down? Is Terrarium still alive?
• Problem with merging assemblies using ILmerge
• CurrentUserInformation class problem with TaskVision
• Why DataGridView always throw an NullReferenceException when input value at the first time after pressing ESC ??????????????