dvader

Stories kicked by dvader

Fast Add Reference Dialog for VS 2010(devlicio.us)

submitted by tehliketehlike(1000) 2 years, 11 months ago

I have spent a couple of days on implementing a fast add reference dialog box for Visual Studio. The time of adding a reference has been a great time to have some coffee, to have lunch, or even a way to save economy (remember, developer time costs money!). read more...

add a comment |category: |Views: 464

tags: another

The “Sim City” effect(broloco.blogspot.com)

submitted by wellfan77wellfan77(175) 2 years, 11 months ago

What happens when you turn your back on a software development project. read more...

add a comment |category: |Views: 858

tags: another

Learning new Programmming Languages and Technologies(objectreference.net)

submitted by Vort3XVort3X(1335) 2 years, 11 months ago

Recently, I’ve read article after article about how part of being a good software developer is about being open to new technologies, and to “learn new things” – and I’d be foolish not to agree. However... read more...

add a comment |category: |Views: 460

tags: another

Jeff Atwood Finally Jumps the Shark(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 3 months ago

Well, we all knew it had to happen eventually. After years of great blog posts and insightful commentary on the programming world, Jeff Atwood has finally jumped the shark in his latest post which essentially says "programming is hard, let's go shopping!" read more...

add a comment |category: |Views: 788

tags: another

Today I've Realized How Far We Have To Go(codethinked.com)

submitted by deanweberdeanweber(230) 3 years, 3 months ago

A call to climb on the shoulders of giants within the software develeopment industry. read more...

add a comment |category: |Views: 451

tags: another

Three Index Cards To Easily Remember The Essence Of Test-Driven Develo(blog.briandicroce.com)

submitted by dvaderdvader(95) 3 years, 11 months ago

Three physical index cards representing the ideas put forth in http://blog.objectmentor.com/articles/2008/03/06/tdd-on-three-index-cards read more...

add a comment |category: |Views: 14

tags: another

What makes me NOT want to leave a company/client/shop (devlicio.us)

submitted by expressoexpresso(465) 3 years, 11 months ago

What makes me NOT want to leave a company read more...

add a comment |category: |Views: 507

tags: another

The 5 types of poor software architects(buunguyen.net)

submitted by qn111qn111(575) 3 years, 11 months ago

The types of software architects you never want to meet in your career read more...

add a comment |category: |Views: 1228

tags: another

Don't be clever 2 - The cost of cleverness(codethinked.com)

submitted by dengar007dengar007(3084) 3 years, 11 months ago

In the modern world of programming we need to be more cognizant of making our code readable and grokkable than to make it clever or sneaky. For 99% of the developers out there, no one is ever going to pat you on the back for being sneaky. You're probably more likely to get punched in the face for it when the team has to spend the weekend debugging a piece of your clever code. read more...

add a comment |category: |Views: 403

tags: another

IE Sends Mozilla a New Cake for Firefox 3(arcanology.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

Sean from Microsoft came by just a few minutes ago to drop off a cake for the Internet Explorer team. As people may recall, the IE team sent Mozilla a cake after Firefox 2 shipped and it seems that they wanted to continue the tradition. read more...

2 comments |category: |Views: 528

tags: another

Which kind of cast should you use in C#?(gen5.info)

submitted by paul_houlepaul_houle(435) 3 years, 11 months ago

C# offers two casting operators: the prefix-cast and the as-cast. Although the two operators compile to different op-codes in the CLR, the practical difference between them is in how they handle failed casts. Prefix-cast throws an exception on cast failure, while as-cast returns null. It’s easier to implement correct error handling when you use prefix cast, because it doesn’t require manual checks for null values that can cause problems in distant parts of your program. Prefix-cast should be the default cast operator on your fingertips, that you use for everyday situations — reserve as-cast for special cases where performance matters. read more...

3 comments |category: |Views: 493

tags: another

What a developer needs from their manager(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years, 11 months ago

I've a read a lot of articles talking about what it takes to be a good development manager. There are also articles about what makes a good developer. I thought it would be a good idea to describe what a developer needs from their manager. read more...

3 comments |category: |Views: 495

tags: another

How Super Mario Bros Made Me a Better Software Engineer(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 2 months ago

Playing NES video games does have some advantages! read more...

6 comments |category: |Views: 8

tags: another

What Does It Take To Become A Grandmaster Developer?(moserware.com)

submitted by moserwaremoserware(1665) 4 years, 2 months ago

Provides an analogy between chess grandmasters and software developers including some C# examples. read more...

5 comments |category: |Views: 19

tags: another

Sound of one man testing(devlicio.us)

submitted by dvaderdvader(95) 4 years, 3 months ago

Recently I was chatting with a friend of mine and he asked if a single developer could be successful following TDD on a team that does not follow TDD. My simple answer was YES, they can. But there are a few things you must consider..... read more...

3 comments |category: |Views: 2

tags: another

The Most Useful VS Feature No One Seems To Use(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 3 months ago

Speed up your debugging time by using the Exceptions dialog box. read more...

1 comment |category: |Views: 17

tags: another