Emre KISABOYUN's repositories
NorthwindClient
This repository was created for NorthwindBackend. Developed with Angular.
SignalRServerExample
This repository is SignalR Server example. I used IHubContext in Business classes. And I used API Controller for connection. Also, this repository has a Client for SignalR Server.
ContentManagementSystem
In this repository, there is a web application developed using Entity Framework, UnitOfWork, Identity, Service, MVC, Component, Repository, Rolemanagement, Authorization.
Core_MVC_CRUD
In this repository, I developed a web application that includes basic CRUD operations in .NET Core.
CSharp_Introduction
In this repository, It is a beginner's guide for C# and also there are different Windows Form applications for C# beginner training.
ECommerceApi
This repository was developed with Onion Architecture. It is a .Net Core project.
NorthwindBackend
In this repository, an N-tier API example. Dependency Injection was implemented with Autofac. JWT is used. AOP (Validation, Caching, Transaction, Exception, Logging, Performance) is used. It has CrossCuttingConcerns examples.
SerilogDemo
In this repository, I made an example of logging with Serilog. ".Net Core API" controllers are logged with the log layer.
Core_Blog_Project
In this repository, N-tier architecture is used. It is an Asp.Net Core Web application developed using the MVC pattern.
DesignPatterns
This repository has examples of Design Patterns.
Microsoft-SQL-Server
There are examples of Join, SubQuery, DML, DDL, Views, Stored Procedures, User Defined Functions in this repository.
SignalRChatServerExample
This repository has a SignalR server for Chat Application example. Also it has Client for Chat App. I used jquery and bootstrap for Client.
BlazorMealOrdering
Blazor - Blazored.Modal
CreateExamApplication
In this repository, it is a Core project developed with Onion Architecture, using Entity Framework from ORM tools and using Sqlite as database. Autofac is used. IdentityUser is used. UnitOfWork is used.
DomainDrivenDesignExample
Bounded Contexts & Value Objects & Aggregate Roots & Repositories & Layered Architecture. It has developed with TechBuddy Channel.
EFCoreTraining
In this repository; Everything you need to know about EntityFrameworkCore. It has developed with Gencay Yildiz.
HotelFinder_API
In this repository, there is an API developed with N-Tier architecture. The NSwag.AspNetCore package has been downloaded and included in the project. The application works async.
nArchitecture
Onion Architecture + CQRS + MediatR + Features + DynamicQuery + Paging
ProductSearchWithAdo.Net
In this repository, Ado.Net was used as the ORM tool. All database operations were done using the Store Procedure. Model Popup structure is used.
UnitTestExample
It is a .Net Core project. There are unit tests of MVC Web Application and Web API. xUnit and Moq were used for the tests.