Engincan VESKE

Volosoft

Software Developer

USERNAME
EngincanV
PERSONAL WEBSITE
https://engincanv.github.io/
REGISTRATION DATE
7/6/2020
SOCIAL

Posts

ABP Commercial - GDPR Module Overview

In this article, I will highlight ABP Commercial's GDPR Module and show you how to provide personal data to the GDPR Module that is collected by your ...

Image Compression and Resize with ABP Framework

In this article, I will show how to compress and resize images easily with the ABP Framework's new Image Manipulation System, which is introduced in v...

ABP Helper Methods

While coding we use extension methods and helper methods frequently. They help us to achieve common operations in a declarative way. We use them to sp...

gRPC JSON Transcoding with ASP.NET Core 7.0

In this article, I'll show you one of the new features that came with .NET 7: JSON Transcoding. JSON Transcoding is an extension for ASP.NET Core that...

What's new with .NET 7?

In this article, I will highlight a few interesting features that are now available with the release of C# 11 and .NET 7.

Testing in ABP Framework (with examples)

In this post, we will take a brief look at the testing infrastructure of ABP Framework and cover some common requirements (such as mocking the Current...

Extending the Application Configuration Endpoint

ABP Framework provides a standard endpoint that contains some useful information about the application, such as localization values, current user info...

Handle Concurrency with EF Core in an ABP Framework Project with ASP.NET Core MVC

In this article, we'll create a basic application to demonstrate how "Concurrency Check/Control" can be implemented in an ABP project.

How to Hide ABP Related Endpoints on Swagger UI

In this article, we will show how to show/hide ABP related endpoints on Swagger UI by enabling/disabling them on the Setting Management page.

Integrating the Syncfusion MVC Components to the ABP MVC UI

In this article, we will see how we can integrate the Syncfusion MVC Components into our ABP application.

Many to Many Relationship with ABP and EF Core

In this article, we'll create a BookStore application like in the ABP tutorial and add an extra Category feature to demonstrate how we can manage the ...

Using Elsa Workflow with the ABP Framework

This article shows how we can use this workflow library within our ABP-based application. We will start with a couple of examples and then we will int...

How to Integrate the Telerik Blazor Components to the ABP Blazor UI?

In this article, we will see how we can integrate the Telerik Blazor Components to our ABP Blazor UI.

Replacing Email Templates and Sending Emails

Hi, in this step by step article, we will send an email by using standard email template and then we will replace the standard email template with our...