Enis Necipoğlu

Volosoft

Software Developer

USERNAME
enisn
PERSONAL WEBSITE
https://enisnecipoglu.com
REGISTRATION DATE
12/9/2020
SOCIAL

Posts

How to add dark mode support to the Basic Theme in 3 steps?

This article will show you how to add toggle dark/light mode support to the Basic Theme.

Converting Create/Edit Modal to Page - Blazor

In this document we will explain how to convert BookStore's Books create & edit modals to regular blazor pages.

Bulk Operations with Entity Framework Core 7.0

With .NET 7, there are two new methods such as ExecuteUpdate and ExecuteDelete available to execute bulk operations.

Blazor WebAssembly Asp.NET Core Hosted

This article shows how to host a Blazor WebAssembly project in a HttpApi.Host project and use a single unified project instead separated HttpApi.Host ...

Using ABP Client Proxies in MAUI with OpenID Connect

The purpose of this article is to integrate ABP Core into the MAUI project and initialize it as an AbpModule then make able consuming API using ABP IA...

Integrating MAUI Client via using OpenID Connect

A demonstration for connecting ABP backend from a MAUI app via using OpenID connect. In this flow, a web browser will be opened when user tries to log...

Using AutoFilterer with ABP Framework

his article is about filtering data automatically without writing any LINQ via using AutoFilterer.

Using CosmosDB with the ABP Framework via MongoDB API

An example about how to use Cosmos DB with MongoDB Driver in ABP Framework