Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. implementing the mvc-pattern

implementing the mvc-pattern

Scheduled Pinned Locked Moved .NET (Core and Framework)
asp-netdesignsysadminregexarchitecture
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    thebread
    wrote on last edited by
    #1

    hey @ all, does anyone of you have experience by implementing the mvc-pattern? implementing the model should not be the problem, but how should i design the view (respectifly the fassade) when i try to build a app, that serves the model to the client's by remoting. i try to make a client-server-app, where the inelligent part of the app runs on the server an all clients are running just a proxy of the application. does this make sense? or ist there an other, better way to implement the mvc-pattern? thx, bernd

    C 1 Reply Last reply
    0
    • T thebread

      hey @ all, does anyone of you have experience by implementing the mvc-pattern? implementing the model should not be the problem, but how should i design the view (respectifly the fassade) when i try to build a app, that serves the model to the client's by remoting. i try to make a client-server-app, where the inelligent part of the app runs on the server an all clients are running just a proxy of the application. does this make sense? or ist there an other, better way to implement the mvc-pattern? thx, bernd

      C Offline
      C Offline
      CWIZO
      wrote on last edited by
      #2

      As far as I know MVC is used in web applications and not windows applications. Bu please correct me if I am wrong. -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

      J 1 Reply Last reply
      0
      • C CWIZO

        As far as I know MVC is used in web applications and not windows applications. Bu please correct me if I am wrong. -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

        J Offline
        J Offline
        Josh Smith
        wrote on last edited by
        #3

        MVC is used in windows apps as well as web apps.

        C T 2 Replies Last reply
        0
        • J Josh Smith

          MVC is used in windows apps as well as web apps.

          C Offline
          C Offline
          CWIZO
          wrote on last edited by
          #4

          My bad then:-O -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

          1 Reply Last reply
          0
          • J Josh Smith

            MVC is used in windows apps as well as web apps.

            T Offline
            T Offline
            thebread
            wrote on last edited by
            #5

            ok, and how do i implement it the correct way? is there anywhere a guide for doing this in any other language? i just know what components are used in mvc and i tryed to implement it by using web-sservices to build something like a fassade for my app, but it seems to be not the right way. in fact i'm not sure if something like a fassade is the right way because it provides just a one way communication. please give me some hints. regards, bernd

            J 1 Reply Last reply
            0
            • T thebread

              ok, and how do i implement it the correct way? is there anywhere a guide for doing this in any other language? i just know what components are used in mvc and i tryed to implement it by using web-sservices to build something like a fassade for my app, but it seems to be not the right way. in fact i'm not sure if something like a fassade is the right way because it provides just a one way communication. please give me some hints. regards, bernd

              J Offline
              J Offline
              Josh Smith
              wrote on last edited by
              #6

              It's difficult to answer that question because the number of unknowns is far too high. The only advice I can give is to make sure that using the MVC pattern is actually necessary, so that you don't rip your hair out over it unnecessarily. This is not a criticism of you, of course, but I find that many developers use design patterns just for the sake of using them. Almost habitually. In my view, patterns should only be used when they help solve a problem. In general design patterns add unnecessary complexity to, what should be, simple solutions. Josh

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups