I'm a big fan of domain driven design. One of the key concepts of that approach are what are called value objects: objects that are considered identical because they have the same values in their ...
When developing applications in .NET Core, you might often need a single, shared instance of a class. Typical use cases would be an instance of LogManager, StateManager, etc. You can either use a ...
A buffer is a sequence of bytes in memory and buffering is the manipulation of data residing in memory. In .NET buffering refers to the manipulation of the unmanaged memory, which is represented as an ...
It's not good enough to simply write code that works. That code must be easily maintained, enhanced and debugged when problems happen. One of the reasons why object-oriented programming is so popular ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results