84

My name is Angelo Martinez and I am new here at Falafel Software.  I have known Lino Tadros for a long time and I can assure you that this is a great place to be!  My hope is to start blogging on new ideas/tools/technologies that I discover along the way.  With that in mind...

I had a requirement to build a generic MRU (Most Recently Used) class based on a Key/Value pair.  The idea seemed simple enough:

1)      instantiate the class with a maximum capacity

2)      as items get added, they are placed at the front of ...

Full story