Sundeep Kamathtrystwithcode.hashnode.dev·Oct 17, 2016Determine platform affinity 32-bit, 64-bit or Any CPU for a managed .NET PEIn my earlier post, I discussed how PEs in .Net can target different platforms and the subtle differences between them. In this post, I'll discuss how one can determine the platform (architecture) that a managed .Net PE targets. For this, we'll use a....NET
Sundeep Kamathtrystwithcode.hashnode.dev·Oct 16, 2016Dealing with 32-bit, 64-bit and Any CPU compilation options in .NETEver wondered why Visual Studio IDE provides 3 options for compilation - x86, x64 and Any CPU? While most are aware of these options, many still lack clarity on the significance of these options (including me earlier in my career). So, as part of thi....NET