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

.NET (Core and Framework)

 
Questionis it possible to convert VS C++ project to VB.NET? Pin
honda15i1-Apr-07 4:58
honda15i1-Apr-07 4:58 
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 
Colin,

> I presume you mean n-tier where n >= 3

Yes this is true.

> "logical functional units" is a very overloaded term. No two people seem to use it the same way. What do you mean by that?

By "logical functional units" I refer to debtors, creditors, stock, general ledger, system, etc.

> Will you really have only one UI to allow the user to interface with the enterprise application

No this will be accessible from a variety of platforms

> Don't force them into starting one UI for half their task and then switch to another UI in order for them to complete it

No intention of it.

As you can probably see from the above points you have raised my thoughts aren't altogether clear on the topic, so I think it best to elaborate on some of the finer points of the "current design".

· Main application (EXE). Minimal code and almost a "stub" making reference to various UI assemblies.
· A common UI assembly to be used as a control library as well as base forms
· A common interface assembly handling some of the typical/common CRUD operations
· A common BO assembly for common validation code, error checking, "business base" objects, etc.
· A dedicated DAL assembly which all DC assemblies can hook to. 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.
· A business rules assembly to be used for custom attributes. Again have used something very similar before with much success.
· Debtors - DC, I, BO, UI
· Creditors - DC, I, BO, UI
· Stock - etc, etc.

I hope this paints a clearer picture for you and I do appreciate your input.

Thanks

Edward Steward
edwardsteward@optusnet.com.au

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 
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 

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.