JimBolla

Stories kicked by JimBolla

DateTime.ToString() Patterns(geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 11 months ago

Handy list of DateTime.ToString() patterns. Bookmark it ;-) read more...

add a comment |category: |Views: 60

tags: another

Organizing Unit Tests and Projects With Solution Folders(codebetter.com)

submitted by JimBollaJimBolla(130) 5 years, 7 months ago

Rather than letting the alphabetical nature of the Solution Explorer drive my naming conventions, I will typically toss my tests in a separate Solutions Folder that separates it from the rest of the core code, etc. read more...

add a comment |category: |Views: 15

tags: another

Measuring Time More Accurately(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 7 months ago

How to accurately measure how much time has passed while performing some operation? Use the Stopwatch class. Here is how. read more...

3 comments |category: |Views: 23

tags: another

Model View Presenter mutated: Observable View(devlicio.us)

submitted by JimBollaJimBolla(130) 5 years, 7 months ago

One of my crusades of the past year has been to break myself and my team of the habit of embedding domain logic into the code-behinds of our ASP.NET pages... read more...

add a comment |category: |Views: 24

tags: another

The Law of Demeter and Testability(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 8 months ago

This post looks at the relationship Testability has with the Law of Demeter. read more...

add a comment |category: |Views: 4

tags: another

CCNetConfig Beta 1 Released(ccnetconfig.org)

submitted by camalotcamalot(630) 5 years, 8 months ago

The first beta release of CCNetConfig has been released along with the source code on CodePlex read more...

add a comment |category: |Views: 2

tags: another

Applied Test Driven Development For Web Applications - Part 1(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 5 years, 11 months ago

In this series of articles you will learn about how to go about practically applying Test Driven Development to the creation of a moderately complex web application. During the process you will learn all sorts of new and interesting techniques that you can take with you and apply to the development of your own web applications. read more...

1 comment |category: |Views: 77

tags: another

HOW TO: Using Surrounds with in Visual Studio 2005(thoughtblog.com)

submitted by kimshureekimshuree(120) 6 years, 2 months ago

Kick guide on how to use the Surrounds with feature in Visual Studio 2005 read more...

add a comment |category: |Views: 4

tags: another