Click here to Skip to main content
15,893,588 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: ConfigurationManager: ConfigurationErrorsException after removing config attribute? Pin
Homncruse22-Oct-09 9:34
Homncruse22-Oct-09 9:34 
GeneralRe: ConfigurationManager: ConfigurationErrorsException after removing config attribute? Pin
Shameel23-Oct-09 8:23
professionalShameel23-Oct-09 8:23 
GeneralRe: ConfigurationManager: ConfigurationErrorsException after removing config attribute? Pin
Shameel23-Oct-09 8:25
professionalShameel23-Oct-09 8:25 
GeneralRe: ConfigurationManager: ConfigurationErrorsException after removing config attribute? Pin
Homncruse23-Oct-09 8:41
Homncruse23-Oct-09 8:41 
QuestionPartial loading of .net assemblies Pin
Jaime Olivares7-Sep-09 20:53
Jaime Olivares7-Sep-09 20:53 
AnswerRe: Partial loading of .net assemblies [modified] Pin
Eddy Vluggen7-Sep-09 21:12
professionalEddy Vluggen7-Sep-09 21:12 
GeneralRe: Partial loading of .net assemblies Pin
Jaime Olivares7-Sep-09 21:21
Jaime Olivares7-Sep-09 21:21 
GeneralRe: Partial loading of .net assemblies Pin
Eddy Vluggen7-Sep-09 21:45
professionalEddy Vluggen7-Sep-09 21:45 
Jaime Olivares wrote:
Hmm, not sure if it will be practical.


I found that multiple assemblies are more practical; you load the pieces you need, and keep 'em together in a folder. One could also compile everything into a massive DLL, but that's harder to update (you'd have to replace the entire thing, or overwrite a piece of it with binary data) and I doubt that .NET will optimize the memory-usage.

Jaime Olivares wrote:
embedding dlls into a single assembly can have some benefits.


For distribution, yes Smile | :)

I fail to see the advantages for a deployed application yet. Perhaps you can explain that a bit more in detail?

"If you automate a mess, you get an automated mess."

-- Rod Michael

GeneralRe: Partial loading of .net assemblies Pin
Jaime Olivares8-Sep-09 3:03
Jaime Olivares8-Sep-09 3:03 
GeneralRe: Partial loading of .net assemblies Pin
Not Active8-Sep-09 3:15
mentorNot Active8-Sep-09 3:15 
GeneralRe: Partial loading of .net assemblies Pin
Jaime Olivares9-Sep-09 3:03
Jaime Olivares9-Sep-09 3:03 
GeneralRe: Partial loading of .net assemblies Pin
Not Active9-Sep-09 3:39
mentorNot Active9-Sep-09 3:39 
AnswerRe: Partial loading of .net assemblies Pin
Not Active8-Sep-09 2:13
mentorNot Active8-Sep-09 2:13 
GeneralRe: Partial loading of .net assemblies Pin
Jaime Olivares8-Sep-09 3:00
Jaime Olivares8-Sep-09 3:00 
GeneralRe: Partial loading of .net assemblies Pin
Not Active8-Sep-09 3:13
mentorNot Active8-Sep-09 3:13 
GeneralRe: Partial loading of .net assemblies Pin
Jaime Olivares9-Sep-09 2:58
Jaime Olivares9-Sep-09 2:58 
GeneralRe: Partial loading of .net assemblies Pin
Not Active9-Sep-09 3:36
mentorNot Active9-Sep-09 3:36 
GeneralRe: Partial loading of .net assemblies Pin
Dave Kreskowiak9-Sep-09 6:33
mveDave Kreskowiak9-Sep-09 6:33 
GeneralRe: Partial loading of .net assemblies Pin
Jaime Olivares9-Sep-09 7:46
Jaime Olivares9-Sep-09 7:46 
GeneralRe: Partial loading of .net assemblies Pin
Eddy Vluggen8-Sep-09 3:38
professionalEddy Vluggen8-Sep-09 3:38 
GeneralRe: Partial loading of .net assemblies Pin
Dave Kreskowiak8-Sep-09 4:43
mveDave Kreskowiak8-Sep-09 4:43 
GeneralRe: Partial loading of .net assemblies Pin
Jaime Olivares9-Sep-09 3:08
Jaime Olivares9-Sep-09 3:08 
GeneralRe: Partial loading of .net assemblies Pin
Not Active9-Sep-09 3:34
mentorNot Active9-Sep-09 3:34 
GeneralRe: Partial loading of .net assemblies Pin
Dave Kreskowiak9-Sep-09 6:27
mveDave Kreskowiak9-Sep-09 6:27 
GeneralRe: Partial loading of .net assemblies Pin
Jaime Olivares9-Sep-09 7:28
Jaime Olivares9-Sep-09 7:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.