-
Recent Posts
Recent Comments
- elopezrios on Force .NET application to run in 32bit process on 64bit OS
- mck ☠ on Migrating to Git
- Michael Freidgeim on Dynamic reflection versus static reflection
- Groverboy on Synchronizing calls to the UI in a multi-threaded application
- Rvsawant21 on Step-by-step Introduction to Delegates and Lambda Expressions
Archives
Categories
- asynchronous
- book
- bootstrapper
- brownfield
- BUILD
- ClickOnce
- commands
- Conference
- CQRS
- data binding
- delegates
- design
- developer
- didactics
- Event sourcing
- Fluent NHibernate
- fluent Silverlight
- framework
- Git
- hiring
- How To
- installation
- interactive extensions
- introduction
- job
- jQuery
- lambda expressions
- learning
- legacy code
- methodology
- misc
- Mock
- mocking framework
- Mono
- Mono Cecil
- MSIL
- multi threading
- MVVM pattern
- NHibernate
- no-database
- NSIS
- patterns
- personal
- plugins
- practices
- presentation
- PTOM
- refactoring
- reflection
- reporting
- review
- Setup
- Silverlight
- SOLID
- Styles and Templates
- TDD
- tutorial
- Uncategorized
- validation
- Windows
- WIX
- Workflow
Meta
Category Archives: patterns
Unit testing MonoRail controllers – Redirects
When developing with MonoRail, one of the common operations is to redirect to other controllers and actions. Originally, I looked at the BaseControllerTester to help test, but it required a little too much knowledge of the inner workings of MonoRail … Continue reading
Comments Off
Intention-concealing interfaces: blob parameters
When someone is using your code, you want your code to be as explicit and easy to understand as possible. This is achieved through Intention-Revealing Interfaces. Evans describes the problems of opaque and misleading interfaces in Domain-Driven Design: If a developer … Continue reading
Comments Off
Principles and Patterns over Tools and Frameworks
It’s interesting to see what other developers value and/or what topics they are interested in regarding the development of software. I’m going to start doing some internal presentations and live coding sessions at my company for my fellow consultants. I’ve … Continue reading
Comments Off
Specifications versus validators
Joe posed a great question on my recent entity validation post: I question the term Validator in relation to DDD. Since the operation of the Validator seems to be a simple predicate based on business rule shouldn’t the term Specification … Continue reading
Comments Off
Entity validation with visitors and extension methods
On the Yahoo ALT.NET group, an interesting conversation sprung up around the topic of validation. Entity validation can be a tricky beast, as validation rules typically depend on the context of the operation (persistence, business rules, etc.). In complex scenarios, … Continue reading
Comments Off
RE: Technology Brainstorm
(Because I often get tired of writing my verbose comments in a 300×300 text box…) Colin seems to find himself in a pretty good spot. The wonderful world of Greenfield development. But of course with this comes…decisions. MVC or Web … Continue reading
Also posted in Git, Workflow
8 Comments
RE: Presentation Model Question
I’ve been working on an end to end example using MonoRail (I know, just get it posted Joey!) that can demonstrate one way this can be implemented and JP has given me the green light to get it posted even though he’s … Continue reading
Also posted in tutorial, WIX
10 Comments
My First Interview (that I have given)
Today I was asked to give a technical interview to a candidate which is kind of a new thing for me. He had already been screened on the “what’s an abstract class and how do you do <insert something here /> … Continue reading
Also posted in data binding, fluent Silverlight, framework, MVVM pattern, Silverlight
Comments Off
NBehave Experiment: MonoRail Controllers & Rhino Mocks
…whoever keeps His word, truly the love of God is perfected in him. By this we know that we are in Him. — 1 John 2:5 Well I decided it was finally time I took a look at NBehave as … Continue reading
Also posted in data binding, fluent Silverlight, introduction, Silverlight
Comments Off
Building the often needed anti-corruption layer
The fear of the LORD is the beginning of knowledge, But fools despise wisdom and instruction. — Proverbs 1:7 “Agile Joe” and I were chatting about the challenges of building on top of existing application platforms, specifically ones like Microsoft … Continue reading
Also posted in installation, NSIS, tutorial, WIX
5 Comments
