I build a WinForm application using the MVP pattern. My model is an hierarchical tree of f开发者_高级运维olders and files. My view has a tree view to show it.
I have a legacy app I am redesigning because it\'s what we call a \"ball of mudd\" at this point, no layering or SOC at all.The team is used to working modularly, meaning there is a team that works on
I need your suggestions in designing a Java/J2EE web based application. Here are its characteristics:
I have to design a wcf service which gives outut in a standard model(which i think its better t开发者_StackOverflow中文版o give as string/XML).But this standard model is/may be subjected to change its
I have now some experience in wpf and mvvm. But there is the whole structure(architecture) already written.
I\'m have application that gets image in binnary format. Then thi开发者_如何学编程s application must convert this image to specific dimmension and save both form (orginal and specific) to disk. In thi
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_如何学运维
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
My question is very simple, my intention is to generate a repository with your responses so it could serve to the community when selecting frameworks for developing enterprise general purpose applicat
I\'m having a discussion with a colleague about when to throw faults and when not to throw faults in a WCF 开发者_开发问答service.