Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.84 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.84 KB

Sales_NET8 🚀

About the Project

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.

Features 🛠️

  • 🌍 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.

Technologies Used 🛠️

  • Language: C# 🟦
  • Framework: ASP.NET MVC 8.0
  • Database: SQL Server
  • Frontend: JQuery and DataTables
  • ORM: Entity Framework Core

Visual Demonstration 🌟

Country List!

Captura de ecrã 2025-01-02 184832

CRUD Operations for Countries

Captura de ecrã 2025-01-02 184857

Captura de ecrã 2025-01-02 184917

Captura de ecrã 2025-01-02 184945

Captura de ecrã 2025-01-02 185034

Category List

Captura de ecrã 2025-01-02 185005

How to Run the Project 💻

  1. Clone the repository:
    git clone https://github.com/pacheco4480/Sales_NET8.git