Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Help needed!

Name: Anonymous 2013-04-01 14:29

Hey /prog/, I know you don't like this, and neither I do, but could you point me at some ENTERPRISE software engineering tutorials? You know, like, explaining how do I organise my thousands of classes, where do I put them, how do I name the folders, how do I use Ninject/Moq/NHibernate/EF/whatever etc.

Thanks :3

Name: Anonymous 2013-04-01 15:55

>>7
A new project comes with App.config, App.xaml and a view. No folders at all, and nothing else. What I'm having now is:


EnterpriseApp.Domain
|
|--Abstract - DB interfaces
|--Concrete - DB interface implementations
|--Entities - POCO

EnterpriseApp.Tests
|
|--a bunch of test files

EnterpriseApp.GUI
|
|--Models
|--ViewModels
|--Views
|--Infrastructure - Ninject shit
|--App.xaml, App.xaml.cs - application entry points


I've stolen this tree from a book, but I'm not really sure how do I glue all this together, and how do I add something new to it.

I've read somewhere it's common to start building this crap without GUI, but I can't recall where. Maybe this could help me. Uh, I certainly haven't been born an ENTERPRISE software developer.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List