Mindgaze.AspNetCore library – CRUD with ease
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 …
Mastering Software Development: Web, JavaScript, Databases, Linux, Ethereum smart contracts
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 …
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 …
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 …
In this post I’m going to provide a simple example of how MongoDB with adminMongo can be run on your local machine with minimum effort. …
In a previous article, we’ve learned how to create a multilingual app with UWP and Mindgaze.Languages library. The purpose now is to show how we can …
In this article we are going to design a multilingual application for Universal Windows Platform that is able to change the display language on the …