Assi Arai

Assi Arai

.NET Core Command-Line Interface

The .NET Core Command-Line Interface (CLI) is a toolset I use constantly as a developer. Since I primarily work on .NET applications using a MacBook, I heavily rely on the dotnet commands in the Visual Studio Code terminal to manage…

LINQ: The Basics and Core Concepts

Before LINQ, data handling in C# was often more verbose and complex, especially when dealing with collections, databases, and XML. Without LINQ, developers had to rely heavily on loops, conditionals, and helper classes to filter, sort, and transform data. Example…

WordPress Functions

In this blog, I’ll be introducing some of the most commonly used WordPress functions. WordPress, as a powerful content management system, offers a wide range of built-in functions that make website development and customization easier. These functions help you interact…