This commit is contained in:
2024-12-03 16:20:25 -07:00
parent 52444edc44
commit e65e576be8
17 changed files with 299 additions and 17 deletions

View File

@ -13,7 +13,7 @@ updated: 2024-11-26T19:46:27.125Z
- .net Framework
- .net Core
- Model-View-Controller (MVC) is a software design pattern that separates an application into three components: the model, view, and controller:
- ModelviewViewModel (MVVM) is an architectural pattern in computer software that facilitates the separation of the development of a graphical user interface
- ModelViewViewModel (MVVM) is an architectural pattern in computer software that facilitates the separation of the development of a graphical user interface
- Vanilla JS
- Static Site with AJAX
- Angular (has AJAX) normally a SPA stands for Single-Page Application, a web application design pattern that loads a single HTML page and updates it dynamically as the user interacts with it. SPAs are popular because they provide a faster and more responsive user experience than traditional web applications.