Projects with this topic
-
ASP.NET core +SQL server+Redis+Kafka as a Message Broker (for Saga and Outbox).
the latest Docker image:https://hub.docker.com/r/ahtat204/order-service
Updated -
A scalable and maintainable ASP.NET Core Web API built using Clean Architecture principles.
Features:
Domain-Driven Design Repository Pattern Unit of Work Pattern Service Pattern Entity Framework Core SQLite Database AutoMapper Dependency InjectionThe project follows a layered architecture with clear separation between Domain, Application, Infrastructure, and Web API layers, keeping business logic clean, testable, and independent from external technologies.
Updated -
A production-ready ASP.NET Core Web API built with CQRS, MediatR, FluentValidation, EF Core, filtering, and pagination. This project demonstrates clean request handling, validation pipelines, and scalable API design patterns using modern .NET practices.
Updated -
A web application illustrating parking lot management. Based on ASP.NET Core and Entity Framework Core.
Updated -
New version of Smarta kartan - a digital platform for visualizing and promoting the local sharing economy
Updated -
Rate limiting module for ASP.NET Core web applications.
Updated -
A social network specifically tailored to the needs of student communities
Updated -
This repository contains a collection of my professional projects, including a React front-end application, an ASP.NET back-end service, and other personal projects. It serves as a showcase of my skills in web development, software engineering, and project management.
Updated -
ASP.NET Core Web API Full Course
Updated -
AI-powered application featuring chat generation, and dynamic content creation using DeepSeek models.
Updated -
A F(L)OSS zero-config url shortener with QR Code generator and (optional) Open Telemetry Metrics support written in ASP.NET
Updated -
-
Clean & extensible Sorting, Filtering, and Pagination for ASP.NET Core
Updated -
Modern ASP.NET Core MVC web application with user management, profile handling, authentication, Activity Log and file upload features. Built with clean service-based architecture .
Updated -
A full-stack application for audio transcription using OpenAI Speech-to-Text, built with .NET and React.
Updated -
A high-performance .NET Minimal Web API built for scalable product management. This project demonstrates a clean architecture using the Service Pattern and DTOs to manage complex Many-to-Many relationships between Products and Tags, and One-to-Many relationships with Categories. Features include deep-loading projections, strict Data Annotation validation, and a custom explicit join-table implementation.
Updated -
AI-powered application featuring chat, image generation, and dynamic content creation using OpenAI models.
Updated -
Lightweight contract-based ASP.NET plugin framework with dynamic endpoint registration.
Updated -
Voici la description corrigée :
Plateforme de gestion de produits et d'utilisateursApplication web développée dans le cadre d'un projet scolaire personnel, ayant pour objectif de concevoir un système complet de gestion autour de deux modules principaux : les produits et les utilisateurs.
Contexte et objectifsCe projet propose une solution web centralisée, permettant à un administrateur de gérer efficacement un catalogue de produits ainsi que les comptes utilisateurs, le tout au travers d'une interface simple et sécurisée.
Fonctionnalités principalesModule Produits — Gestion complète avec les opérations d'ajout, consultation, modification et suppression (CRUD), avec recherche et filtrage par catégorie, prix ou disponibilité.
Module Utilisateurs — Système d'authentification sécurisé avec gestion des rôles. L'administrateur peut créer, modifier ou supprimer des comptes, tandis que chaque utilisateur dispose d'un espace personnel.
Stack technique Frontend : ASP.NET (Razor Pages / MVC) Backend : ASP.NET Core Web API Base de données : SQL Server Test API : Swagger (interface intégrée à ASP.NET) Apports pédagogiquesCe projet a permis de consolider des compétences en développement full-stack .NET, modélisation de base de données relationnelle sous SQL Server, sécurisation des accès par rôles, et documentation d'API via Swagger.
Updated -
Web API that connects to a SQL Server to manage the petitions coming from the frontend.
Technologies:
Asp.NET Core C#Updated