G
Guest
I am aware there are long books written on this subject, however, maybe
there's a "simple" answer to this question:
I've several classes in my ASP.NET and Windows .NET Compact Framework
applications. My question is if it's worth while performance-wise to complie
these classes into separate dll's and reference then to each respective
project?
My doubt arises b/c when i complie and deploy each respective appication
type (ASP.NET or Windows .Net CF) the *.cs files seem to be "integrated" or
compiled w/in each respective application's assembly?
And, am i correct to assume (generalize) that compiling each class
separately is intended to simplify reusable code (i.e. OOP) rather than
improve performance?
Thanks,
there's a "simple" answer to this question:
I've several classes in my ASP.NET and Windows .NET Compact Framework
applications. My question is if it's worth while performance-wise to complie
these classes into separate dll's and reference then to each respective
project?
My doubt arises b/c when i complie and deploy each respective appication
type (ASP.NET or Windows .Net CF) the *.cs files seem to be "integrated" or
compiled w/in each respective application's assembly?
And, am i correct to assume (generalize) that compiling each class
separately is intended to simplify reusable code (i.e. OOP) rather than
improve performance?
Thanks,