Pinned Repositories
AuthServer
In the project, I implemented token-based authentication using JWT (JSON Web Token). While managing users and roles with the Identity library, I utilized Claim objects in the payload section of JWT to implement role-based, claim-based, and policy-based authorization mechanisms.
RedisExampleApp
I developed a project implementing caching system using StackExchange.Redis. In this project, I aimed to accelerate data access by simulating real-world scenarios. Leveraging the Decorator design pattern, I integrated caching logic dynamically onto objects by adding extra functionalities.
NLayerApp
While developing API and MVC structures with ASP.NET Core, I facilitated dependency injection using Autofac. Additionally, I bolstered application robustness by implementing custom exceptions, filters, and middlewares. I optimized performance through caching techniques and ensured validation with Fluent Validation. I utilized Automapper for DTO.
BackendCrab
I aimed to investigate the best practices for n-tier architecture and API-MVC, while at the same time working on the functioning of generic and non-generic structures.
RestaurantApp
This project uses repository and unit of work design patterns. Technologies such as Autofac, PagedList and Identity are also integrated. Also, the Admin panel provides dynamic management.
AspNetCoreTutorials
Asp Net Core Tutorial Projects
AccountManagementWebApp
I developed a project using ASP.NET with n-tier architecture, integrating API to interact with users and data. I utilized AutoMapper for efficient data transfer and incorporated Identity packages to enable user login and registration functionalities. This establishes the essential infrastructure for secure user authentication and management.
.NET-6.0-Web-Project
.NET 6.0 Web Project
Agriculture
Agriculture
AutoMapperWebAPI
I am simulating a POST request to demonstrate the basic usage of Auto Mapper. Auto Mapper is a tool that facilitates data mapping between objects, particularly useful in database operations and API communications. This example can help you take a step towards understanding how to utilize Auto Mapper effectively.
CanDemirbuken's Repositories
CanDemirbuken/AspNetCoreTutorials
Asp Net Core Tutorial Projects
CanDemirbuken/CanDemirbuken
CanDemirbuken/RestaurantApp
This project uses repository and unit of work design patterns. Technologies such as Autofac, PagedList and Identity are also integrated. Also, the Admin panel provides dynamic management.
CanDemirbuken/AuthServer
In the project, I implemented token-based authentication using JWT (JSON Web Token). While managing users and roles with the Identity library, I utilized Claim objects in the payload section of JWT to implement role-based, claim-based, and policy-based authorization mechanisms.
CanDemirbuken/RedisExampleApp
I developed a project implementing caching system using StackExchange.Redis. In this project, I aimed to accelerate data access by simulating real-world scenarios. Leveraging the Decorator design pattern, I integrated caching logic dynamically onto objects by adding extra functionalities.
CanDemirbuken/BackendCrab
I aimed to investigate the best practices for n-tier architecture and API-MVC, while at the same time working on the functioning of generic and non-generic structures.
CanDemirbuken/NLayerApp
While developing API and MVC structures with ASP.NET Core, I facilitated dependency injection using Autofac. Additionally, I bolstered application robustness by implementing custom exceptions, filters, and middlewares. I optimized performance through caching techniques and ensured validation with Fluent Validation. I utilized Automapper for DTO.
CanDemirbuken/AccountManagementWebApp
I developed a project using ASP.NET with n-tier architecture, integrating API to interact with users and data. I utilized AutoMapper for efficient data transfer and incorporated Identity packages to enable user login and registration functionalities. This establishes the essential infrastructure for secure user authentication and management.
CanDemirbuken/AutoMapperWebAPI
I am simulating a POST request to demonstrate the basic usage of Auto Mapper. Auto Mapper is a tool that facilitates data mapping between objects, particularly useful in database operations and API communications. This example can help you take a step towards understanding how to utilize Auto Mapper effectively.
CanDemirbuken/ManagementApp
In the web project, I implemented CRUD operations by utilizing frameworks like Entity Framework and methodologies like Code First, following a layered architecture approach. I deliberately chose not to create views for the Employee class since the structure would be identical to that of the Customer entity.
CanDemirbuken/Kodlama.io
I did not want to create a database so I create simulation data on DAL. Then I tried use all managers in Program.cs. I recommend that you try the methods in Program.cs one by one to eliminate confusion.
CanDemirbuken/Strategi
I want to create a desktop application that have basic login system. In this application the user can manage categories, products and members(if user is admin). User has an action like CRUD operations. I think this application, that I built with N-Tier architecture is open for improvement. Have fun for everyone who will download it to their repos..
CanDemirbuken/MaskeTakip
This is a training project.
CanDemirbuken/Agriculture
Agriculture
CanDemirbuken/.NET-6.0-Web-Project
.NET 6.0 Web Project
CanDemirbuken/Form-Management
Form Management Web Application