fquednau


Comments:

Vb.Net one better than C#

posted by fquednaufquednau(404) 3 years, 10 months ago 0

Although I find that usage awkward. Such an extension method always made more sense to me to be attached to the string, not the enum, replacing it by ref...

"Value".ToEnum<SomeEnum>();

Reply

What a C# Coder Should Know Before They Write VB

posted by fquednaufquednau(404) 3 years, 10 months ago 0

That I call detailed!

Reply

EventArgs.Empty - Do You Use It?

posted by fquednaufquednau(404) 3 years, 8 months ago 0

You've got to the kidding...
In another post, someone writes on the merits of being able to compare against null.

Reply

Three C# 2.0/3.0 Syntaxes That You Didn't Know But Were Afraid to Ask

posted by fquednaufquednau(404) 3 years, 7 months ago 0

You forgot that you can skip the brackets if your block consists of a single line.

OMG!

Reply

A first look at Duck Typing in C# 4.0

posted by fquednaufquednau(404) 3 years, 6 months ago 0

Huh? Digg effect in .NETkicks?! Mirror anyone?

Reply

Comparing ORMs - LINQ-to-X, LightSpeed, EntitySpaces and OpenAccess

posted by fquednaufquednau(404) 3 years, 3 months ago 0

Maybe I am biased, but omitting NHibernate from a comparison of ORM tools is like omitting pencils from a comparison of basic write utensils. It can't be taken very seriously.

Reply

How .NET Regular Expressions Really Work

posted by fquednaufquednau(404) 3 years, 2 months ago 0

deep dive - no kidding!

Reply

The Dynamic Programmer - Tuple, a new type on .Net 4.0

posted by fquednaufquednau(404) 3 years ago 0

Have made my own Tuple classes for ages. I think 2 & 3-Tuples are sufficient. Saying that, in the current project we almost exclusively use the variety with 2 values.

Reply

The Greatest Exception Handling WTF?!? of All Time

posted by fquednaufquednau(404) 2 years, 11 months ago 0

I almost can't believe it. Have you posted it to the dailywtf?

Reply

Should We Return Null From Our Methods?

posted by fquednaufquednau(404) 2 years, 11 months ago 0

sure

Reply

How to create 3 tire application using LINQ

posted by fquednaufquednau(404) 2 years, 8 months ago 0

Actually, put another tire on it, then you'll have a full car.

Reply

C# Structured Editor Prototype

posted by fquednaufquednau(404) 2 years, 8 months ago 0

cool!

Reply

Copy and Paste programming - A bad habit

posted by fquednaufquednau(404) 2 years, 8 months ago 0

Bad habit? It's absolutely condemnable and disgusting. I am for banning Ctrl+C,V from Visual Studio.

Reply

Concerned about Windows Azure?

posted by fquednaufquednau(404) 2 years, 6 months ago 0

This is a link to a blog that links to a blog that links to this:

http://vlele.wordpress.com/2009/10/14/outlook-for-azure-scattered-clouds-but-generally-sunny/

!!

Reply

Microsoft SDK for Facebook Platform Release 3.0

posted by fquednaufquednau(404) 2 years, 6 months ago 0

Got a rash...this must be marketing lingo...btw, this is the link to the actual sdk:
http://msdn.microsoft.com/en-us/windows/ee388574.aspx

Reply