I have a solution and it have 2 project in it, Project-1 is web form application and Project-2 have some confidential methods like decode and encode methods. I want to let my junior developers access to Project-1 and use my Project-2 methods (which I reference before and add to my Project-1) but can't see inside Project-2 methods because I don't want them to see how I encode and decode string and numbers for security reason.
I tried to deny read access in Project2 security (like picture Project2 Security Page) but after that developers can't use any method from Project2 and they receive error.
Is there any solution I can do this because is really important to me my junior developers don't see my encode and decode method
Edit : I have to say I can't use web service for my Decode and Encode because this application is for a customer and he will use it on local network without internet access.