A simple and easy-to-use library for C# developers that adds useful methods and extension methods to the language.
Library for building C# code. It is useful for generating code dynamically, creating code snippets, and more.
Database constrains builder library for EntityFrameworkCore with Fluent API.
An extension library for AspNetCore authorization and authentication with permission.
Thread-safe transaction manager working in memory, useful for managing transactions in multi-threaded applications.
An Open-Source ModMail Discord Bot made with .NET 6 for self hosting. This bot can be easily setup and used on your server for managing community communication on a single way.
ExcelQueryCLI is a command line tool that allows you to update Excel files using XML, JSON, YAML querying. You create a query file that defines the operations you want to perform on your Excel files, such as filters.
Simple yet powerful Trendyol API Wrapper class library written in .NET. This project aims to wrap each Trendyol API endpoints to .NET class and methods using the power of type safety.
Simple .NET CLI Application that can easily convert images to new formats and resize images. Support almost all image formats.
Simple TCPListener and TCPClient wrapper for .NET 6+. Provides easy access to events and messages/op codes and handlers. Simple use and support for Autofac DI container and scopes for each message handler instance.
A mono repo for Serilog encrichers. This project aims to provide useful enrichers for Serilog logger. Currently, it provides enrichers for HttpRequest, System.
A simple library to extract CSharp models out of Excel files using EPPlus and read Excel files with those models. XSharp library projects aims to make it easy to read and write data to excel with C# models.
Train Reservation App made with C# and MVC, applies database CRUD operations.
An application that tracks magazine subscriptions, made with C# and MVC. Applies database CRUD operations.
Mine Sweeper Game made with C# and Windows Forms, applies recursive algorithm.