Dear programming experts,
I have 2 questions to optimize ASP.net web applicatons design:
1) How much memory are used by loaded assemblies in a AppDomain of an Application Web? Can i measure it?
2) When application starts, all assemblies in bin folder are loaded, can i load them when are needed instead? Do you think if that idea improves the system operation?
Thanks in advance, Milton