Mark Brown's Blog

TFS, Visual Studio, SQL Server, BizTalk, SharePoint, .Net, and more ...

December, 2009

Posts
  • Mark Brown's Blog

    Fewer smaller .Net DLLs vs less large DLLs

    • 1 Comments
    Generally speaking it is better to have less large DLLs versus many smaller DLLs for the following reasons: Hard Disk time: Loading 100 dlls will almost always take longer than a single large DLL. DLLs are physically scattered across the disk. Latency...
Page 1 of 1 (1 items)