Tagged Questions

0
votes
1answer
12 views

Structuremap (or any IoC, really) architecture question

I'm going to use structuremap for a project I'm working on. The basic gist is that I have a repository pattern with an NHibernate implementation, but I want to use StructureMap to load the …
0
votes
4answers
50 views

Class implementations in interface dll?

Hello, my problem: Inside an application, all interfaces are declared inside an own dll(project "interfaces", for example). Inside project interfaces, there are many class implementations, too. Now …
0
votes
2answers
24 views

floating points: IEEE based, but non-standard conversion of bit values to binary

hey! So here is what we have, a custom IEEE based setup: Consider a five-bit floating representation based on the IEEE floating point format with 1 sign bit, two exponent bits and 2 …
2
votes
3answers
50 views

.NET document management system design - performance questions

I need to develop a basic .NET document management system with the following specifications: The data should be portable and self contained, so I will serialize the documents (typical formats …
5
votes
4answers
76 views

Ajax architecture in Django application

I am trying to find the optimal architecture for an ajax-heavy Django application I'm currently building. I'd like to keep a consistent way of doing forms, validation, fetching data, JSON message …
0
votes
2answers
18 views

WCF Service call to multiple rows. How to architecture it?

Hi, Let's say I have a scenario where I have a Service that is responsible for retrieving the price of a single product given the ID and another Service that gives me the current stock position of …
1
vote
2answers
47 views

Best Architecture for a Public Queue of Incoming Requests?

We have a web app (ASP) that has workflow in it for management to assign work to individuals. The problem is prior to signing out work. During the evening/night/early morning operations are lightly …
0
votes
3answers
63 views

System stories for agile architecture

While trying to apply agile principles to our development process, in particular scrum principles and XP-like user stories, we faced a problem about the architecture. Maybe we are still too much …
0
votes
2answers
37 views

DB Architecture : Linking to intersection or to main tables?

Hi, I'm creating fantasy football system on my website but i'm very confuse about how I should link some of my table. Tables The main table is Pool which have all the info about the ruling of the …
0
votes
1answer
35 views

Looking for architecture diagrams

For a presentation I'm making I'm looking for diagrams of the common architecture types - 2 tier, 3 tier, n tier, messaging, etc. I know I can create something in PowerPoint in several minutes, but I …
1
vote
2answers
60 views

design pattern asking for advice: push model v.s. pull model

Hello everyone, My application has several workers (working on different things as different processes) and some resources (working unit). Different workers need to process on all working unites. For …
3
votes
4answers
213 views

Why don’t win32 API functions have overloads and instead use Ex as suffix?

The win32 API has for example two methods StrFormatByteSize and StrFormatByteSizeEx. Even though both the methods symantically do the same thing and the Ex counter part only offers a new parameter to …
1
vote
2answers
59 views

POCO objects with lazy loading

Hi! I'am new to ASP.NET MVC, IoC, POCO, etc. So I want to know is it OK to use such kind of architecture. This is my demo project. Project.Core (this assembly referenced by all project) public …
0
votes
0answers
85 views

Why stackoverflow so fast? [closed]

Any articles introduce the architecture or technology of stackoverflow?
0
votes
2answers
35 views

MVC, where to generate ViewModel classes?

where should the ViewModel creation take place? In the service layer, in the controller? public class ObjectA { public string Name {get;set;} public IList<ChildB> Children {get;set;} } …

1 2 3 4 5 86 next
15 30 50 per page