This repository contains the source code for the .NET project. The project is a .NET application featuring various components such as controllers, services, and repositories, designed to facilitate robust software development.
- EX.Core.Domain: This folder contains the domain models and entities for the core logic of the application.
- EX.Core.Interfaces:
- IRepository.cs: Interface defining the generic repository pattern for data access.
- IUnitOfWork.cs: Interface defining the unit of work pattern for managing transactions.
- EX.Core.Services: This directory houses the implementation of core business logic and services.
- EX.Data: This section holds data access components such as database contexts, migrations, and repositories.
- EX.UI.Web: The web user interface layer, contains controllers, views, and other web-related components.
- Clone the repository:
git clone https://github.com/malek-labidi/TemplateDotNet.git
- Navigate to the project directory.
- Build the project.
- Run the application.
Best wishes for your exam!