----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Nasha Message 4 in Discussion Hi, I totally agree with Mrinal. Along the advantages that she has mentioned about creating a multifile assesmbly here are a few more :-- 1. A multifile module has memory advantages like only the module that you are using would be loaded in the memory . So if u create logically group your methods and components only that module will be loaded. 2. Whenyou create a module and add it to an assembly, the compiler adds a hashcode of the module to the assembly manifest file (assuming the assembly has a strong name). When the module is load the runtime hashes the module and checks this with the hashcode in the assembly manifest file. This ensures that the module has not been tampered. 3.In general it will optimize your application loading and execution. -- Please mail me your comments for my articles. I hope this step from my end is helpful to all of us. Regards, Namratha (Nasha) ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
