0
votes
2answers
22 views
SOA with WCF responsibilities and dependencies
I am moving onto a new team that has implemented a solution using SOA with WCF. The services are all very vertical, for example: a CustomerService, an AddressService, an AccountSe …
0
votes
6answers
99 views
ASP vs. ASP.NET ( Thin client vs. thick client )
I'm troubled by this question for a long time now. I work in the little company in Eastern Europe. We work primarily for local clients, web apps, mostly b2b and b2c-s. Our internet …
1
vote
4answers
128 views
C# OOPs architecture problem
Hi,
I am facing a class resolution issue while trying to make my architecture flexible. To make it simple, consider the following example:
I have four tiers: UI, BL, Common and D …
6
votes
2answers
147 views
World of Warcraft Architecture
Does anyone know any presentations or talks talking about the Wow architecture?
Servers, programming etc...
EDIT: How is this not programming related? When it's google's or faceb …
3
votes
3answers
88 views
Current common practices in web application architecture
Here's a very broad question:
I've been building a small MVC framework in PHP, mostly for the sake of learning better practices in my coding (and so I have a system to manage my h …
0
votes
1answer
62 views
Creating good interfaces, what should be included and what should be left out
I am in the process of updating a website for the third time in in 2 years, looks like this is going to happen all of the time and several websites are using the same DB. I want t …
0
votes
0answers
19 views
Fastest architecture for video player Multithreaded / singlethreaded ?
Hi,
I want to develop fastest & most power efficient video player for embedded linux with the use of ffmpeg library. I have two design for it please help me to choose the best …
0
votes
2answers
55 views
Where should the data be stored in MVVM?
I've got this Silverlight Prism application that is using MVVM. The model calls a WCF service and a list of data is returned.
The ViewModel is bound to the View, so the ViewModel …
1
vote
2answers
34 views
ASP.Net MVC Architecture - Location of ViewModels
We have a decent sized MVC project running well at the moment, i've started to look at some re-factoring and I have a question.
At the moment the Data Layer and Service Layer is …
0
votes
1answer
18 views
Is it possible to combine Air and ASP.Net in one app?
I would love know if i could combine Air, and ASP.Net in one application and what design strategy would suit this type of application. Please.
5
votes
4answers
179 views
Achievements / Badges system
I have been browsing this site for the answer but I'm still a little unsure how to plan a similar system in its datbase structure and implementation.
In PHP and MySQL it would be …
11
votes
15answers
666 views
Explaining why “Just add another column to the DB” is a bad idea, to non programmers.
I have sales people and bean counters who are trying to sell customizations to clients, which is fine. But when a complex change request comes in that I send back a large estimate …
3
votes
2answers
35 views
Architecture for extension/plugin communication
Once the problem of loading plugins is solved (in .NET through MEF in out case), the next step to solve is the communication with them. The simple way is to implement an interface …
1
vote
7answers
113 views
MSSQL - How many users do I *really* need?
I'm setting up an application, and I'm looking into purchasing a license for MSSQL. My question is pretty simple (though may have a complicated answer...)
How many users accounts …
4
votes
3answers
105 views
Should we use the same business classes on server and client?
Imagine you have business domain model on server application and you are going to develop rich client application.
You can use DTO to transfer data to client and changes to serve …
