Tuesday, May 18, 2010

OneWay OperationContract in WCF implications

OneWay OperationContract in WCF implications causes WebHttpBinding to answer HTTP 202, instead of HTTP 200

Friday, May 14, 2010

How to discover the RGB code for a color on the screen

If you use Google Chrome you should check out this Eye Dropper extension.

Monday, May 10, 2010

Common acronyms in internet forums, or WTF is IIRC?

The more polite initialisms:

OP = original poster
AFAIK = as far as I know
IIRC = if I remember correctly
IMHO = in my humble opnion
RSVP = Répondez s'il vous plaît (answer if it pleases you)

The others:

LMGTFY = let me google that for you
RTFM = read the fucking manual
WTF = what the fuck
LOL = laughing out loud
ROTFLOL = rolling on the floor laughing out loud

In instant messaging and chat rooms:

BRB = I'll be right back
G2G = I got to go

Wednesday, May 5, 2010

What is the best Javascript LINQ implementation?

When you search for "javascript linq" you'll see:
  • linq.js
  • jslinq
  • jsinq
  • jlinq
  • and many others....
I all have to say is that jslinq don't have GroupBy, Except and many other methods. While linq.js does.