0
votes
3answers
30 views
Database architecture change from local to distributed
Our company has a product which relies on local database to work (it allows more client to connect to same database and share data between them).
DBMS: Microsoft SQL Server 2008 …
0
votes
4answers
50 views
Amazon architecture
Hi.
I'm doing a report with the theme "Amazon Architecture".
I need to explain how Amazon works internally. For instance, they uses an ESB to communicate with all suppliers.
How …
3
votes
7answers
58 views
Rewriting the system… keep the old schema?
Suppose we have a system (in production) written in an obsolete technology and difficult to adapt to changing business needs. The decision has been made to rewrite it in a newer te …
7
votes
4answers
156 views
Game Programming - Game architecture question
Hello, recently I have been trying my hand at coding a game in C#. I'm not using XNA for this, as I thought I would learn more if I coded the game from scratch (although I am using …
1
vote
5answers
100 views
Framework Comparison and Overhead
I am working on a Facebook game which is developed using Zend framework. Right now I don't have lots of traffic and already seen quite a large # of data usage / CPU time.
Actuall …
0
votes
2answers
52 views
Modular Architecture - ASP.NET MVC
I've searched (google and SO) about this topic and couldn't find a thorough answer to my question(s).
I'm building an ASP.NET MVC 2 application that will be distributed to other p …
7
votes
10answers
131 views
How to manage multiple clients with slightly different business rules?
We have written a software package for a particular niche industry. This package has been pretty successful, to the extent that we have signed up several different clients in the …
3
votes
2answers
88 views
Should POCOs be derived from DTOs or better not?
Hi,
When creating an n-tier solution, I don't want to expose my business objects, but use DTO's instead of this. On the other side, I don't want to doubly define objects and write …
2
votes
2answers
45 views
How does x86 handle store conditional instructions?
I am trying to find out what an x86 processor does when it encounters a store conditional instruction. For instance does it stall the front end of the pipeline and wait for the ROB …
17
votes
11answers
594 views
C state-machine design
I am crafting a small project in mixed C and C++. I building one small-ish state-machine at the heart of one of my worker threads.
I was wondering if you gurus on SO would share …
3
votes
2answers
82 views
When an operation needs to pass more than just the result, do you tuple/throw/or getContextual?
I’m trying to refactor some “sending out an email” code by dividing the steps (validate, attach related content, format, send) into separate classes that can be more easily tested, …
4
votes
6answers
124 views
ASP.NET MVC - Respository/Service/Controller
Should a Controller ever need to call a Repository directly, or should it always run though the service layer? Or are there other options?
1
vote
2answers
56 views
Is this Repository pattern efficient with LINQ-to-SQL?
I'm currently reading the book Pro Asp.Net MVC Framework. In the book, the author suggests using a repository pattern similar to the following.
[Table(Name = "Products")]
public …
1
vote
4answers
51 views
SOA architecture data access
In my SOA architecture, I have several WCF services.
All of my services need to access the database.
Should I create a specialized WCF service in charge of all the database access …
1
vote
1answer
38 views
Framework Comparison and Overhead
I am working on a Facebook game which is developed using Zend framework. Right now I don't have lots of traffic and already seen quite a large # of data usage / CPU time.
Actually …
