Top "Design-decisions" questions

general tips and guidelines for designing better applications, regarding APIs, Architecture and internal structures.

How to decide on WebForms vs ASP.NET MVC 3 for new project?

Possible Duplicate: MVC versus WebForms ASP.NET MVC Performance I'll be starting a new web project in the coming weeks. …

asp.net asp.net-mvc design-decisions
Design decisions: Why and when to make an interface private?

Are private interfaces ever used in design decisions ? If so, what are the reasons and when do you know the …

java interface private design-decisions
C# byte[] substring? (design)

I'm downloading some files asynchronously into a large byte array, and I have a callback that fires off periodically whenever …

c# bytearray design-decisions
What is the difference between using cfinvoke and createObject to run a component function?

In my company's code, I've often seen component files used by initializing an object of that component and calling the …

coldfusion components design-decisions createobject cfinvoke