ASP.NET Core MVC E-Commerce Website built with .NET 8 and C# for managing and browsing phone spare parts.
This project is a full-featured ASP.NET Core MVC web application built on the .NET 8 platform using C#.
It demonstrates a real-world e-commerce website structure where users can browse phone spare parts and view product details.
The application follows the MVC (Model–View–Controller) architectural pattern to ensure clean separation of concerns, maintainability, and scalability.
- ASP.NET Core MVC architecture
- Product listing and detail pages
- Clean folder structure (
Controllers,Models,Views) - Static assets managed via
wwwroot - Centralized configuration using
appsettings.json - Organized solution using Visual Studio
- User authentication and authorization
- Shopping cart and checkout functionality
- Database integration
- Admin dashboard
- .NET 8 SDK
- ASP.NET Core MVC
- C#
- HTML / CSS / JavaScript
- Git & GitHub
Controllers/
Models/
Views/
wwwroot/
Program.cs
appsettings.json
fixit.sln
Each component follows the standard ASP.NET Core MVC conventions, making the project easy to understand and extend.