togakangaroo

Stories kicked by togakangaroo

No more explicit casts getting strong types from loose dictionaries(georgemauer.net)

submitted by togakangarootogakangaroo(35) 2 years, 3 months ago

I hate doing int myVal = (int)dictionary["myval"]; don't you? Here I describe how the cast can be done implicitly in C# 4.0 read more...

add a comment |category: |Views: 5

tags: another

Aliased Maps Design Pattern(georgemauer.net)

submitted by togakangarootogakangaroo(35) 2 years, 4 months ago

A C# functional-flavored pattern that I've been using for some time but have never really seen anyone else do. When DDD is too much work, this can be a good way of composing your application. read more...

add a comment |category: |Views: 10

tags: another

S#harp Architecture on VAN(zachariahyoung.com)

submitted by zpyoungzpyoung(595) 3 years, 1 month ago

A Kick-Butt evening of S#harp Architecture with the one and only Billy McCafferty at the Helm read more...

add a comment |category: |Views: 189

tags: another

The secret driven-development/design acronyms(damieng.com)

submitted by togakangarootogakangaroo(35) 3 years, 3 months ago

You've heard TDD, BDD and DDD, but what about the others? read more...

add a comment |category: |Views: 6

tags: another

Re: What is Unit Testing(nothingyoumissed.wordpress.com)

submitted by togakangarootogakangaroo(35) 3 years, 4 months ago

How do you define unit testing? Is it related to a tool or framework? (Hint: No) My first post that I am even remotely proud of, would be curious for some feedback. read more...

add a comment |category: |Views: 15

tags: another

An Illustrated Guide to Git on Windows(nathanj.github.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 4 months ago

"This document is designed to show that using git on Windows is not a difficult process. In this guide, I will create a repository, make several commits, create a branch, merge a branch, search the commit history, push to a remote server, and pull from a remote server. The majority of this will be done using GUI tools." read more...

3 comments |category: |Views: 580

tags: another

Debugging With Tracepoints (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 4 months ago

Well, last week, while I saw John Cunninghams session at PDC 2008 about Visual Studio Debugger Tips & Tricks, I learned something new about breakpoints. The Visual Studio debugger has another feature called tracepoints. read more...

2 comments |category: |Views: 333

tags: another

Oxite Refactor, Take 1(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 5 months ago

I mentioned yesterday on Twitter that I'm helping out the Oxite team with some refactoring and tweaking of their codebase. I got started last night and people have been asking about it a LOT, so I thought that today I'd show you initially what I'm up to. read more...

add a comment |category: |Views: 377

tags: another