3/28/2024Deutsch
  • Home
  • Products
  • Services
  • Support
  • News
  • Denapp
  • Customers
  • Products
  • Denapp Bankdata Service
  • Order
  • Description
  • Prices
  • Documentation
  • Bankdata Client C# (.NET 2.0) Sample project
  • Services
  • Software Development
  • Web solutions
  • Support
  • Online Bankdata
  • Convert Bank account to SEPA
  • Calculate IBAN
  • Check SEPA Bank account
  • Check IBAN
  • Check German Bank account
  • Search for Bankdata
  • Online MEdi
  • Search in Payers listing
  • Search in Aid listing
  • Tools
  • Denapp HtmlShrink
  • Denapp CssImageInclude
  • Search
  • News
  • Denapp
  • Denapp Bankdata Service
  • Denapp
  • Contact
  • Terms of use
  • Privacy
  • Terms & Conditions
  • Imprint
  • MVC - Model View Controller

    General

    MVC is a software architecture, which aims to separate software consistently in the three layers, model (data structure / validation), view (representation) and controller (program execution). This design pattern makes it particularly easy to replace individual software components. This is most evident on the example of an application, represented using the same data model and the same program flow in various user interfaces, once as a Web site in the browser or secondly as a desktop interface.

    More information is available at https://www.asp.net/mvc.