Twitter/Instagram these kind of applications allow you to follow others and share messages/photos. What\'s the best architecture to do this kind of system? Or s开发者_StackOverflowimple architecture
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
I\'m working on an application where a system is being built where multiple \"customers\" will use the system and 99.9% of the controllers/actions will be the same, just pulling different data, but th
I have inherited a massive system from my predecessor and I am beginning to understand how it works but I cant fathom why.
Currently I have a Controller, AssetController, that has methods for navigating a tree of assets. I use this controller to navigate a \"gallery\" of assets and the controller methods currently return
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 citati
I would like to hear some feedback on a scenario that I am trying to implement. I have currently implemented this scenario using Criteria API for NHibernate and was wondering if there was anything sim
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'m designing a program along with its database from scratch. Wha开发者_StackOverflowt would be the best database design for the following scenario (SQL 2008 R2, C#):
I was wondering, is there an elegant way to organize开发者_如何转开发 the main controller for a gui.