i have an asp.net webform (C#) project but when i try to build and compile project on two pc (same source code) result binary in bin are different,
Visual Studio 2015 and same publish profile settings
how we can explain why same source code make different output binary on checksum?
also i read: Repeatable builds from same C# source code on different machines