WebApplication1/ ├── Controllers/ # HTTP request handlers │ ├── StudentsController.cs │ ├── CoursesController.cs │ ├── InstructorsController.cs │ ├── EnrollmentsController.cs │ ├── ...