Introduction to AutoMapper
Category: Languages > .net
Posted: 27 Jun 09
In this episode we will take a look at how we can simplify our entity mapping by using AutoMapper.
AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Current...
|
|
|
Castle Windsor - Configuring your IoC Container
Category: Languages > .net
Posted: 18 Jun 09
In this episode we take at how to Configure the Castle Windsor IoC Container. This is another part in a multi-part series were we will show you how to use and configure Windsor as your IoC Container.
The goal of this episode is to get you up to speed on the various ways you can configure W...
|
|
App.Config & Creating Custom Configuration Sections
Category: Languages > .net
Posted: 18 Jun 09
In this episode we take a look at how to create custom configuration sections withen our App.config or Web.config files.
Creating a ConfigurationSection in our config files allows us to describe and load configuration data in our own format/layout.
|
|
Using the Listen activity in WF
Category: Languages > .net
Posted: 09 Mar 09
This screencast shows how to use the listen activity to wait for multiple events at the same time. This activity is important in many application scena...
|
|
Configuring MEX endpoints
Category: Languages > .net
Posted: 09 Mar 09
Learn how to configure your WCF services with Metadata Exchange (MEX) endpoints - both over HTTP and TCP - allowing consumers to automatically retrieve...
|
|
|
|
Configuring Bindings
Category: Languages > .net
Posted: 09 Mar 09
Learn how to configure bindings on your WCF endpoints, which will allow you to customize the precise communication details you wish to support on your ...
|
|
|
|
Configuring service references
Category: Languages > .net
Posted: 08 Mar 09
Learn how to configure client-side service references with different settings. You'll see how to use service reference configuration editor within Visu...
|
|
|
|
|