
Engincan VESKE
Volosoft
Software Developer
USERNAMEEngincanV
PERSONAL WEBSITEhttps://engincanv.github.io/
REGISTRATION DATE7/6/2020
SOCIALgRPC 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... Read More

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. Read More

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... Read More

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... Read More

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. Read More

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. Read More

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. Read More

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 ... Read More

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... Read More