Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modular Design Question
Message
General information
Forum:
ASP.NET
Category:
Class design
Miscellaneous
Thread ID:
01460339
Message ID:
01460357
Views:
41
>>>>Assume I were to develop an app that has multiple modules, where each module was in it's own project, and all the modules were
>>>>based on a base class, do I need to ship the base class when I install? Or is the base compiled into each individual module?
>>>
>>>All my applications have a Framework.dll class, which contains all the base classes. So, yes, I have to ship that as well as the client application.
>>
>>So how do you prevent another developer from loading and using the that DLL?
>
>You can use LinkDemand to ensure that the assembly is only accessible from specific other assemblies:
>Here's a simple explanation:http://searchsoftwarequality.techtarget.com/tip/0,289483,sid92_gci1196456,00.html

Ok, I'll look at it. Thanks. Without having read it, does it solve my other response to Michele?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Reply
Map
View

Click here to load this message in the networking platform