Pinned Repositories
accutics-project
This project focuses on implementing experimental recursive components in a React environment. The main goal is to explore how recursive structures can simplify the representation and manipulation of hierarchical data, such as trees and nested lists.
CleanArchitecture
Solid and testable ASP.NET Core Application using CQRS, Mediator Pattern and clean architecture.
CoreMVCFirstProject
I created a .Net Core MVC Project that uses the EF Core and MSSQL Server to perform CRUD operations with a Code First approach during my learning process. The project includes Authentication and Authorization methods with Roles.
CoreOnionProject
.Net Core Project in Asp.net MVC including Custom Dependency Injection Extension with Autofac library and more custom extensions. It is placed comments in source code to explain many steps.
DenemeECommerce
ECommerceAPI
Clean Architecture
ECommerceProjectNTier
The project was written on .NET MVC using EF Code First Approach, LINQ, jQuery,Ajax, and Bootstrap technologies..Used design pattern for creating N-Tier architecture and Bogus Library for fake data. The project needs the Bank API which i made to consume : https://github.com/MertAbacioglu/WebAPIBank
FirstMAUI
TrueOnionArchitecture
Web App built in ASP.Net Core 7.0. by using DDD, Normalization Best Practices, ASP.NET Core Identity, EFCore - Code First, Generic Repository Pattern, Response Wrappers, Automapper, Razor and more.
TrueOnionDual
.NET Core 7 Web API project built on the onion architecture pattern. It supports both MongoDB and SQL databases, follows RESTful principles, and industry-standard best practices, making it a reliable and valuable tool for building Web APIs.
MertAbacioglu's Repositories
MertAbacioglu/TrueOnionArchitecture
Web App built in ASP.Net Core 7.0. by using DDD, Normalization Best Practices, ASP.NET Core Identity, EFCore - Code First, Generic Repository Pattern, Response Wrappers, Automapper, Razor and more.
MertAbacioglu/TrueOnionDual
.NET Core 7 Web API project built on the onion architecture pattern. It supports both MongoDB and SQL databases, follows RESTful principles, and industry-standard best practices, making it a reliable and valuable tool for building Web APIs.
MertAbacioglu/accutics-project
This project focuses on implementing experimental recursive components in a React environment. The main goal is to explore how recursive structures can simplify the representation and manipulation of hierarchical data, such as trees and nested lists.
MertAbacioglu/CleanArchitecture
Solid and testable ASP.NET Core Application using CQRS, Mediator Pattern and clean architecture.
MertAbacioglu/CoreMVCFirstProject
I created a .Net Core MVC Project that uses the EF Core and MSSQL Server to perform CRUD operations with a Code First approach during my learning process. The project includes Authentication and Authorization methods with Roles.
MertAbacioglu/CoreOnionProject
.Net Core Project in Asp.net MVC including Custom Dependency Injection Extension with Autofac library and more custom extensions. It is placed comments in source code to explain many steps.
MertAbacioglu/DenemeECommerce
MertAbacioglu/ECommerceAPI
Clean Architecture
MertAbacioglu/ECommerceProjectNTier
The project was written on .NET MVC using EF Code First Approach, LINQ, jQuery,Ajax, and Bootstrap technologies..Used design pattern for creating N-Tier architecture and Bogus Library for fake data. The project needs the Bank API which i made to consume : https://github.com/MertAbacioglu/WebAPIBank
MertAbacioglu/FirstMAUI
MertAbacioglu/HybridOnionProject
.Net Core N-Layered Web/API Project | .Net 6 SDK | Best Practices
MertAbacioglu/IntoTheFood
a basic food order project developed using React.js
MertAbacioglu/LiveWire
Simple application that enables real-time communication using SignalR and .NET Core API. The frontend uses a simple HTML page with jQuery. The API sends notifications to clients via SignalR Hub, allowing instant updates on the user interface.
MertAbacioglu/NorthwindApiProject
MertAbacioglu/NorthwindNTierCrud
n-Tier architecture crud operations project on Northwind database for my employment interview .
MertAbacioglu/RainbowMicroservices
.Net 7 Web App | developed on Microservice Architecture using API Gateway ( Ocelot Libarary), AccessToken/RefreshToken, CQRS Pattern, MongoDB, RabbitMQ, IdentityServer4, Domain Driven Design, PostgreSQL, SqlServer, Docker & Docker Compose
MertAbacioglu/WebAPIBank
Bank API simulation i created to use in my E-Commerce project.