C# .NET university assignment. This project demonstrates a practical implementation of N-Layer (N-Tier) architecture.
This solution is divided into the following layers:
- CapaPresentacion: (Windows Forms) Handles all user interaction.
- CapasNegocio: Contains the business logic and rules.
- CapasDatos: Manages all data access and communication with the SQL database.
- CapasEntidad: Defines the business objects or entities used across the application.
- C# (C Sharp)
- .NET Framework
- Windows Forms (WinForms)
- SQL Server