Ordering in ASP.NET Core API
Hey there! It’s now time to talk a bit about how to order results with the Mindgaze.AspNetCore library. This article is part of a series …
Mastering Software Development: Web, JavaScript, Databases, Linux, Ethereum smart contracts
Hey there! It’s now time to talk a bit about how to order results with the Mindgaze.AspNetCore library. This article is part of a series …
For some time I really wanted to write more non-technical articles. And it’s not a joke 😊. Time is short, but more important are our …
Hello there! A couple of days ago I managed to come up with a new release of the C# multilanguage library Mindgaze.Languages. The new version …
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 …
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 …
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 …
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 …
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 …
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 …
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 …