Tagged Questions
5
votes
3answers
1k views
When should you build a web application vs. a thick client?
I would like to hear other people's advice on when one should build a web application versus building a thick client.
Over the last few years, I have participated in several discussions about whether ...
2
votes
1answer
240 views
Local vs. Centralized Processing
I work at a company with a large SAP investment, and we also have dozens of large .Net systems (mostly internally for engineering systems), and Java platforms (mostly for external web applications). ...
0
votes
1answer
109 views
MVC - Sharing ViewModel instances across multiple Views
Just wondering what peoples thoughts are about sharing the one view model instances across multiple Views?
Is this an anti pattern or is it accepted practice, what are the pros and cons?