architecture
Component based architecture: Replacing an assembly at runtime
Is it a good idea to repla开发者_开发问答ce an assembly at runtime? What problems can I encounter?[详细]
2023-04-08 22:55 分类:问答ASP.NET MVC 3 Architectural Direction [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-08 19:58 分类:问答CodeIgniter - modular?
I\'m building several sites that need similar \"modules.\" For example, the sites may have the exact same login system, forum, etc.[详细]
2023-04-08 19:41 分类:问答Entity Framework / Unit of Work Architecture Question
I\'m very familiar with UoW, Repository Pattern, etc. but in seeing various implementations of the pattern for Entity Framework, I\'m curious why anyone would have a Save or Add method on their reposi[详细]
2023-04-08 19:35 分类:问答Observable DataContracts and Two-Way bindings
In my WPF app, I use a WCF service to fetch data. So naturally, at some point i had \"complex\" objects that require a DataContract to be passed as a whole to the WPF app.[详细]
2023-04-08 19:03 分类:问答3 Tier Architecture - data tier just stores data only? [closed]
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[详细]
2023-04-08 09:02 分类:问答One account, multiple ways to login?
I want to build an application that allow users to log in via the following: my own authentication/authorization solution[详细]
2023-04-08 03:48 分类:问答Does having more buckets in amazon s3 matter?
My website currently has 3 sections in which i want store files, lets call it A, B, and C.Whats the difference of mak开发者_开发技巧ing my file structure like this:[详细]
2023-04-07 22:55 分类:问答Measure the time spent in each layer of a Web Service
I have a WCF REST Web Service (.NET 4) which is design based on multitier architecture (i.e. presentation, logic, data access, etc.). At runtime and withou开发者_StackOverflow社区t instrumentation, I[详细]
2023-04-07 20:08 分类:问答observer design pattern question
i am creating a oop system in php and would like to implement more observer patterns into it as i have heavy coupling between my classes that i wish to reduce.[详细]
2023-04-07 17:29 分类:问答