Design Pattern Riddle #21

q. I take your words and construe them into rules.
After I’m settled I can take anything you please.
I massage the words with my internal representation,
Then I comprehend the meaning and reveal it with ease.

a. Interpreter

Need help? Here is a list of remaining Design Patterns.

Post a comment with your guess :)

~/riddle by me

Read More »

Design Pattern Riddle #20

q. When you have a plethora of objects,
and superfluous memory you can’t ignore.
Then make use of my smoke and mirrors,
to conjure one item into objects galore!

a. Flyweight

Need help? Here is a list of remaining Design Patterns.

Post a comment with your guess :)

~/riddle by me

Read More »

Design Pattern Riddle #19

q. Instead of writing messy message modules,
I provide a much better approach instead.
I’ll untidy the talk if you put me in the middle,
However, there is a danger I might get a big head.

a. Mediator

Need help? Here is a list of remaining Design Patterns.

Post a comment with your guess :)

~/riddle by me

Read More »

ASP.NET MVC 101


This is definitely a work in progress, but I put together a document of resources (videos and blog posts) that helped me get up to speed on ASP.NET MVC.

Hopefully, this can help you get acclimated to MVC quickly.I plan to continue to update and reorganize the document as I learn more.

If you know of any other helpful links or resources, please leave a comment.

Read More »

Design Pattern Riddle #18

q. I understand one class can’t do it all,
So I don’t mind passing the buck.
The work should eventually get done,
But if not, then you are out of luck.

a. Chain of Responsibility

Need help? Here is a list of remaining Design Patterns.

Post a comment with your guess :)

~/riddle by me

Read More »