mdoyon129

Stories kicked by mdoyon129

Mocks, Stubs and Unreadable Tests: Clearly I'm Doing This Wrong(www.lostechies.com)

submitted by mdoyon129mdoyon129(5) 1 year, 4 months ago

Unit Testing read more...

add a comment |category: |Views: 8

tags: another

Great Little Silverlight Tool Every .Net Developer Need(blog.toolico.com)

submitted by tomericotomerico(220) 4 years, 1 month ago

A light and handy Silverlight utility which allows you to select through all the possible String.Format options. And provides you with a code snippet to paste into your code. read more...

add a comment |category: |Views: 18

tags: another

UI design patterns library(ui-patterns.com)

submitted by uadozeruadozer(650) 4 years, 2 months ago

Very cool site which shows give you ideas about visual presentation for misc elements of user interface read more...

2 comments |category: |Views: 339

tags: another

Retaining Good Developers - 10 Things To Keep Them Happy(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 2 months ago

This is a great article. I just wish some of my previous employers would have done just a few of these things. I probably would have stuck around longer. read more...

6 comments |category: |Views: 161

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

How to follow DotNetKicks.com efficiently(blog.jemm.net)

submitted by JemmJemm(9604) 4 years, 3 months ago

I'll show here a little tip how I follow my favorite .NET-community, DotNetKicks.com (DNK). It is one of the best .NET-resources and it gets lot's of quality content daily so staying up to speed with the site requires some effort. read more...

add a comment |category: |Views: 8

tags: another

The Sweet Sound of a Million Microsoft Haters Heads Exploding(weblogs.asp.net)

submitted by craigshoemakercraigshoemaker(835) 4 years, 3 months ago

Ensuring open connections; promoting data portability; enhancing support for industry standards; fostering more open engagement with customers and the industry, including open source communities... this isn't your daddy's Microsoft read more...

2 comments |category: |Views: 7

tags: another

Patrick Smacchia on metrics for Coupling, Dead Code, and Design Flaws(codebetter.com)

submitted by jeremydmillerjeremydmiller(90) 4 years, 3 months ago

Patrick shows us how to use NDepend to spot dead code and other design flaws in our code read more...

1 comment |category: |Views: 8

tags: another

Exploring the Code for the New .NET 3.5 Classes(scottonwriting.net)

submitted by wisemxwisemx(8074) 4 years, 3 months ago

I often use the free and awesome decompiler Reflector to peer into the source code of Microsoft's .NET Framework. It's an indispensable tool. However, I had a little difficulty viewing the underlying source code for some of the new .NET 3.5 classes. In particular, for a recent article I was interested in looking at what was happening underneath the covers when the DataPager control was rendered. The DataPager is a new control in ASP.NET 3.5 used to render a paging interface for the ListView control (also new to 3.5). read more...

add a comment |category: |Views: 7

tags: another