.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...
While many smaller projects often use Git or SVN due to budget constraints, larger game companies tend to prefer Perforce as their version c...
During development, there are times when you need to manipulate time for testing purposes. On Windows, you can usually change the time throu...
Perforce servers can be configured to operate in either Unicode or Non-Unicode mode. By default, they are set to Non-Unicode mode upon insta...
.NET offers a variety of deployment methods and execution environments, and I plan to write a separate post to summarize them later. By defa...
They say that being a programmer is a profession that requires lifelong learning. As you continue to learn throughout your life, you accumul...