g0t4

Stories submitted by g0t4

Sexy Windsor Registries(geekswithblogs.net)

submitted by g0t4g0t4(15) 2 years, 3 months ago

After working with FluentNHibernate and seeing examples of registries in StructureMap, I started craving the same thing for my registrations with Windsor. read more...

add a comment |category: |Views: 8

tags: another

IJoinedFilter Part 3: IFilterPriority(geekswithblogs.net)

submitted by g0t4g0t4(15) 2 years, 3 months ago

After implementing several aspects of controller actions as compos-able filters, it became apparent that controlling the order would be import. One of the latest additions is a filter to build up a view model property with data aspects... read more...

add a comment |category: |Views: 4

tags: another

AutoMapFilter meet IJoinedFilter(geekswithblogs.net)

submitted by g0t4g0t4(15) 2 years, 4 months ago

A few weeks ago I blogged about the concept of a “joined” filter to apply filters to actions without attributes. I promised to demonstrate some practical uses, beyond the hello world example in that post, and now it is time to deliver :) Jimmy Bogard talks about how he does MVC view models using an AutoMapFilter to transform the model from the controller into the view model for the view. This is an excellent use of AOP to separate the concern of mapping from the concerns in the controller. When I saw this example, I thought to myself, is it possible to infer the types? read more...

add a comment |category: |Views: 6

tags: another