Model-View-Controller Framework in C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Liz

    Model-View-Controller Framework in C#

    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
  • Greg Ewing [MVP]

    #2
    Re: Model-View-Controller Framework in C#

    Liz, there are some great samples listed here:



    You can also find some great resources from MS at
    https://www.microsoft.com/resources/...mpletelist.asp. Check out the
    Enterprise solutions, there is a discussion of MVC there.

    --
    Greg Ewing [MVP]



    "Liz" <ecollins@cornw all.gov.uk> wrote in message
    news:0b3301c38d 76$ceb631d0$a30 1280a@phx.gbl.. .[color=blue]
    > 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[/color]


    Comment

    • Liz

      #3
      Re: Model-View-Controller Framework in C#

      Many thanks Greg
      - Liz[color=blue]
      >-----Original Message-----
      >Liz, there are some great samples listed here:
      >
      >http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-[/color]
      8&q=Model+view+ controller+c%23[color=blue]
      >
      >You can also find some great resources from MS at
      >https://www.microsoft.com/resources/...mpletelist.asp.[/color]
      Check out the[color=blue]
      >Enterprise solutions, there is a discussion of MVC there.
      >
      >--
      >Greg Ewing [MVP]
      >http://www.claritycon.com/
      >
      >
      >"Liz" <ecollins@cornw all.gov.uk> wrote in message
      >news:0b3301c38 d76$ceb631d0$a3 01280a@phx.gbl. ..[color=green]
      >> 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[/color][/color]
      VB.[color=blue][color=green]
      >> Does anyone know of a C# oriented book that could help[/color][/color]
      me?[color=blue][color=green]
      >>
      >> I just need some SIMPLE examples to help me understand
      >> the concepts.
      >>
      >> Liz[/color]
      >
      >
      >.
      >[/color]

      Comment

      • Guinness Mann

        #4
        Re: Model-View-Controller Framework in C#

        In article <0b3301c38d76$c eb631d0$a301280 a@phx.gbl>,
        ecollins@cornwa ll.gov.uk says...[color=blue]
        > 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?[/color]

        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

        Comment

        Working...