loumf

Stories submitted by loumf

Stream-oriented programming in PowerShell(atalasoft.com)

submitted by loumfloumf(120) 4 years, 3 months ago

PowerShell support OO, but it shines when you implement stream-oriented Cmdlets. read more...

add a comment |category: |Views: 13

tags: another

Designing for Intellisense(atalasoft.com)

submitted by loumfloumf(120) 4 years, 6 months ago

Before Linq, I had never heard of a language feature that was specifically designed to be IDE-friendly. The idea of language features being designed for the IDE leads to the question of whether API's should be designed for the IDE as well. read more...

add a comment |category: |Views: 0

tags: another

6 "Pointers" on Debugging Unmanaged Code(atalasoft.com)

submitted by loumfloumf(120) 5 years, 3 months ago

What you need to know to find bugs in unmanaged code. Tips on using the debugger and other tools, reading assembly, and diagnosing problems. read more...

add a comment |category: |Views: 6

tags: another

Overcoming Lowered Expectations for Web Applications(atalasoft.com)

submitted by loumfloumf(120) 5 years, 3 months ago

AJAX makes it possible to add desktop interactivity to our web applications, but 10+ years of substandard web UIs have lowered our users expectations. How do we clue them into the new interactivity we added? read more...

add a comment |category: |Views: 1

tags: another