4
votes
6answers
397 views
What should be included in an Application Architecture checklist?
I'm trying to come up with a checklist or set of questions/criteria to assess and evaluate proposed or emergent architectures (perform architectural reviews). What are the most im …
0
votes
2answers
22 views
IDs for Information on More Than One DB/Server
I'm working on a project that I want to have be as flexible and scalable as possible from the beginning. A problem I'm concerned about is one best described by Joshua Schacter in F …
0
votes
2answers
93 views
Programming design architecture for my application
I have the need from an asp.net web site to send out many SMS messages at once, and also poll a POP3 account for an incoming mail, and then SMS that out to many recipients, one at …
2
votes
2answers
127 views
Winforms Application Architecture using LinqToSql
Hi there. I am starting a new Winforms application, and I've always used traditional ADO.NET methods in my DAL (...yes, hardcoding!)
I have used Linq on many ocassions previously, …
2
votes
1answer
165 views
How to consume legacy business logic from a silverlight application?
Hello Everyone,
I have an XBap system designed as a 3-layer application. The XBap client consumes the logic through a WCF Service using netTcpBinding.
For easy of databinding and …
1
vote
4answers
166 views
How should I have my game entities knowledgeable of the things around them?
Every enemy type in my game is a different class, and the instances are stored in a C array. In the main game loop update() is run for each enemy/item instance, and draw() is run. …
1
vote
2answers
130 views
Design patterns for JEE application
We are starting a new JEE project and am looking for suggestions regarding design patterns to expose the backend interfaces.
It would be preferable if the backend logic can run s …
0
votes
0answers
20 views
Windows Forms Chart Controls and Automatic Build
I ask about where and how to add those controls to a Windows Forms Project. I want to know if is considerable to create interfaces and static classes for call methods for build the …
1
vote
3answers
274 views
Enterprise, Systems and Application Architecture (Best Practise?)
I am currently tasked with creating a documented, consistent Architecture guide for software development. We have a lot of smart people doing the right things, but just not consist …
2
votes
3answers
233 views
Logical versus physical design
I have a very general design question, but I'll frame it in concrete terms with an example.
Suppose you're working on embedded software for a digital printer. The machine has 4 p …
4
votes
5answers
254 views
Generate webpages directly from database or cache?
[I'm not asking about the architecture of SO, but it would be helpful to the question.]
On SO, when a user clicks on his/her name and clicks on "responses" they see other users re …
2
votes
2answers
108 views
What is the best way to design an application with entities that can be extended with additional attributes?
Looking for advice, links, design patterns, etc. on the best way to design an application where entities and related screens could be extended with additional attributes/related lo …
0
votes
2answers
55 views
Where should secondary data (such as authorization / identity) be handled in an application
When creating a website my pattern often is the following:
Controllers (application services)
Services (domain services, infrastructure services)
Repositories
Controllers talk …
0
votes
2answers
192 views
Does everything go through the bus?
We have introduced BizTalk into our organization as a Service Bus, it is linking a new Web GUI to numerous existing back end systems. We have wrapped our existing systems as Servic …
0
votes
3answers
216 views
Best performance comparison website or resource for .Net Web Applications?
Hi all,
I am the .Net specialist in a consultancy with many difference flavors of developers using many different languages and frameworks. Because everyone is pretty much trying …
