Simple LINQ With C# Objects
Thursday, April 30th, 2009
This is a quick note on doing fast query with LINQ in C#.
- Making a list of people
- Getting every person over 20 years old.
- Print the result to a label

This is a quick note on doing fast query with LINQ in C#.
- Making a list of people
- Getting every person over 20 years old.
- Print the result to a label

Make a simple and fast mouse follower in JavaScript.
It’s a div that follows your mouse clicks on the screen and stops where you clicked.

When you are writing and debugging code you sometimes come across problems. You just wish you can find the answer quicker than looking threw Google search.
Stack Overflow is something that I have been using for some time. I hope you love it to.