How To Add a MouseDoubleClick Event To Any WPF Control
I needed to implement a MouseDoubleClick Event on a WPF Grid. I said Ha, easy but as i went on to implement it i realized that the Grid has no... more »
0 commentsSave Tags: .net
Beware of List(T).Find
Llist(t).Find returns the first element found that matches a given criteria, but what happens if no such element found?
0 commentsSave Tags: web 2.0
6 Useful Visual Studio Tweaks You Need To Know
Here is a list of 6 Visual Studio tweaks you can do to make your development experience much better...
0 commentsSave Tags: web 2.0
Operator~ and BinarySearch
Usually, we use Array.BinarySearch to find a value in a sorted array, we all know that this method returns the index of the searched value in the... more »
1 commentsSave Tags: .net
End-to-End Data Centric Application with Silverlight 2
I have been having some fun with an end to end Silverlight 2 demo recently and I thought I'd share it here. My goal with the demo is to show how... more »
0 commentsSave Tags: .net
Don’t Use Double.Nan
Comparison of a double with double.Nan (Not a Number) will always return false. If we want to check whether a specific double is...
0 commentsSave Tags: .net
How to use Aggregate functions with LINQ to SQL
LINQ to SQL maps the relational database into an object model, and when the program runs the queries in the object model are translated into SQL. SQL... more »
0 commentsSave Tags: how-to
Looking for a new domain name?
Finding a good and free domain is not an easy task, and might be a real time consuming. To make it much more efficient and fun, why don’t you do it... more »
1 commentsSave Tags: ajax
Create Shortcut on Desktop for Device Manager
Do you make changes to your hardware configuration regularly? or do you tweak your settings, install beta drivers that crash your machine. Then you... more »
0 commentsSave Tags: web 2.0