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

.NET (Core and Framework)

 
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 
Dave,
Thanks for following, still want to explore all possibilities:

Dave Kreskowiak wrote:
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?

Bandwidth is not a problem, I can manage terabytes, literally. But a good patch algorithm can be applied to minimize this.

Dave Kreskowiak wrote:
Only if you release components without testing them against the current versions of others.

The proposal is to test the whole suite of common components first, and later the products. There are lots of implicancies when updating just single components. So the safest way to be sure is to update all them, without major analysis.

Dave Kreskowiak wrote:
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.

The scenario is more or less the following: a single component suite in every machine, monolithic can assure 100% update. But still is just an option. Applications can be added to every station, or maybe they are already there, update of component suite and application should be independent. Even they are architectured to have a loosy coupling to avoid branching and versioning problems, due to high rate of updates.

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

Well, this is the obvious choice, even complies with the "monolithic" in some aspects, but I want to avoid the scenario where some dlls are updated and others aren't (it happens, for lots of reasons).

Best regards,
Jaime.

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 
QuestionManaging paper-like forms in .NET . Pin
devboycpp6-Sep-09 21:31
devboycpp6-Sep-09 21:31 

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.