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

.NET (Core and Framework)

 
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 
Jaime Olivares wrote:
releases are frequent


So you want the suer to download the entire "monolith" every time there's an update to a single method instead of a much smaller .DLL that encloses just the one component that was changed?? How much bandwidth are you allocating to this again?



Jaime Olivares wrote:
Updating just some components is always a risk and produces potential branching problem.


Only if you release components without testing them against the current versions of others.


Jaime Olivares wrote:
A different combination of components is used depending on specific product.


Then I guess you'll have to manage each site that the componet can be a part of. This will, of course, make your job a little hard because now you have to test each component against each application that it will be used in.

Jaime Olivares wrote:
So my intention is to release always the entire suite of components, prefereably in a single assembly.


Have you thought about packaging up all the related components into a .ZIP and having the app download that .ZIP and unpackaging it?


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




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 
GeneralRe: Partial loading of .net assemblies Pin
Not Active9-Sep-09 11:06
mentorNot Active9-Sep-09 11:06 
GeneralRe: Partial loading of .net assemblies Pin
Jaime Olivares9-Sep-09 11:21
Jaime Olivares9-Sep-09 11:21 
QuestionDrawing shapes in design-time in Visual Studio 2005. Pin
devboycpp7-Sep-09 19:35
devboycpp7-Sep-09 19:35 
AnswerRe: Drawing shapes in design-time in Visual Studio 2005. Pin
Arun Jacob7-Sep-09 19:47
Arun Jacob7-Sep-09 19:47 
AnswerRe: Drawing shapes in design-time in Visual Studio 2005. Pin
annathor8-Sep-09 21:16
annathor8-Sep-09 21:16 
Questionsql server express edition with vb.net setup project Pin
VinodMuthoor7-Sep-09 2:48
VinodMuthoor7-Sep-09 2:48 
AnswerRe: sql server express edition with vb.net setup project Pin
Not Active7-Sep-09 3:50
mentorNot Active7-Sep-09 3:50 
QuestionInclude icons in .net exe file : Microsoft, Visual Studio, .net 2.0 Pin
inayat basha6-Sep-09 22:52
inayat basha6-Sep-09 22:52 
AnswerRe: Include icons in .net exe file : Microsoft, Visual Studio, .net 2.0 Pin
Arun Jacob7-Sep-09 18:46
Arun Jacob7-Sep-09 18:46 
GeneralRe: Include icons in .net exe file : Microsoft, Visual Studio, .net 2.0 Pin
inayat basha7-Sep-09 20:21
inayat basha7-Sep-09 20:21 

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.