Los Techies : Blogs about software and anything tech!
Sign in
|
Join
|
Help
Home
Merchandise
Blogs
Media
Groups
RSS
Twitter
December 2009 - Jimmy Bogard
Jimmy Bogard
Home
Contact
The Lounge
Ads by The Lounge
Friends of Pablo
Pablo's Extended Family
Syndication
RSS for Posts
Atom
RSS for Comments
Recent Posts
No silver domain modeling bullets
Strengthening your domain: Encapsulated collections
Strengthening your domain: Aggregate Construction
AutoMapper for Silverlight 3.0 Alpha
Strengthening your domain: a primer
Tags
Agile
ASP.NET
ASP.NET MVC
AutoMapper
BDD
Behave#
Behavior-Driven Development
C#
Design
Domain-Driven Design
Legacy Code
LINQ
LINQ to SQL
Misc
NHibernate
Patterns
Rant
Refactoring
StructureMap
TDD
Team Build
Testing
Tools
VSTS
WCF
View more
News
Archives
March 2010 (2)
February 2010 (4)
January 2010 (9)
December 2009 (9)
November 2009 (5)
October 2009 (8)
September 2009 (8)
August 2009 (8)
July 2009 (11)
June 2009 (10)
May 2009 (11)
April 2009 (10)
March 2009 (9)
February 2009 (12)
January 2009 (10)
December 2008 (8)
November 2008 (14)
October 2008 (11)
September 2008 (10)
August 2008 (11)
July 2008 (12)
June 2008 (11)
May 2008 (15)
April 2008 (10)
March 2008 (15)
February 2008 (13)
January 2008 (19)
December 2007 (9)
November 2007 (17)
October 2007 (23)
September 2007 (10)
August 2007 (11)
July 2007 (11)
June 2007 (9)
May 2007 (14)
April 2007 (7)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
AutoMapper DSL design post-mortem
As I move towards the 1.0 release of AutoMapper, I’m already running in to things I wish I had done differently. I still will probably fix all of these eventually, but none of these design issues should prevent a release, especially since it’s not...
Published
Wed, Dec 23 2009 12:28 AM
by
bogardj
Filed under:
AutoMapper
Advanced StructureMap: connecting implementations to open generic types
One pattern we’re starting to see more and more is the idea of connecting messages to handlers. These messages might be domain command messages, ActionResult messages , and more. Beyond messaging implementations, we start to see a more basic...
Published
Thu, Dec 17 2009 11:03 PM
by
bogardj
Filed under:
StructureMap
Enabling IoC in ASP.NET ActionResults (or, a better ActionResult)
One of the more interesting abstractions in ASP.NET MVC is the concept of an action result. Instead of calling a method to direct the result of calling an action, such as frameworks like Rails allows: def create @book = Book.new(params[:book]) if...
Published
Sat, Dec 12 2009 11:25 AM
by
bogardj
Filed under:
ASP.NET MVC
InfoQ interview on ASP.NET MVC in Action up
Last week, Jeffrey, Ben and I were interviewed by Jon Arild Tørresdal at InfoQ to talk about our recent book ASP.NET MVC in Action . I’ve always loved the InfoQ interviews (as well as their articles), as they asked us really great questions. ...
Published
Wed, Dec 09 2009 8:53 AM
by
bogardj
Filed under:
ASP.NET MVC in Action
Organizing ASP.NET MVC solutions
Recently, a question came up on Twitter around your favorite project structure/solution organizing for ASP.NET MVC projects. I’ve toyed around with quite a few different strategies for structuring projects, and I’m currently settled around one that...
Published
Tue, Dec 08 2009 9:27 PM
by
bogardj
Filed under:
ASP.NET MVC
LINQ query operators and null lists
One of my pet peeves with the LINQ extension methods is their inability to handle null source lists. For example, this will throw an ArgumentNullException: [ Test ] public void Should_handle_nulls() { List < int > ints = null ; ints.Any(num...
Published
Tue, Dec 08 2009 6:42 PM
by
bogardj
Filed under:
LINQ
Persistence model and domain anemia
Domain anemia is a term thrown around like it’s a horrible disease. However, a while back, Greg Young talked about an intentional decision to create an anemic domain model . In some contexts, an anemic domain model is an anti-pattern . ...
Published
Thu, Dec 03 2009 1:26 PM
by
bogardj
Filed under:
Domain-Driven Design
The Template Method is a lie
In my recent adventures with controller-less actions , and trying to solve the issue of the crazy CRUDController mess I had put myself (and our team/project) into. While some gravitate towards the Singleton pattern to abuse after they learn the...
Published
Wed, Dec 02 2009 8:56 PM
by
bogardj
Filed under:
Design
,
OO
Migrating to Fluent NHibernate
Recently, I’ve been entrenched in migrating our existing hbm.xml mapping files to Fluent NHibernate. Having been through other OSS upgrades, I was expecting something along the lines of pulling teeth. I pictured a branch, tedious work to try...
Published
Tue, Dec 01 2009 9:07 PM
by
bogardj
Filed under:
NHibernate
Copyright Los Techies 2008, 2009. All rights reserved.