Click here to Skip to main content
15,916,683 members
Home / Discussions / C#
   

C#

 
GeneralRe: Setting multiple environment variables for a Process object Pin
jschell29-Dec-10 5:15
jschell29-Dec-10 5:15 
GeneralRe: Setting multiple environment variables for a Process object Pin
Calla29-Dec-10 21:48
Calla29-Dec-10 21:48 
QuestionModular Approach for large scale Solution Pin
Umair Feroze28-Dec-10 1:07
Umair Feroze28-Dec-10 1:07 
AnswerRe: Modular Approach for large scale Solution Pin
Richard MacCutchan28-Dec-10 2:03
mveRichard MacCutchan28-Dec-10 2:03 
AnswerRe: Modular Approach for large scale Solution Pin
Smithers-Jones28-Dec-10 2:05
Smithers-Jones28-Dec-10 2:05 
GeneralRe: Modular Approach for large scale Solution Pin
Umair Feroze28-Dec-10 2:26
Umair Feroze28-Dec-10 2:26 
GeneralRe: Modular Approach for large scale Solution Pin
Pete O'Hanlon28-Dec-10 3:18
mvePete O'Hanlon28-Dec-10 3:18 
GeneralRe: Modular Approach for large scale Solution Pin
Umair Feroze28-Dec-10 3:50
Umair Feroze28-Dec-10 3:50 
AnswerRe: Modular Approach for large scale Solution Pin
Chris C-B28-Dec-10 3:50
Chris C-B28-Dec-10 3:50 
GeneralRe: Modular Approach for large scale Solution Pin
Umair Feroze28-Dec-10 3:54
Umair Feroze28-Dec-10 3:54 
GeneralRe: Modular Approach for large scale Solution Pin
Chris C-B28-Dec-10 4:32
Chris C-B28-Dec-10 4:32 
GeneralRe: Modular Approach for large scale Solution Pin
Dan Mos28-Dec-10 9:29
Dan Mos28-Dec-10 9:29 
GeneralRe: Modular Approach for large scale Solution Pin
Dan Mos28-Dec-10 3:58
Dan Mos28-Dec-10 3:58 
GeneralRe: Modular Approach for large scale Solution Pin
Umair Feroze28-Dec-10 4:04
Umair Feroze28-Dec-10 4:04 
GeneralRe: Modular Approach for large scale Solution Pin
Dan Mos28-Dec-10 4:15
Dan Mos28-Dec-10 4:15 
GeneralRe: Modular Approach for large scale Solution Pin
jschell28-Dec-10 6:07
jschell28-Dec-10 6:07 
Umair Feroze wrote:
It covers inventory mangement, sales and purchase, an Accounting System, an HR system including payroll system.

Although I am developing all these as individual projects but the thing which is worrying me is how to join all these in a way that incase of adding another system I dont have to change the code for my project. I just create another project compile it and just plug into the system


This is would be a large project even for a relatively small company.

The larger the company the more complexity involved in the integration. A simple example is a company might want to manage contractors as personal (human resources) while paying them as a project expense rather than a payroll expense.

An inexperienced developer is unlikely to get the functionality of the individual components correct much less correctly architecting/designing the cross project needs correctly. As an example of this corrrectly implementing point of sale taxes for a retail company is a very complicated task.

Not to mention of course that any cross project needs are directly dependent on the business needs of the company itself. Thus the first step is to learn the needs of the company.
Questiondatagridview Pin
ahmad11528-Dec-10 0:24
ahmad11528-Dec-10 0:24 
AnswerRe: datagridview Pin
Hiren solanki28-Dec-10 0:43
Hiren solanki28-Dec-10 0:43 
GeneralRe: datagridview Pin
ahmad11528-Dec-10 1:30
ahmad11528-Dec-10 1:30 
AnswerRe: datagridview Pin
Hiren solanki28-Dec-10 1:36
Hiren solanki28-Dec-10 1:36 
GeneralRe: datagridview Pin
ahmad11528-Dec-10 1:52
ahmad11528-Dec-10 1:52 
QuestionSplit a Web Application into Multiple Projects Pin
anderslundsgard27-Dec-10 23:12
anderslundsgard27-Dec-10 23:12 
AnswerRe: Split a Web Application into Multiple Projects Pin
Eddy Vluggen28-Dec-10 7:08
professionalEddy Vluggen28-Dec-10 7:08 
GeneralRe: Split a Web Application into Multiple Projects Pin
anderslundsgard28-Dec-10 20:42
anderslundsgard28-Dec-10 20:42 
Questionsql server express service problem Pin
prasadbuddhika27-Dec-10 20:23
prasadbuddhika27-Dec-10 20:23 

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.