C# ListDaniele Quero, PhD·FollowOct 26, 2022--ShareHow to Write / Read Files in C#Simple example: textmedium.comNull-Conditional Member Access Operators in C#OMG, this is OOP on steroids!medium.comThe Double Question mark in C# — ??This null-coalescing operatormedium.comVerbatim Identifier in C# —The @ Special CharacterVerbatim comes from medieval Latin and it means something like word-by-word or simply literally.medium.comInterpolation of Strings in C# —The $-Special CharacterEasily format strings with the interpolationmedium.com
Daniele Quero, PhDinGeek CultureMicrosoft Excel: Find Missing Values between Two ColumnsOk, guys.·3 min read·Apr 12, 2022--
Daniele Quero, PhDinGeek CulturePlay Steam Games on Your Secondary MonitorPlaying Steam games on secondary monitors·3 min read·Sep 27, 2022--
Daniele Quero, PhDinGeek CultureUnity UI — Animated ButtonsButton Animation Transition in Unity·3 min read·Feb 28--
Daniele Quero, PhDinGeek CultureHow to Mask UI and 2D Sprite Objects in UnityMasking UI and game objects in Unity is incredibly simple!·4 min read·Jan 26--
Atakan KulList and IEnumerable in C#Hi! In C#, a List is a class that represents a strongly typed collection of objects that can be accessed by index. It provides methods to…2 min read·Jun 20--
csharpianExploring Dependency Lifecycles : Singleton vs. Transient vs. ScopedIn software development, “singleton,” “transient,” and “scoped” are terms used to describe the lifecycle and behavior of objects managed…2 min read·Jun 19--1
Laks TutorStrategy Pattern in C#: From Basics to AdvancedThe Strategy Pattern is a behavioral design pattern that enables selecting an algorithm’s implementation at runtime. Instead of…3 min read·Aug 17--
MuhammedAKBASInterfaces in C#: Definition, Purpose, Advantages, and DisadvantagesIn C#, an interface is a reference type that defines a contract containing a set of method and property signatures. Unlike abstract…·3 min read·Aug 6--
Manjul ChawlaRunning Javascript in C# : Combining Two Powerful LanguagesTable of Contents4 min read·Jul 15--
Sebastian StrenginDev Genius.Net C# — Clean Architecture & Dependency-Inversion-PrincipleThis article is about the last of the five SOLID principles — the Dependency Inversion Principle. An important part of this is…·5 min read·Oct 23--1