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

.NET (Core and Framework)

 
AnswerRe: Split .NET exe into smaller dll's for easier download Pin
Not Active28-Nov-06 6:40
mentorNot Active28-Nov-06 6:40 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Not Active28-Nov-06 7:08
mentorNot Active28-Nov-06 7:08 
General[Message Deleted] Pin
vladdy7728-Nov-06 7:20
vladdy7728-Nov-06 7:20 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Not Active28-Nov-06 7:30
mentorNot Active28-Nov-06 7:30 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Not Active28-Nov-06 8:26
mentorNot Active28-Nov-06 8:26 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Not Active28-Nov-06 9:54
mentorNot Active28-Nov-06 9:54 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Paul Conrad28-Nov-06 12:40
professionalPaul Conrad28-Nov-06 12:40 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Dave Kreskowiak28-Nov-06 8:59
mveDave Kreskowiak28-Nov-06 8:59 
Mark is right. YOu've got a SERIOUS redesign of your application in front of you. You'll be rewriting about half of your code to do what you want. This should have been a design requirement from Day 1, not after you ship your app!

If you can't see how an n-tier structure gives you the modularity you're looking for, I'm afraid that just reading a couple of articles isn't going to get the point acrossed.

By splitting up your application into seperate classes, such as a Data Layer, you're actually giving yourself the .DLL's you're looking for!


Dave Kreskowiak
Microsoft MVP - Visual Basic


General[Message Deleted] Pin
vladdy7728-Nov-06 9:19
vladdy7728-Nov-06 9:19 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Dave Kreskowiak28-Nov-06 9:29
mveDave Kreskowiak28-Nov-06 9:29 
General[Message Deleted] Pin
vladdy7728-Nov-06 10:00
vladdy7728-Nov-06 10:00 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Dave Kreskowiak28-Nov-06 10:51
mveDave Kreskowiak28-Nov-06 10:51 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Paul Conrad28-Nov-06 12:46
professionalPaul Conrad28-Nov-06 12:46 
AnswerRe: Split .NET exe into smaller dll's for easier download Pin
Guffa28-Nov-06 16:10
Guffa28-Nov-06 16:10 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Paul Conrad28-Nov-06 12:44
professionalPaul Conrad28-Nov-06 12:44 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Colin Angus Mackay28-Nov-06 23:30
Colin Angus Mackay28-Nov-06 23:30 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Pete O'Hanlon29-Nov-06 2:04
mvePete O'Hanlon29-Nov-06 2:04 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Paul Conrad28-Nov-06 12:43
professionalPaul Conrad28-Nov-06 12:43 
QuestionReflection Pin
hosseinfani6228-Nov-06 2:25
hosseinfani6228-Nov-06 2:25 
AnswerRe: Reflection Pin
Pete O'Hanlon28-Nov-06 4:58
mvePete O'Hanlon28-Nov-06 4:58 
GeneralRe: Reflection Pin
hosseinfani621-Dec-06 22:28
hosseinfani621-Dec-06 22:28 
QuestionSWC ServiceConfig Bug? Pin
Phil Harding28-Nov-06 0:35
Phil Harding28-Nov-06 0:35 
QuestionAbandon module loading if login fails Pin
hmyhmy27-Nov-06 19:38
hmyhmy27-Nov-06 19:38 
AnswerRe: Reusable component Pin
Paul Conrad27-Nov-06 19:56
professionalPaul Conrad27-Nov-06 19:56 
Questionuser settings in clickonce app Pin
ha.dungle27-Nov-06 13:15
ha.dungle27-Nov-06 13:15 

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.