Sales_NET8 is a web application developed using ASP.NET MVC 8.0. It implements functionalities for managing countries and categories with full CRUD operations, using modern technologies and best practices.
- 🌍 Country Management: Full CRUD (create, read, update, delete) for countries.
- 🗂️ Category Management: Full CRUD for categories.
- 📊 Dynamic Table: Country listing with search, sorting, and pagination using DataTables.
- ✅ Validations: Prevention of duplicate country names in the database.
- 🖥️ Partial Views: Code reuse in forms and views.
- ⚙️ Runtime Compilation: Allows frontend changes without restarting the application.
- Language: C# 🟦
- Framework: ASP.NET MVC 8.0
- Database: SQL Server
- Frontend: JQuery and DataTables
- ORM: Entity Framework Core
- Clone the repository:
git clone https://github.com/pacheco4480/Sales_NET8.git