Click here to Skip to main content
15,881,882 members

Articles by StormySpike (Article: 1, Technical Blogs: 6)

Article: 1, Technical Blogs: 6

RSS Feed

Average article rating: 4.90

Programming Languages
C#
30 May 2007   Updated: 30 May 2007   Rating: 4.90/5    Votes: 98   Popularity: 9.53
Licence: CPOL    Views: 971,761     Bookmarked: 171   Downloaded: 68,187
Please Sign up or sign in to vote.
A simple description and sample of creating a global low level keyboard hook in C#

Average blogs rating: 4.46

All Topics
8 Oct 2009   Updated: 8 Oct 2009   Rating: 4.50/5    Votes: 2   Popularity: 1.35
Licence: MIT    Views: 14,070     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
This class makes every field, property, or method on the wrapped object visible when using it as a dynamic.
Programming Languages
C#
5 Jun 2009   Updated: 5 Jun 2009   Rating: 4.50/5    Votes: 4   Popularity: 2.71
Licence: MIT    Views: 10,800     Bookmarked: 22   Downloaded: 0
Please Sign up or sign in to vote.
Using Expressions for Fun and Profit
5 Jun 2009   Updated: 7 Jun 2009   Rating: 4.60/5    Votes: 2   Popularity: 1.38
Licence: MIT    Views: 37,385     Bookmarked: 24   Downloaded: 0
Please Sign up or sign in to vote.
Alright, let’s assume that we are lazy coders, we have building a lot of Linq queries lately, and it’s getting repetitive. We keep having to remember to add a certain where clause to every query, couldn’t we just abstract this somehow?
26 Oct 2009   Updated: 26 Oct 2009   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: MIT    Views: 21,321     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
C#: A method for tail call recursion
C# 4.0
5 Jun 2009   Updated: 5 Jun 2009   Rating: 3.91/5    Votes: 5   Popularity: 2.73
Licence: MIT    Views: 18,070     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
System.Xml.Linq is a great library, it lets us very easily manipulate XML, in very close fashion to how we would interact with other data sources. My only issue is that it tends to seem a little redundant...
5 Jun 2009   Updated: 7 Jun 2009   Rating: 4.25/5    Votes: 3   Popularity: 2.03
Licence: MIT    Views: 27,564     Bookmarked: 15   Downloaded: 0
Please Sign up or sign in to vote.
So, I was curious today, I had some code that used dynamic and was wondering what the heck the compiler was doing on the back end. So, I wrote up a very small test program, and tore into it using Reflector. The version of Reflector I used still only decompiles to C# 3, so it [...]

Average tips rating:

No tips have been posted.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer
United States United States
I currently work as a Software Engineer for a company in North Carolina, mainly working with C#.