Skip to main content
1 of 3
Tom Squires
  • 17.8k
  • 11
  • 70
  • 88

MVC is a pattern. Patterns apply across all programming. MVC just happens to work very well in a web context.

As gnat points out just have a look at the mvc tag and you will see multiple examples of it being implemented.

Tom Squires
  • 17.8k
  • 11
  • 70
  • 88