Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
OMVB8-Aug-13 8:33
OMVB8-Aug-13 8:33 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
Pete O'Hanlon8-Aug-13 8:38
mvePete O'Hanlon8-Aug-13 8:38 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
OMVB8-Aug-13 8:51
OMVB8-Aug-13 8:51 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
Pete O'Hanlon8-Aug-13 8:59
mvePete O'Hanlon8-Aug-13 8:59 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
Keld Ølykke9-Aug-13 23:15
Keld Ølykke9-Aug-13 23:15 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
jschell10-Aug-13 11:09
jschell10-Aug-13 11:09 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
OMVB12-Aug-13 4:38
OMVB12-Aug-13 4:38 
AnswerRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
Eddy Vluggen8-Aug-13 9:06
professionalEddy Vluggen8-Aug-13 9:06 
OMVB wrote:
Why are project files/classes organized by class type (Models folder, Repositories folder, Interfaces Folder), instead of business purpose (Account Objects, Employee Objects)?
Because programmers work with projects and types, and not with the abstractions called "Account Object". A code-solution is not an exact model of the business, and there's usually more types in a library than business objects.

OMVB wrote:
Organizing projects by class type seems like story left shoes in one room and right shoes in another room.
..Yes, in the same way that a car has wheels in the front as well as in the back, but in the storage-room you'll find them on the same heap.

They're also not organized by "class", but by "target" or "goal"; there's no models-folder in my private projects, but models go together so that it's easy to find if I need a specific one. No, we don't have all resources in the same folder, but the resources that are considered a single package are.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

Questionscanning my network Pin
Member 101954878-Aug-13 1:37
Member 101954878-Aug-13 1:37 
AnswerRe: scanning my network Pin
Simon_Whale8-Aug-13 1:43
Simon_Whale8-Aug-13 1:43 
AnswerRe: scanning my network Pin
OriginalGriff8-Aug-13 5:24
mveOriginalGriff8-Aug-13 5:24 
GeneralRe: scanning my network Pin
Mycroft Holmes8-Aug-13 13:53
professionalMycroft Holmes8-Aug-13 13:53 
Generaldeveloping Client / Server application C#: Create code Client 2 ? Pin
hajajj 27-Aug-13 5:23
hajajj 27-Aug-13 5:23 
GeneralRe: developing Client / Server application C#: Create code Client 2 ? Pin
Richard MacCutchan7-Aug-13 7:21
mveRichard MacCutchan7-Aug-13 7:21 
GeneralRe: developing Client / Server application C#: Create code Client 2 ? Pin
hajajj 27-Aug-13 12:57
hajajj 27-Aug-13 12:57 
GeneralRe: developing Client / Server application C#: Create code Client 2 ? Pin
Pete O'Hanlon7-Aug-13 13:49
mvePete O'Hanlon7-Aug-13 13:49 
GeneralRe: developing Client / Server application C#: Create code Client 2 ? Pin
hajajj 28-Aug-13 0:45
hajajj 28-Aug-13 0:45 
GeneralRe: developing Client / Server application C#: Create code Client 2 ? Pin
Pete O'Hanlon8-Aug-13 0:54
mvePete O'Hanlon8-Aug-13 0:54 
GeneralRe: developing Client / Server application C#: Create code Client 2 ? Pin
Simon_Whale8-Aug-13 1:42
Simon_Whale8-Aug-13 1:42 
GeneralRe: developing Client / Server application C#: Create code Client 2 ? Pin
hajajj 28-Aug-13 1:49
hajajj 28-Aug-13 1:49 
QuestionRe: developing Client / Server application C#: Create code Client 2 ? Pin
Eddy Vluggen8-Aug-13 9:12
professionalEddy Vluggen8-Aug-13 9:12 
GeneralRe: developing Client / Server application C#: Create code Client 2 ? Pin
Jean A Brandelero8-Aug-13 10:41
Jean A Brandelero8-Aug-13 10:41 
QuestionHow to Pop mails From Mail to biztalk then save it in database Pin
Ahmed Abdelnasser7-Aug-13 2:17
Ahmed Abdelnasser7-Aug-13 2:17 
AnswerRe: How to Pop mails From Mail to biztalk then save it in database Pin
Simon_Whale7-Aug-13 3:29
Simon_Whale7-Aug-13 3:29 
QuestionWant to create a websocket server in c# Pin
Member 101935636-Aug-13 18:50
Member 101935636-Aug-13 18:50 

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.