Current EpisodeAuthors


# 161
2/2/2010
Level: Intermediate
Tags: Dot Net AutoMapper
Comments: (3)
Views: (794)
Watched: (181)
Downloads: (225)
Author:
Derik Whittaker


A deeper look into AutoMapper: Custom Type Resolvers
In this episode we are going to continue looking at the AutoMapper framework.

AutoMapper is a framework which uses a convention-based matching algorithm to match up source to destination values. In this episode we are going to learn how to use type resolvers. Type resolvers allow you to perform custom value mapping in a very simple and elegant way with very little code
Click here to Watch this Episode

Download (12.10) (7:54) (1440x900)
Download (8.23) (7:54) (960x600)

# 160
1/26/2010
Level: Beginner
Tags: Dot Net AutoMapper
Comments: (0)
Views: (1217)
Watched: (365)
Downloads: (312)
Author:
Derik Whittaker


A deeper look into AutoMapper: Projection and Flattening Objects
In this episode we are going to continue looking at the AutoMapper framework.

AutoMapper is a framework which uses a convention-based matching algorithm to match up source to destination values. In this episode we are going to take a deeper look at how you can flatten your model during transformation or perform projection during transformation.
Click here to Watch this Episode

Download (13.85) (10:13) (1440x900)
Download (9.90) (10:13) (960x600)

# 159
1/19/2010
Level: Intermediate
Tags: MVC
Comments: (7)
Views: (810)
Watched: (182)
Downloads: (223)
Author:
Donn Felker


Working with Partials in Spark: Part 2
In this episode we are going to continue looking at how to use Partials within the Spark View Engine.

In this episode we will take a deeper look at partials and learn more about their _undocumented_ features. We will also be learning how partials will allow us to create clean, compartmentalized and well orgianized code.
Click here to Watch this Episode

Download (13.85) (10:13) (1440x900)
Download (9.90) (10:13) (960x600)

# 158
1/12/2010
Level: Intermediate
Tags: .Net 3.0 Dot Net
Comments: (6)
Views: (1437)
Watched: (306)
Downloads: (381)
Author:
Derik Whittaker
 
Presented By:
Codebetter.com


Exploring Operator Overloading in C#
In this episode we are going to take a look at how create overloaded operators for your objects.

perator overloading permits user-defined operator implementations to be specified for operations where one or both of the operands are of a user-defined class or struct type. When creating your own operators there are many different operators which can be overloaded.

+, -, *, /, %, &, |, <<, >> All C# binary operators can be overloaded
+, -, !, ~, ++, –, true, false All C# unary operators can be overloaded
==, !=, <, >, <= , >= All relational operators can be overloaded, but only as pairs.
Click here to Watch this Episode

Download (19.86) (11:11) (1440x900)
Download (13.45) (11:11) (960x600)

# 157
1/7/2010
Level: Intermediate
Tags: MVC
Comments: (5)
Views: (1006)
Watched: (277)
Downloads: (318)
Author:
Donn Felker
 
Presented By:
Codebetter.com


Working with Partials in Spark: Part 1
In this episode we are going to take a look at how to use Partials within the Spark View Engine.

We will be taking a first look at partials and learn how we can setup our application to use partials as well as how to use them in your application. We will also be learning how partials will allow us to create clean, compartmentalized and well orgianized code.
Click here to Watch this Episode

Download (14.64) (10:17) (1440x900)
Download (10.17) (10:17) (960x600)

# 156
12/29/2009
Level: Intermediate
Tags: MVC
Comments: (7)
Views: (1339)
Watched: (287)
Downloads: (279)
Author:
Donn Felker


Learning how to use Named Content Areas w/ Spark
In this episode we are going to take a look at the how to setup and use Named Content Areas w/ the Spark view Engine. Named Content areas allow for an easy and simple way to organize the content or structure of you website.
Click here to Watch this Episode

Download (15.00) (12:29) (1280x1024)

# 155
12/17/2009
Level: Intermediate
Tags: Dot Net
Comments: (2)
Views: (2594)
Watched: (803)
Downloads: (707)
Author:
Derik Whittaker


Exploring .Net 4 Features - Tuples
In this episode we are going to continue taking a look at some of the new features which are part of .Net 4.

We will be focusing this episode on Tuples. Tuples allow you to return multiple values from a method with simplicity and ease by allowing you to dynamically create a return object which is typed for your specific needs.
Click here to Watch this Episode

Download (9.58) (9:08) (1440x900)
Download (6.92) (9:08) (960x600)

# 154
12/8/2009
Level: Intermediate
Tags: WCF
Comments: (1)
Views: (1371)
Watched: (363)
Downloads: (623)
Author:
Derik Whittaker


How to host a WCF Service inside your Windows Service
In this episode we are going to take a look how to host your WCF service inside your Windows Service. In many situations hosting WCF inside of IIS may not be the best solution for you or your team. When this is the case hosting inside a windows service may be the best solution and in this episode we will take a look at how you can accomplish this.
Click here to Watch this Episode

Download (15.65) (9:03) (1440x900)
Download (10.81) (9:03) (960x600)

# 153
11/24/2009
Level: Intermediate
Tags: Dot Net
Comments: (1)
Views: (1549)
Watched: (555)
Downloads: (742)
Author:
Derik Whittaker


Exploring .Net 4 Features - Named and Optional Parameters
In this episode we are going to start taking a look at some of the new features which are part of .Net 4.

We will be focusing this episode on Named and Optional Parameters. Optional Parameters all you to default values for your methods which can reduce the need to for overloading methods. Named parameters allow you to specify the exact parameter by Name when calling a method
Click here to Watch this Episode

Download (8.14) (8:48) (1440x900)
Download (6.10) (8:48) (960x600)

# 152
11/17/2009
Level: Beginner
Tags: Dot Net MEF
Comments: (1)
Views: (1928)
Watched: (841)
Downloads: (874)
Author:
Derik Whittaker


Introduction to MEF, Getting rolling with basic usage
In this episode we are going to take a quick look at the new plugin framework from Microsoft the Managed Extensibility Framework (MEF for short).

In this episode we will explore how to setup your first MEF based plugin system and show how easy it can be.
Click here to Watch this Episode

Download (13.56) (9:22) (1440x900)
Download (9.73) (9:22) (960x600)