.NET WeakReference Is Not Pinned
Profiling a C# game server and improving its performance has been greatly aided by the following blog. C# High-Performance Server - Memory F...
Profiling a C# game server and improving its performance has been greatly aided by the following blog. C# High-Performance Server - Memory F...
Covariance may sound like a complicated term at first, but it simply means the property of being able to change in accordance with something...
In C#, the sealed keyword indicates that a class cannot be inherited. When developing a framework, using sealed can prevent developers from ...
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 change the time for testing purposes. In 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...
The deployment methods and execution environments of .NET are diverse, and I plan to write a separate post to summarize them later. Typicall...
They say that being a programmer is a profession that involves lifelong learning. As you continue to learn throughout your life, you accumul...