By tag: and
0
kicks
Manoj Patil : Big Data Analytics with Hadoop, Hbase and MapReduce!
In this video, Manoj Patil (Chief Architect of Big Data Analytics) at Compassites Software talks about the benefits of using the clustered approach for Big Data analytics. He also talks about MPP (Massive Parallel Programming) solutions such as like MongoDB and the MapReduce algorithm from Google. M...
0
kicks
C# Delegate Shortcut – No more null testing on events for subscribers
Do you use this syntax? It adds up as you can leave null tests in the dust for event subscribers:
EXAMPLE:
public event EventHandler<AnimationImageEventArgs> AnimationImageClicked = delegate { };
Post has full details, but most might already know this. If not your wasting cycles.
0
kicks
Test your apps faster with Firefox Server Switcher
Just a quick little article noting the great add-on available for Firefox to help toggle between dev and live servers.