Articles
-
04 Feb 2021
Avoid Duplicating Code by Using ASP.NET Core Filters
Filter Attributes can be used to avoid code duplication in action methods and thus, follow the DRY principle. Probabl...
-
18 Jan 2021
A Developer's Adventures of Code
Have you tried the latest Advent of Code (25 small daily programming puzzles)? Solving programming puzzles can be use...
-
04 Jan 2021
Should I Stay or Should I Go to .NET 5.0?
Everyone in the .NET universe heard about the .NET 5.0 release. Some are excited and want to immediately migrate thei...
-
04 Dec 2020
Create ASP.NET Core Middlewares for Reusable and Modular Code
Do you want clean/thin API controllers, containing only the intended application code logic calls? Then it’s time to ...
-
04 Nov 2020
ASP.NET Core Web API Fundamentals
Are you new to ASP.NET Core? Read this article to understand ASP.NET Core fundamentals, including the program structu...
-
04 Oct 2020
Create and Run a Hello World, CRUD Web API
The time has come, let's build a simple "Hello, World!" REST Web API having dummy CRUD operations. We will investigat...
-
04 Sep 2020
.NET, Core, Standard, Framework… Brain BSoD!
Are you confused with all the different .NET terms, such as ".NET Core", ".NET Framework", ".NET Standard", 'ASP.NET"...
-
04 Aug 2020
So... What is an API?
You don’t need to know what an API is, only if you are a software developer. Maybe you are working in an environment ...
-
04 Jul 2020
Welcome
Hello, I am Ioannis (Giannis) Kyriakidis and I am a software engineer from Greece. In this post you will find more ab...