Archive for February, 2009

Fresh Beginnings

One of the things I hear myself saying nearly all the time sounds something like “if I were starting over…” If you make a living writing software, building websites, building databases, or writing reports you must have, on a regular basis, one of these moments.
For me, the reason I feel this way is because there [...]

iLUXCARS

iLUXCARS is online network for dealers trading luxury and exotic vehicles at wholesale. This includes Ferrari, Lamborghini, Rolls Royce, Bentley, Porsche, Maserati, Aston Martin, Mercedes-Benz, BMW, and more.

http://www.iluxcars.com

TypedMappers

A TypedMapper is a helpful, extrememly lightweight type-safe wrapper class around a NetQuarry Mapper object.

You typically use a TypedMapper as a helper class in an extension. You can create a TypedMapper and attach it to the sender (IMapper) of the event or you can use the TypedMapper derivative to create a new mapper – either for the purpose of creating a new row or reading/updating an existing one. Connecting a TypedMapper via one of the constructors or TypedMapper.Attach is very inexpensive and generally a safer way to work with a mapper.