Model-View-Controller Framework in C#

  • Thread starter Thread starter Liz
  • Start date Start date
L

Liz

I'm trying to get my head around using Model-View-
Controller Framework in C#. I have a good book called
Design Patterns in VB.NET but all the examples are in VB.
Does anyone know of a C# oriented book that could help me?

I just need some SIMPLE examples to help me understand
the concepts.

Liz
 
I'm trying to get my head around using Model-View-
Controller Framework in C#. I have a good book called
Design Patterns in VB.NET but all the examples are in VB.
Does anyone know of a C# oriented book that could help me?

How about:

C# Design Patterns: A Tutorial
By James W. Cooper

Publisher : Addison Wesley
Pub Date : September 20, 2002
ISBN : 0-201-84453-2
Pages : 416

-- Rick
 
Back
Top