.NET WeakReference Is Not Pinned
The following blog has been very helpful in profiling and improving the performance of a C# game server. C# High-Performance Server - Memory...
The following blog has been very helpful in profiling and improving the performance of a C# game server. C# High-Performance Server - Memory...
Covariance might sound like a complex term at first, but it simply means the property of being able to change along with something else. For...
In C#, the sealed keyword indicates that a class cannot be inherited. When developing frameworks, using sealed can prevent developers from i...
During development, there are times when you need to manipulate time for testing purposes. On Windows, you can usually change the time throu...
.NET offers a variety of deployment methods and execution environments, and I plan to write a separate post to summarize them later. By defa...