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

.NET (Core and Framework)

 
AnswerRe: is it possible to convert VS C++ project to VB.NET? Pin
Dave Kreskowiak1-Apr-07 7:14
mveDave Kreskowiak1-Apr-07 7:14 
QuestionRe: is it possible to convert VS C++ project to VB.NET? Pin
honda15i1-Apr-07 23:40
honda15i1-Apr-07 23:40 
AnswerRe: is it possible to convert VS C++ project to VB.NET? Pin
Dave Kreskowiak2-Apr-07 1:07
mveDave Kreskowiak2-Apr-07 1:07 
Questionpointer to member function inside the class Pin
Dorel Guzun30-Mar-07 13:18
Dorel Guzun30-Mar-07 13:18 
Questionn-tier design and when to add additional assemblies Pin
Edward Steward30-Mar-07 1:21
Edward Steward30-Mar-07 1:21 
AnswerRe: n-tier design and when to add additional assemblies Pin
Colin Angus Mackay30-Mar-07 1:32
Colin Angus Mackay30-Mar-07 1:32 
GeneralRe: n-tier design and when to add additional assemblies Pin
Edward Steward30-Mar-07 2:39
Edward Steward30-Mar-07 2:39 
GeneralRe: n-tier design and when to add additional assemblies Pin
Colin Angus Mackay30-Mar-07 4:18
Colin Angus Mackay30-Mar-07 4:18 
Edward Steward wrote:
A common UI assembly to be used as a control library as well as base forms


You might want to split that out further based on platform (e.g. win forms assembly and webforms assembly). You might also want to separate the controls out - I find that useful as it puts up an additional barrier to stop me accidentally creating circular references between forms and controls. Forms should know about their controls. Controls should know nothing about the form. Separating the controls into their own assembly means that if you find yourself needing to reference the assembly with the forms then you know you've got part of the design wrong.


Edward Steward wrote:
DC assemblies


Sorry, I don't see a definition for "DC". Data Controller/Connector?

Edward Steward wrote:
The chosen DAL model I have used previously on a smaller project with much success. This has plenty of support for ALL sql db operations.


Fair enough - but be careful about scalability. It might scale well, or you might need to alter the design to allow it to scale well.


Edward Steward wrote:
· Debtors - DC, I, BO, UI
· Creditors - DC, I, BO, UI
· Stock - etc, etc.


This can work well, but if you have circular dependencies it can start to become difficult to maintain. e.g. What happens if you have an entity that is both a Creditor and Debtor?

The only thing I'm not so sure about is the fact that you have all those pillars with the UI sitting on top of each - Are they just controls? I would imaging that the UI (the forms) would make a roof to fit on top of the pillars.


GeneralRe: n-tier design and when to add additional assemblies Pin
Edward Steward30-Mar-07 4:37
Edward Steward30-Mar-07 4:37 
GeneralRe: n-tier design and when to add additional assemblies Pin
Pete O'Hanlon30-Mar-07 5:18
mvePete O'Hanlon30-Mar-07 5:18 
AnswerRe: n-tier design and when to add additional assemblies Pin
Colin Angus Mackay30-Mar-07 1:37
Colin Angus Mackay30-Mar-07 1:37 
Questionvery urgent GPS data [modified] Pin
navyasri29-Mar-07 22:38
navyasri29-Mar-07 22:38 
AnswerRe: very urgent GPS data Pin
Aaron VanWieren4-Apr-07 5:01
Aaron VanWieren4-Apr-07 5:01 
Questionopen a file using openfiledialog box Pin
navyasri29-Mar-07 20:34
navyasri29-Mar-07 20:34 
AnswerRe: open a file using openfiledialog box Pin
A*****29-Mar-07 21:20
A*****29-Mar-07 21:20 
Questionmouse movements Pin
navyasri29-Mar-07 20:29
navyasri29-Mar-07 20:29 
AnswerRe: mouse movements Pin
A*****29-Mar-07 21:36
A*****29-Mar-07 21:36 
QuestionOleDBConnection as embedded Ressource [modified] Pin
Jedzia28-Mar-07 23:48
Jedzia28-Mar-07 23:48 
Questionerror in loading application Pin
ArchaBhandare28-Mar-07 19:54
ArchaBhandare28-Mar-07 19:54 
AnswerRe: error in loading application Pin
Pete O'Hanlon28-Mar-07 22:41
mvePete O'Hanlon28-Mar-07 22:41 
QuestionA simple closing port question Pin
Draqonis28-Mar-07 10:04
Draqonis28-Mar-07 10:04 
Questionexporting a crystal report in to Excel format Pin
indian14327-Mar-07 21:25
indian14327-Mar-07 21:25 
AnswerRe: exporting a crystal report in to Excel format Pin
Pete O'Hanlon27-Mar-07 23:47
mvePete O'Hanlon27-Mar-07 23:47 
GeneralRe: exporting a crystal report in to Excel format Pin
indian14328-Mar-07 2:29
indian14328-Mar-07 2:29 
QuestionTimers Pin
Jim Warburton27-Mar-07 7:27
Jim Warburton27-Mar-07 7:27 

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.