elroydsilva

Stories submitted by elroydsilva

NCrunch, The Incredible TDD Tool!(www.ellogical.com)

submitted by elroydsilvaelroydsilva(100) 3 months, 20 days ago

A review of the TDD tool 'NCrunch'. read more...

add a comment |category: |Views: 502

tags: another

Defining custom Dictionary keys in C#(www.ellogical.com)

submitted by elroydsilvaelroydsilva(100) 3 months, 23 days ago

Ever so often we come across cases where we need to store objects mapped to other objects in a Dictionary. And in most of these cases, the default solution of using the object reference as a key doesn’t really work... read more...

add a comment |category: |Views: 10

tags: another

Write to a console window from a Windows application(www.ellogical.com)

submitted by elroydsilvaelroydsilva(100) 3 months, 24 days ago

Ever wondered how you could write out to a separate console window from your Windows application rather than writing to a log file? You might need to do that for a number of reasons – mostly related to debugging. Here’s how you do it... read more...

1 comment |category: |Views: 169

tags: another

Developer's Stash - 10 things I do to code better(geekswithblogs.net)

submitted by elroydsilvaelroydsilva(100) 3 years, 8 months ago

A short compilation of stuff I do to write better code everyday. read more...

add a comment |category: |Views: 17

tags: another

Dynamic bitsets not supported in C++ STL(geekswithblogs.net)

submitted by elroydsilvaelroydsilva(100) 3 years, 8 months ago

An annoying and frustrating experience with the lack of a useful feature in C++ STL read more...

add a comment |category: |Views: 3

tags: another

Developer's Stash - ClearCase and my uncontrolled source(geekswithblogs.net)

submitted by elroydsilvaelroydsilva(100) 3 years, 8 months ago

A short and annoying experience with Rational ClearCase installed with Visual Studio 2005. read more...

add a comment |category: |Views: 5

tags: another

Efficient XML processing(geekswithblogs.net)

submitted by elroydsilvaelroydsilva(100) 3 years, 8 months ago

This post describes both, a conventional as well as a different (and probably better) way of processing XML tags. read more...

add a comment |category: |Views: 11

tags: another