Diving Deeper into Ninject -- Binding Lifetimes
Category: Languages > .net
Posted: 05 Apr 09
In this episode we take a deeper look into the Ninject IoC container.
We will review the various ways to set and determine a Types lifetime inside of Ninject. By the end of this episode you will be able to set your types lifetime to either Transient or Singleton
|
|
XML Data Manipulation with XLinq
Category: Languages > .net
Posted: 05 Apr 09
In this episode we take a look at how to use the new XLinq (the Linq implementation for XML Documents) to query and manipuate XML Documents.
We will take a look at how to update an XML Document in multiple different ways using a few different techniques
|
|
|
|
Adding a New Feature to DimeCasts.Net - Data Listing
Category: Languages > .net
Posted: 05 Apr 09
In this episode is the second a series where we are going to be walking through the coding process of adding a new feature to the Dimecasts.net website. In this episode we will create the needed code needed to list the raw data onto the website.
|
|
Introduction to LinqPad - Intermediate Usage
Category: Languages > .net
Posted: 05 Apr 09
In this episode we will learn how to use the LinqPad expression evaluator.
LINQPad is more than just a LINQ query tool: it is a code snippet IDE. Instantly execute any C# 3 or VB 9 expression or statement block!
In this episode we will look at how to execute native .Net code...
|
|
Introduction to LinqPad
Category: Languages > .net
Posted: 25 Mar 09
In this episode we will learn how to use the LinqPad expression evaluator.
LINQPad is more than just a LINQ query tool: it is a code snippet IDE. Instantly execute any C# 3 or VB 9 expression or statement block!
|
|
Learning the Check-in Dance
Category: Tools > Version Control
Posted: 25 Mar 09
In this episode we will walk you though the various steps that make up the Check-in Dance. The steps of the check-in dance are below:
Compile your local copy of the code
Test your local copy of the code
Get the latest version from source control and merge
Compile the merged versi...
|
|
Joins, Grouping, Aggregating w/ Linq2Sql
Category: Languages > .net
Posted: 18 Mar 09
In this episode we take a look at how to create various types of Linq2Sql statements. All the statements created in this episode are done using the really sweat LinqPad tool.
The types of statements that are reviewed here are:
Inner Joins
Outter Joins
Groupings (with some...
|
|
|
|
|
|
|