i have a medium SaaS project an开发者_StackOverflow中文版d need scale out, where i can find materials to get started my cloud project?
We are moving our Delphi application to a new environment – it will be .NET. Some parts of an app will be moved to distributed processing, some will be moved to web servers. Therefore, this is an arc
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m building a system which will have a few channels feeding different clients (MonoDroid, MonoTouch, Asp.Net Mvc, REST API)
What are some good ways for an organization to share key data across many deparments and applications?
Just wondering if the use of POCO\'s is associated with a particular des开发者_C百科ign pattern.I think that POCOs and POJOs are examples of the Single Responsibility Principle (principles are somethi
I found a thesis on forums: If you have a type with \"Manager\" in the name, it\'s a candidate for refactoring.
Here is the scenario, Let\'s say I have a user class like so: public class User{ private String firstName;
What is the best branching and merging strategy for a small develo开发者_Python百科pment team making a lot of concurrent development on the same project?
I\'m looking for ideas on how you\'d architect a system like so: Records come in in bulk (say 100,000 at a time) from a variety of sources but primarily a flat text file.