johnrudy

Stories submitted by johnrudy

A Dissertation on .NET Properties(codeheaven.info)

submitted by johnrudyjohnrudy(150) 3 years, 4 months ago

A lengthy dissertation on properties in .NET, including guidelines, MSIL disassembly and disassembled/decompiled automatic properties. Yes, learn what "automatic" properties in C# 3.0 really do for (to) you! read more...

6 comments |category: |Views: 420

tags: another

I don't get var(codeheaven.info)

submitted by johnrudyjohnrudy(150) 3 years, 10 months ago

Brief rant about C#'s var keyword. Short version: Aside from anonymous types ... what's the big deal? read more...

1 comment |category: |Views: 31

tags: another

Making the Case for #region(codeheaven.info)

submitted by johnrudyjohnrudy(150) 3 years, 10 months ago

Responding to Jeff Atwood's post on regions, one developer makes the case that the tool isn't the problem: It's the tools who are mis-using it. read more...

add a comment |category: |Views: 16

tags: another

Show Me the Money (a rant)(codeheaven.info)

submitted by johnrudyjohnrudy(150) 3 years, 11 months ago

A rant on "Web 2.0," perhaps a bit late to the party, but relevant towards the end with regard to computing fads of all types. read more...

add a comment |category: |Views: 6

tags: another

First Proof-of-Concept(codeheaven.info)

submitted by johnrudyjohnrudy(150) 3 years, 11 months ago

An initial proof-of-concept for WPF-based outlining software, and a question about FlowDocumentScrollViewer and wide Tables not displaying horizontal scroll bars. read more...

1 comment |category: |Views: 9

tags: another

Code Quality Part II: The Ineffectual DAL(codeheaven.info)

submitted by johnrudyjohnrudy(150) 3 years, 11 months ago

Describing code received from another developer, claiming to be a DAL and BLL. Laugh out loud at the WTFery. read more...

add a comment |category: |Views: 25

tags: another

Playing with WPF -- Document-Centric Apps are Viable!(codeheaven.info)

submitted by johnrudyjohnrudy(150) 3 years, 11 months ago

Developer describing initial experiences with WPF, slowly catching the ghost on it. read more...

add a comment |category: |Views: 25

tags: another

Static in Visual Basic .NET(codeheaven.info)

submitted by johnrudyjohnrudy(150) 3 years, 11 months ago

Interesting piece on how the CLR handles Visual Basic's Static keyword for statically-defined local variables. read more...

add a comment |category: |Views: 10

tags: another