News

For example, you might need to create an instance of one class from an instance of another ... we’ll see how we can implement a simple but fast object mapper in C#. First off, let’s create ...
In the above example, I’ve provided a basic implementation of value objects in C#. In a future post here, I’ll explore how we can implement a value object base class and discuss more advanced ...
The is keyword lets you check if a variable is pointing to an object of a particular class (or a class that inherits from some class). For example, the code in this if block only executes if ...