Skip to content

The folder structure of the project.

Aleksei Blinov edited this page Nov 12, 2024 · 1 revision
  • ..\quiz.Api\ - Web API controllers.
  • ..\quiz.Logger\ - types and functions that ensure the operation of the logging subsystem.
  • ..\quiz.ModelBusiness\ - types representing data entities for their subsequent processing and presentation in the UI.
  • ..\quiz.ModelDb\ - types representing data entities used when interacting with the database.
  • ..\quiz.Shared\ - types and functions shared in Web API and UI methods. This assembly is referenced by the assemblies quiz.Api and quiz.Ui.
  • ..\quiz.Ui\ - types and functions designed to form the user interface, display it, and enable the user to interact with it.

Clone this wiki locally