Tag: Compiler

  • 🌴How to Convert Any Object to a Dictionary Using Expression Trees in C#

    14 minutes

    In the previous article we explained Expression Trees, what they are and how to use them. In this article we will utilize them to solve a real-world problem that usually comes up in applications where object inspection is required. 🤔The problem There are occasions in your applications where you wish you could treat an object…

  • ❓Stop Asking ‘Is C# Compiled or Interpreted?’ — Here’s Why

    3 minutes

    Is C# compiled or interpreted? This is a question that comes up very often in interviews involving C# and .NET. And in my opinion, it is the wrong question. An interviewer is asking a potential candidate this question in order to trick them into giving the wrong answer. Let me explain. The Problem Because, if…