Top "Methodology" questions

A methodology is usually a guideline system for solving a problem, with specific components such as phases, tasks, methods, techniques and tools.

When not to use IoC and DI?

I see lots of articles saying how great IoC and DI are and none about why it isn't so great …

design-patterns dependency-injection inversion-of-control methodology
General troubleshooting technique for undefined symbols - gcc

I just wonder if there is an effective technique to troubleshoot undefined symbols in gcc. Sometimes one of my projects …

c++ gcc linker methodology
Lazy loading - what's the best approach?

I have seen numerous examples of lazy loading - what's your choice? Given a model class for example: public class …

c# architecture coding-style lazy-loading methodology