filesystem

.net

Determining Build Date the hard way

One of the key diagnostic data points for any .NET assembly is “when was it built?” Until recently, I thought there were only two ways to suss this out: 1. Check the filesystem date and time 2. Derive the build date from the assembly version The filesystem method has obvious

By Jeff Atwood ·
Comments