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

.NET (Core and Framework)

 
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 
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 
vladdy77 wrote:
Article has everything in one project and that is exactly what we have here.


It's not the number of projects that is important, but how the application is logically separated into layers. If the application is properly layered, putting the layers in separate projects can be done in a matter of minutes.

It's not the contents of the layers that is important either. A three-tier-application has layers that are logical for that kind of application, but for a different kind of application the layers are different.

If your classes has a clearly defined interface, they can quite easily be put in separate projects. If the classes are only used as containers for the program components, then you have a lot of work ahead of you.

vladdy77 wrote:
How to have one VS solution and multiple project avoiding cross-referencing between assemblies?


Using layering.

---
b { font-weight: normal; }

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 
Questionwindows servive and config file Pin
Tauseef A26-Nov-06 19:49
Tauseef A26-Nov-06 19:49 
AnswerRe: windows servive and config file Pin
Rob Graham27-Nov-06 8:52
Rob Graham27-Nov-06 8:52 
AnswerRe: windows servive and config file Pin
hrodberaht28-Nov-06 5:00
hrodberaht28-Nov-06 5:00 
QuestionPreference for C# over VB.NET Pin
Vipul Mehta26-Nov-06 17:47
Vipul Mehta26-Nov-06 17:47 
AnswerRe: Preference for C# over VB.NET Pin
Christian Graus26-Nov-06 22:13
protectorChristian Graus26-Nov-06 22:13 
GeneralRe: Preference for C# over VB.NET Pin
ednrgc27-Nov-06 3:47
ednrgc27-Nov-06 3:47 

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.