What is a .snk file for? I know it stands for Strongly Named Key, but all explanations of what it is and how it works goes over my head.
Is there a
In a the.Net world the SNK file is used to sign your compiled binaries. This allows a couple things to happen:
I'm not familiar with how BizTalk server works, so I don't think I can shed much light on what specific purpose they serve within that environment.
Hope this was somewhat helpful.