Is it a good idea to repla开发者_开发问答ce an assembly at runtime? What problems can I encounter?
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
I\'m building several sites that need similar \"modules.\" For example, the sites may have the exact same login system, forum, etc.
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
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.
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
I want to build an application that allow users to log in via the following: my own authentication/authorization solution
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:
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
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.