mholtman

Stories kicked by mholtman

Code reuse, next level(ebersys.blogspot.com)

submitted by BlackTigerXBlackTigerX(460) 5 years, 6 months ago

A common mistake that developers have been making over the years is to place conditional statements that always evaluate to the same result (until a property changes) inside a loop, here's an alternative to solve this problem read more...

add a comment |category: |Views: 3

tags: another

MySQL Tools for Visual Studio 1.0.1(devintelligence.com)

submitted by adventureradventurer(2244) 5 years, 7 months ago

MySQL Tools for Visual Studio is a plug-in for Visual Studio 2005 which allows developer to maintain database structures and objects all from within the Visual Studio environment... read more...

1 comment |category: |Views: 25

tags: another

MbUnit - Unit Testing on Crack(hanselman.com)

submitted by dalzieldalziel(6230) 5 years, 8 months ago

MbUnit is a "better xUnit" that's used by a myraid of folks I respect, including James Avery, Patrick Cauldwell and Phil Haack. It's under very active development, even though I'd once wondered aloud if it was "abandonware." It's decidedly not and it's just got a new facelift to prove it. read more...

add a comment |category: |Views: 80

tags: another

One Pager: Why we should use C# for .NET development(geekzilla.co.uk)

submitted by fatdavehfatdaveh(1420) 5 years, 8 months ago

A one pager on why I think C# can be more productive than VB in our scenario. Our primary language is Java and developers multi-skill. I would be interested to hear your feedback. read more...

add a comment |category: |Views: 8

tags: another

More on best practices for exception handling(srtsolutions.com)

submitted by jimholmesjimholmes(215) 5 years, 8 months ago

Bill Wagner (author of "Effective C#"), adds his smart thoughts to Scott Hansleman's post on best practices for exception handling. read more...

add a comment |category: |Views: 76

tags: another

Scott Hanselman's 2006 Ultimate Developer and Power Users Tool List(hanselman.com)

submitted by dalzieldalziel(6230) 5 years, 8 months ago

Hanselman lists his top 10 indispensable tools & products for development, plus 5 from his list last year that got knocked out. read more...

1 comment |category: |Views: 2

tags: another

Lightweight Ajax(geekzilla.co.uk)

submitted by fatdavehfatdaveh(1420) 5 years, 9 months ago

Ajax is nice - it allows you to do things that would would not work otherwise. It doesn't always have to be complex either; have a look at this example. Source code is downloadable. read more...

add a comment |category: |Views: 4

tags: another