Hi guys,
Do you know how i can protect any dll's i write in c# from external use.
I want any project in my solution to be able to reference any other project in the solution, and use the functions in the assembly. But i don't want any outside applications to use the
dlls.
Any ideas on how to do this.