You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explore a meticulously crafted ASP.NET Core Web API, featuring Security Identity, JWT, Unit Testing, and API Versioning. This repository embodies best coding practices, delivering a clean, efficient, and scalable solution.
The "Clean Structured API Project" is a template designed to create well-organized and maintainable ASP.NET Core API applications. It follows RESTful principles, Clean Architecture and SOLID principles, implements the Dependency Injection, Repository, and Unit of Work design pattern, and utilizes Entity Framework Core for data access.
CoreXCrud API Projesi, modern yazılım geliştirme tekniklerini kullanarak, kullanıcı yönetimi, ürün yönetimi ve sipariş yönetimi gibi işlevleri sunan bir API projesidir. Projede .NET Core, Entity Framework Core, AutoMapper, FluentValidation, AspNetCoreRateLimit ve JWT Authentication gibi teknolojiler kullanılmıştır.
Person CRUD API - This project implements a CRUD API using ASP.NET Core, C#, and SQLite. The API allows creating, reading, updating, and deleting people, with a soft delete (marking people as inactive instead of removing them).