mattcalla

Stories submitted by mattcalla

TDD / BDD Example(code.mattcalla.com)

submitted by mattcallamattcalla(95) 3 years, 6 months ago

"How-to" example of TDD / BDD read more...

add a comment |category: |Views: 325

tags: another

TDD...Time Saving Development(code.mattcalla.com)

submitted by mattcallamattcalla(95) 3 years, 6 months ago

Summary of TDD read more...

add a comment |category: |Views: 13

tags: another

WPF (XBAP) using WCF in a Partial Trust Environment(mattcalla.com)

submitted by mattcallamattcalla(95) 3 years, 8 months ago

A walkthrough for getting your XBAP communicating with WCF in a partial trust environment. read more...

add a comment |category: |Views: 545

tags: another

BDD Spec Generator(mattcalla.com)

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

A little app to turn BDD tests/specs into a non-developer readable text document. read more...

add a comment |category: |Views: 29

tags: another

BDD Style Naming Macro(mattcalla.com)

submitted by mattcallamattcalla(95) 4 years ago

A handy BDD naming macro that speeds up your development time by formatting your naturally written sentences into a properly constructed test case shell. read more...

add a comment |category: |Views: 31

tags: another

Domain Driver Data Access Layer Example(mattcalla.com)

submitted by mattcallamattcalla(95) 4 years, 2 months ago

"There are a fair few articles on this topic available on the net, but I could find very few with a good example to show the implementation of the solution - so this is my reason for me writing this article." read more...

add a comment |category: |Views: 17

tags: another

Design Pattern Quiz(mattcalla.com)

submitted by mattcallamattcalla(95) 4 years, 2 months ago

A good test of your design pattern knowledge. read more...

1 comment |category: |Views: 701

tags: another

Using .NET reflection to help test legacy code(mattcalla.com)

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

an article about using .net refleciton to unit test legacy code. read more...

add a comment |category: |Views: 7

tags: another