blog
Pagination in ASP.NET Core
  • 13 Mar 2020
  • by AFI

Hey there! For long I wanted to write the next post in the series I started some time ago about Mindgaze.AspNetCore library. Due to high …

Read More
blog
Filtering in Asp.Net Core
  • 06 Jan 2020
  • by AFI

Hello and Happy New Year! The last article is about one library I develop that helps you build REST APIs with CRUD, filtering and many …

Read More
blog
Mindgaze.AspNetCore library – CRUD with ease
  • 19 Dec 2019
  • by AFI

Hey there! I’m gonna write a series of articles to present the features of the library I started to work on some time ago for …

Read More
blog
Replace Task with IAsyncEnumerable
  • 24 Nov 2019
  • by AFI

Hey there! In my latest codings, I’ve had an issue with returning an enumerable list of derived types, converted to a base type. This method …

Read More
blog
Mindgaze.Languages with Blazor
  • 08 Oct 2019
  • by AFI

Hey folks! Hope this post finds you in good development shape! Have you heard of Blazor? This new tech is a first class citizen in …

Read More
blog
Enable SignalR in NGINX
  • 06 Oct 2019
  • by AFI

Hey there. Have you ever heard about SignalR? With SignalR websocket communication is very very easy. You can very easily send bi-directional messages between client …

Read More
blog
Bind array of values in ASP.NET Core
  • 22 Aug 2019
  • by AFI

Hey there! There are often times when you want in a controller action to bind a set of values, more specifically an array. So if …

Read More
blog
EF Core detach all entities
  • 26 Jul 2019
  • by AFI

Hey there folks, long time no post as I was pretty busy. I have many many ideas for blog posts, I just need to create …

Read More
blog
Properly configure forwarded headers in ASP.NET Core
  • 09 Apr 2019
  • by AFI

Whenever we are using a proxy server like nginx or IIS, we will run into problems when we need to find the exact IP that …

Read More
blog
Critical thinking
  • 26 Mar 2019
  • by AFI

Hello there! Long time, no article. I was caught up with a project deadline for some time and I pushed hard to accomplish it! During …

Read More