edburdo

Stories submitted by edburdo

Optimization: Your worst enemy(flounder.com)

submitted by edburdoedburdo(1350) 4 years, 9 months ago

Good article on why optimization can be bad, and what you can do about it. read more...

add a comment |category: |Views: 11

tags: another

Coding Horror: Discipline Makes Strong Developers(codinghorror.com)

submitted by edburdoedburdo(1350) 4 years, 9 months ago

Jeff explains why Discipline is so important in today's programming world. read more...

add a comment |category: |Views: 7

tags: another

The Twelve Days of WPF 3D(software.ericsink.com)

submitted by edburdoedburdo(1350) 4 years, 10 months ago

Eric Sink is working his way through 12 samples of how to do things using WPF. Pretty easy to follow, and gives you some good examples of HOW and WHY. read more...

add a comment |category: |Views: 4

tags: another

Does 10 Times More Developer Productivity Warrant Ten Times More Pay?(haacked.com)

submitted by edburdoedburdo(1350) 4 years, 11 months ago

Becoming a better developer... learn more to earn more. read more...

add a comment |category: |Views: 4

tags: another

URL parameters in ClickOnce applications(blog.madskristensen.dk)

submitted by edburdoedburdo(1350) 5 years ago

Want to show a custom web-page during your ClickOnce install? Use parameters! read more...

1 comment |category: |Views: 13

tags: another

Debug JavaScript in Visual Studio 2005(blog.madskristensen.dk)

submitted by edburdoedburdo(1350) 5 years ago

For those who don't know, here is a rundown on how to get VS 2005 to debug Javascript in IE. read more...

add a comment |category: |Views: 11

tags: another

5 Things to do with a Big, Fast USB Drive(odetocode.com)

submitted by edburdoedburdo(1350) 5 years ago

Several relate to Vista, but there is a technique to install Visual Studio faster! read more...

add a comment |category: |Views: 2

tags: another

Programmer's Can't Read(codinghorror.com)

submitted by edburdoedburdo(1350) 5 years, 3 months ago

Title says it all... now go read it. read more...

2 comments |category: |Views: 0

tags: another

Automate your Email form the Command Line(hanselman.com)

submitted by edburdoedburdo(1350) 5 years, 3 months ago

Scott shows a simple batch file to send email from the command line. Great way to send yourself notes, or to log status from a app. read more...

add a comment |category: |Views: 11

tags: another

Size does matter!(blog.objectmentor.com)

submitted by edburdoedburdo(1350) 5 years, 3 months ago

Smaller is better. Methods should only done thing, and do it well. Bob Koss explains it quite well... read more...

add a comment |category: |Views: 2

tags: another

Geek to Live: Top Firefox 2 config tweaks - Lifehacker(lifehacker.com)

submitted by edburdoedburdo(1350) 5 years, 6 months ago

SWEET tips for making Firefox behave like you want it to. read more...

add a comment |category: |Views: 0

tags: another

MomPC - Creating a parent safe P(weblogs.asp.net)

submitted by edburdoedburdo(1350) 5 years, 7 months ago

Nothing to do with .NET, but I know everyone here has a mom... and most of us have to do some PC work periodically for our parents. read more...

add a comment |category: |Views: 0

tags: another

Demo: Exec-Inline, an Add-in that executes the currently selected code(secretgeek.net)

submitted by edburdoedburdo(1350) 5 years, 7 months ago

Tired of copying/pasting code into a new project to test a simple routine? Why not just select and Execute? read more...

add a comment |category: |Views: 0

tags: another

All about threading in .NET | Sahil Malik - blah.winsmarts(blah.winsmarts.com)

submitted by edburdoedburdo(1350) 5 years, 7 months ago

Title says it all... Be sure to read the 2nd part of the article too... covers Waiting for Threads. read more...

add a comment |category: |Views: 8

tags: another

Charlie Calvert's Community Blog : Optimizing C# String Performance(blogs.msdn.com)

submitted by edburdoedburdo(1350) 5 years, 7 months ago

Some good tips. Some are common sense, some are optimization methods. read more...

add a comment |category: |Views: 26

tags: another

Multithreading with an Example of .NET Application(aspalliance.com)

submitted by edburdoedburdo(1350) 5 years, 7 months ago

A pretty good example of how to write a multi-threading app. read more...

add a comment |category: |Views: 61

tags: another