Storing and maintaining serialized objects in C#
What are the best practices to store and maintain serialized objects in C#? Any strategies or patterns that apply?
Pattern(s) about hierarchical settings overwriting
Assume that you have a hierarchy of organizational units:
Returning an IQueryable from an IRepository
Using the Repository pattern, is it proper to return an IQueryable of a data set (table), for generic usage?
Best approach for utility class library using Visual Studio
I have a collection of classes that I commonly (but not always) use when developing WPF applications. The trouble I have is that if I want to use only a subset of the classes, I have three options:
Best practices for making header file? [closed]
Closed 10 years ago.
When does ‘optimizing code’ == ‘structuring data’?
A recent article by ycombinator lists a comment with principles of a great programmer.
Which order to define getters and setters in? [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, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
How to choose between using a Domain Event, or letting the application layer orchestrate everything
I’m setting my first steps into domain driven design, bought the blue book and all, and I find myself seeing three ways to implement a certain solution. For the record: I’m not using CQRS or Event Sourcing.
How Visual Studio could help to avoid duplicating code?
I work within a team of developers. Everyone is making their changes without carrying too much if the same thing is already implemented in the codebase. This leads to classes constantly growing and to severe duplication.
Software patterns for frameworks [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. I am currently doing some research about software […]