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