The reason I ask is because many applications, particularly web applications, do things in a similar fashion. Of course, the pattern used varies with the task at hand, perhaps even a combination of patterns. I'm guessing that many of us use a primary pattern for apps that we start out from scratch and I'm wanting to see if there is a commonality.
I'm also curious if others are coming to the same conclusion on what patterns they feel comfortable with and which ones work well in the test of time.
Edit: Many of the responses so far are architectural patterns. I'm also really interested in creational design patterns.