I have a project that has a WCF service project and MVC project which contains everything of MVC in my solution. I would like to know how to secure this dll as I would be exposing it or sharing this to some team, where my client asked me to secure these DLLs.
I thought of dotfuscator as one example, just read in a site, but no clarity.
Secondly, someone said I can use strong name key in VS (But I am not satisfied that, strong name is for securing, but for making the DLL unique, correct? )
Please help me clarify the above two questions and also the guidance for securing the DLLs