# csharp

5 Posts
thumbnail

.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...

thumbnail

Performance Considerations of .NET Array Covariance

Covariance may sound like a complicated term at first, but it simply means the property of being able to change in accordance with something...

thumbnail

Faking Time in .NET by Hooking DateTime

During development, there are times when you need to change the time for testing purposes. In Windows, you can usually change the time throu...