Introduction to Mocking with Rhino Mocks
Category: Languages > .net
Posted: 18 Mar 09
In this episode we will learn how to use the Mocking framework Rhino Mocks.
This is an introductory overview of using Rhino Mocks and is meant for those who are new to either mocking or Rhino Mocks.
|
|
Preserving Routes for SEO using the MVC Routing Engine
Category: Languages > .net
Posted: 18 Mar 09
In this episode we are going to take a look at how to use the Routing Engine that is part of the Asp.Net MVC framework to allow us to preserve old or dead routes in order to not break external links.
We will walk though create the new route, watching it hit our new controller action then f...
|
|
How to Link/Share files between projects in Visual Studio
Category: Languages > .net
Posted: 18 Mar 09
In this episode we will learn how to use Visual Studio to link/share common files between projects.
By linking/sharing common files you can reduce the amount of effort needed to make common changes. This can also reduce the chance of errors due to missing a file or two
|
|
Creating Templates in Visual Studio
Category: Languages > .net
Posted: 18 Mar 09
In this episode we will learn how to use Visual Studio to create both file and project templates.
Creating template will allow us to quickly create either files or projects that are setup and laid out in a common way. They can also reduce the amount of friction that is needed to get codi...
|
|
Introduction to Mocking with Moq
Category: Languages > .net
Posted: 18 Mar 09
In this episode we will learn how to use the Mocking framework Moq. This is an introductory overview of using Moq and is meant for those who are new to either mocking or Moq.
|
|
Creating your DB with Linq' DataContext for testing
Category: Languages > .net
Posted: 18 Mar 09
In this episode we will learn how to use the DataContext object that is part of Linq2Sql to build/rebuild our data base for testing.
We will walk though the creation of the database, the creation of data and learn how to wire this process up to our Tests.
|
|
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...
|
|
Introduction to Linq2Sql
Category: Languages > .net
Posted: 18 Mar 09
In this episode we do an introductory of Linq2Sql. This is meant to be a beginners guide.
The items that are covered are:
Learn how to create the data connection via Server Explorer
How to use the Linq2Sql Designer
Review the DataContext object that is generated
Simp...
|
|
|
|
Creating tests with NUnit
Category: Languages > .net
Posted: 18 Mar 09
In this episode we will cover the basics on how to create various unit test using the NUnit testing framework. We will also review the different Assert helper classes that are part of the testing framework.
|
|
Overview on NUnit's Attributes
Category: Languages > .net
Posted: 18 Mar 09
In this episode we will learn how to use some of the different attributes that are built into the NUnit testing framework.
The attributes we will review are:
Test
TestFixtureSetup
TestFixtureTeardown
Setup
Teardown
Ignore
Explicit
ExpectedException...
|
|
Overview on how to use NUnit
Category: Languages > .net
Posted: 16 Jun 08
This screencast is an introduction to NUnit as well as a brief overview of testing with NUnit. In this episode you will learn the following
Use the NUnit IDE
Create simple tests with NUnit
Debug a test via the VS IDE
|
|