bennage

Stories submitted by bennage

Unit Testing Change Notification(devlicious.com)

submitted by bennagebennage(1150) 3 years, 6 months ago

Simplifying the way I assert change notification for properties in unit tests. read more...

add a comment |category: |Views: 10

tags: another

NHibernate Profiler: A guided tour(ayende.com)

submitted by bennagebennage(1150) 3 years, 6 months ago

Ayende provides an introduction to his upcoming tools for analyzing NHibernate usage. read more...

1 comment |category: |Views: 281

tags: another

Frame-based Bitmap Animations in Silverlight(devlicio.us)

submitted by bennagebennage(1150) 3 years, 7 months ago

A quick tip for those who are animation with raster graphics in Silverlight. read more...

add a comment |category: |Views: 36

tags: another

Shared Hosting & The Bleeding Edge(devlicious.com)

submitted by bennagebennage(1150) 3 years, 8 months ago

A summary of my experience getting a site up and running in a shared hosting environment using a number of bleeding-edge, open source technologies. read more...

add a comment |category: |Views: 6

tags: another

Building a WPF Application: Part 3 - Organization & Architecture(devlicio.us)

submitted by bennagebennage(1150) 3 years, 9 months ago

My third installment in a series discussing who to build a WPF application using TDD and other agile approaches. read more...

add a comment |category: |Views: 64

tags: another

Building a WPF Application: Part 1(devlicious.com)

submitted by bennagebennage(1150) 3 years, 10 months ago

The first in a series on building a FriendFeed client in WPF using TDD, MVP, DI, etc. read more...

1 comment |category: |Views: 42

tags: another

Using Lambdas to get at properties(devlicio.us)

submitted by bennagebennage(1150) 3 years, 10 months ago

A short description of how I used lambdas to set properties when I needed a little validation to go along with it. read more...

add a comment |category: |Views: 17

tags: another

TemplateBinding: a bridge between styles and templates(devlicious.com)

submitted by bennagebennage(1150) 3 years, 10 months ago

How I use control templates and styles when creating a custom look for an application. read more...

add a comment |category: |Views: 33

tags: another

Styling Separators in WPF (devlicio.us)

submitted by bennagebennage(1150) 3 years, 10 months ago

A brief outline on how to style separators for menus and toolbars in WPF. read more...

add a comment |category: |Views: 63

tags: another

Contrasting Control Templates & Styles in WPF (devlicio.us)

submitted by bennagebennage(1150) 3 years, 10 months ago

An introduction and some musing on the differences between Control Templates and Styles in WPF. read more...

add a comment |category: |Views: 30

tags: another

Good Development Practices - Basic Reading List(devlicious.com)

submitted by bennagebennage(1150) 4 years ago

Casey lists a set of essential books. read more...

add a comment |category: |Views: 25

tags: another

Book Review: LINQ in Action(west-wind.com)

submitted by bennagebennage(1150) 4 years, 2 months ago

Rick Strahl reviews "LINQ in Action". He sounds pretty pleased with the book. read more...

1 comment |category: |Views: 9

tags: another

There's some darkness in your silver light.(devlicio.us)

submitted by bennagebennage(1150) 4 years, 2 months ago

Rob voices his complaints about Silverlight 2.0 from the perspective of a developer of WPF and Flash applications. read more...

add a comment |category: |Views: 3

tags: another

Identifying Control Templates Parts in WPF(devlicio.us)

submitted by bennagebennage(1150) 4 years, 2 months ago

How to programmatically identify templates parts on WPF controls. read more...

add a comment |category: |Views: 8

tags: another

Nesting and Testability(codebetter.com)

submitted by bennagebennage(1150) 4 years, 2 months ago

Patrick Smacchia talks about nesting inside of methods and the effects on testability. Very interesting (and brief). read more...

add a comment |category: |Views: 1

tags: another

Discovering Empty Try/Catch Blocks(devlicio.us)

submitted by bennagebennage(1150) 4 years, 3 months ago

A simple way to find empty catch block in your C# code. read more...

add a comment |category: |Views: 24

tags: another