Los Techies : Blogs about software and anything tech!
Sign in
|
Join
|
Help
Home
Merchandise
Blogs
Media
Groups
RSS
Twitter
January 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 mailing list created
Since the one AutoMapper blog post comment section is a terrible place to ask and answer questions, I created an AutoMapper-users Google Group: http://groups.google.com/group/automapper-users I was probably being a little presumptuous that there are user...
Published
Thu, Jan 29 2009 2:52 PM
by
bogardj
Filed under:
AutoMapper
Be wary of container calls in tests
This one cost me a couple of hours today. To be clear: No calls to the IoC container in a unit or integration test! I want my tests to fail because of an assertion failure, not because of a setup failure. Containers aren’t brittle, but they...
Published
Wed, Jan 28 2009 10:16 PM
by
bogardj
Filed under:
Testing
ASP.NET MVC options for consolidating HTML
It comes up very early in any ASP.NET MVC application: duplicated HTML. Bits and pieces of final rendered page may appear on two or more different pages, and that’s duplication we would like to eliminate. In WebForms land, we had quite a few...
Published
Tue, Jan 27 2009 9:31 PM
by
bogardj
Filed under:
ASP.NET MVC
AutoMapper: the Object-Object Mapper
In Domain-Driven Design, creating a rich domain model in code is essential for capturing the richness and complexity of the real-world domain. These domain models, designed as POCOs , are not very portable, nor should they be. Domain models...
Published
Thu, Jan 22 2009 9:33 PM
by
bogardj
Filed under:
AutoMapper
JavaScript decorator pattern
I don’t care how many other places this is on the net, file this one under “so I won’t need to look ever again.” I needed to augment an existing JavaScript function by applying a decorator to it, where I needed to dynamically add special behavior for...
Published
Tue, Jan 20 2009 5:38 PM
by
bogardj
Filed under:
JavaScript
A new breed of magic strings in ASP.NET MVC
One of the common patterns in Ruby on Rails is the use of hashes in place of large parameter lists. Instead of hashes, which don’t exist in C#, ASP.NET MVC uses anonymous types for quite a few HTML generators on the view side. For example...
Published
Wed, Jan 14 2009 7:34 AM
by
bogardj
Filed under:
ASP.NET MVC
Enabling success with opinionated architecture
One of my pet peeve questions I often see on various tech mailing lists is “How can I prevent situation XYZ”. In one recent case, it was “How can I prevent UI calls to mutable methods in the domain?” The specific situation is one where I have...
Published
Sun, Jan 11 2009 3:18 PM
by
bogardj
Filed under:
Design
DDD is not all-or-nothing
The Domain-Driven Design book (or, the Blue Bible), is chock-full of patterns. Software patterns, team patterns, integration patterns and so on. As a consequence, many readers might assume that DDD requires these patterns, that you must apply...
Published
Mon, Jan 05 2009 9:33 PM
by
bogardj
Filed under:
Domain-Driven Design
10 things to embrace in 2009
With 2008 behind us, what better way to kick off the new year than another cheesy top 10 list. This time, with more bold! Rather than focus on the negative, here are a few things I’d like to see continued and embraced in the year ahead. 1) Open...
Published
Sun, Jan 04 2009 9:40 PM
by
bogardj
Filed under:
Rant
Extension methods and a plea for mixins
I was having a spot of trouble the other day trying to get my extension methods to show up in my ASP.NET MVC Views. One of the issues we’ve run into is trying to make our Views (more) intelligent on the HTML they create. Our Views still only...
Published
Fri, Jan 02 2009 9:35 PM
by
bogardj
Filed under:
C#
,
ASP.NET MVC
Copyright Los Techies 2008, 2009. All rights reserved.