Projects with this topic
-
ProductApp - Clean Architecture ASP.NET Core Web API
A scalable and maintainable Product Management API built with ASP.NET Core Web API following Clean Architecture principles.
This project demonstrates a clean separation of responsibilities using:
Domain-Driven Design principles
Repository Pattern
Unit of Work Pattern
Service Pattern
Entity Framework Core
SQLite Database
AutoMapper
Dependency Injection
The application is structured into four main layers:
Domain Layer: Contains core entities and business rules
Application Layer: Contains DTOs, interfaces, services, and application logic.
Infrastructure Layer: Handles database operations, repositories, EF Core, and external dependencies.
Web API Layer: Provides API endpoints, controllers, and application configuration.
The main goal of this project is to create a clean, testable, and scalable architecture where business logic remains independent from external technologies.
Updated -
Bu proje, bir telefon rehberi sistemini mikroservisler mimarisi ile geliştirmek amacıyla .NET Core kullanılarak hazırlanmıştır.(This project was prepared using .NET Core to develop a phone book system with microservices architecture.)
Updated -
Kitap koleksiyonu yönetim uygulaması. .NET 10 Web API, Angular 20, EF Core ve MSSQL ile geliştirildi. CRUD operasyonları, kategori yönetimi, okuma durumu takibi içerir.(Book collection management app. Built with .NET 10 Web API, Angular 20, EF Core and MSSQL. Includes CRUD operations, category management, and reading status tracking.)
Updated -
Basit bir e-ticaret sipariş API’si. EF Core ve REST mimarisiyle geliştirilmiştir. Kodlama testleri ve CRUD işlemleri içindir.(A simple e-commerce order API. Built with EF Core and REST architecture. Focused on coding tests and CRUD operations.)
Updated -
Katmanlı mimariyle geliştirilen ASP.NET Core Web API projesi. EF Core, AutoMapper, loglama ve asenkron programlama teknikleri kullanıldı. Endpointler üzerinde CRUD, sayfalama, arama, sıralama ve filtreleme işlemleri gerçekleştirildi.
Updated -
SOLID prensiplerini göz önüne alıp temellerinin oluşturulması için hazırlanmış, bir uygulamanın önyüzünden veritabanına kadar giden iş katmanı örneği bir web uygulamasıdır.
Updated -
Mernis KPS servisi kullanarak üyelik kayıt işlemi ve doğrulaması gerçekleştirildi. (Membership registration and verification was carried out using the Mernis KPS service.)
Updated -
Rest Api Server powered by .NET Core
Updated