Skip to content
#

mvc

The term MVC stands for Model-View-Controller. MVC is a software design pattern that separates an application's logic according to responsibilities: The model manages the application's data structure, the view manages how information is represented in the user interface, and the controller accepts input and dispatches commands to the model and the view.

Here are 11,469 public repositories matching this topic...

Web application with all available vacancies in the company. An employee can view and respond to vacancies by providing his details and attaching his resume file. The employer (admin) can log in to the site, create, edit, and delete vacancies. He can also view job postings, download and view employee resumes.

  • Updated May 29, 2024
  • C#