January 2011
16 posts
Jan 1st
7 tags
Going parallel with .NET 4
One of the great new features of .NET 4 is the parallel task library which easily lets you turn simple for loops and foreach loops into multi-core aware tasks.  Our Examples: For the example we are going to simply iterate over a collection of items and perform some hard work inside that collection.  Our hard work could be almost any task but for simplicity we are going to treat the hard work as...
Jan 1st
December 2010
22 posts
2 tags
Dec 27th
3 tags
Dec 26th
2 tags
Dec 25th
3 tags
Dec 24th
1 tag
Dec 23rd
1 note
Opening presents is like playing air hockey with... →
Dec 20th
7 tags
Dec 19th
1 note
Dec 19th
2 tags
Dec 18th
3 tags
Dec 18th
4 notes
2 tags
Dec 18th
2 tags
Dec 17th
Dec 16th
Dec 15th
4 tags
Dec 11th
1 note
3 tags
Dec 10th
1 note
Dec 7th
2 tags
Dec 4th
1 note
5 tags
How to filter a table with jQuery
Did you ever have a huge dataset in a table and needed a way to filter the table on the client side?  Well today I was tasked with the same problem and found a simple way to accomplish it with a few lines of jQuery. <table> <thead> <tr> <th> Id </th> <th> Name ...
Dec 2nd
2 notes
1 tag
Dec 1st
2 notes