ekampf


Comments:

.NET interview questions from Scott Hanselman - Answers (Part 1)

posted by ekampfekampf(3195) 5 years, 10 months ago 0

Part 2 is also available for kicking.. check out http://www.dotnetkicks.com/tags/Interview

Reply

A dasBlog Content Filter for Amazon Links

posted by ekampfekampf(3195) 5 years, 9 months ago 0

Link changed from blog.ekampf.com to www.developerzen.com

Reply

Developers Petition Microsoft to Rename .NET Framework 3.0

posted by ekampfekampf(3195) 5 years, 9 months ago 0

I like .NET Framework 3.0 because thats what WinFX is...
I've been saying that WinFX is actually .NET 3.0 long before they actually renamed it and I dont understand why its a "confusing name"

Reply

Setting Window.Icon Property Value From Codebehind

posted by ekampfekampf(3195) 5 years, 2 months ago 0

Thanks :)

Reply

6 Great Ways To Rid Yourself of Good Developers

posted by ekampfekampf(3195) 5 years, 2 months ago 0

DotNetKicks should add a "bury" button...

Reply

What's wrong with this code?

posted by ekampfekampf(3195) 4 years, 10 months ago 0

Hi,
Thanks for the comments, check out the summary at http://www.ekampf.com/blog/2007/07/15/WhatsWrongWithThisCode1Discussion.aspx

Regards,
Eran

Reply

The Dark Side of LINQ

posted by ekampfekampf(3195) 3 years, 9 months ago 0

Hi Duckie,
I never mention that in the article because that claim, that LINQ wasn't meant to do parsing, is questionable - and that's the debate it was meant to provoke.
In fact, I had a dozen far more hideous and longer LINQ statements that query a DB and I didn't include them because I wanted a relatively simple statement that people could easily run on their machines.
These statements are in the "right context", as you define, but they're still complex statement that makes the code much harder to understand and maintain than it should be.

On the other, the programmer sitting next to me in the office (who wrote) sees nothing wrong with them...
I've also heard responses from other programmers that complain that Microsoft just put SQL into C# as a quick solution instead of working on good ORM solution that'll avoid dealing with anything DB (and SQL).

LINQ provokes all sort of opinions and responses from different programmers and the post's purpose was to get such a discussion going.
I think the comments I got are far more interesting than the actual post...

Regards,
Eran

Reply

The Dark Side of LINQ

posted by ekampfekampf(3195) 3 years, 9 months ago 0

Btw, why comment here and not on the post itself?

Reply