Introduction to the Routing Engine in the ASP.Net Framework
Category: Languages > .net      Posted: 25 Jun 09

In this episode we will take a look introductionary look at how to use the Routing engine which is part of the Asp.Net MVC framework.

We will start off by showing how the various parts of the routing commands are used while building routes. We will then take a look at how to create a simpl...

Taking a look at how to separate out your WCF service project into multiple parts
Category: Languages > .net      Posted: 25 Jun 09

In this episode we will take a look at how you can break your WCF service into multiple projects.

We will walk you though how it is possible to put your WCF contracts into a commong project which can be shared by others, as well as how to put you domain entities into their own project. Hav...

Learning to use Fluent NHibernate: Getting started w/ your first mappings
Category: Languages > .net      Posted: 24 Jun 09

In this episode we will start a short series on how to use the FluentNHibernate library to create you NHibernate mapping files.

We will walk you though creating very simple mappings and showing you how they work when using FluentNhibernate. This is NOT meant to teach you how to use the NHi...

Building a Nant Script -- Part 3: Adding Code Coverage w/ NCover
Category: Languages > .net      Posted: 24 Jun 09

In this episode we will continue our series on how to create a build script using the NAnt build tool.

In this episode we will build off the script for previous episode and add in the ability to run code coverage within our script.

Building a Nant Script -- Part 2: Adding NUnit tests
Category: Languages > .net      Posted: 24 Jun 09

In this episode we will continue our series on how to create a build script using the NAnt build tool.

In this episode we will build off the script for preivous episode and add in the ability to run NUnit tests within our script. You can get the script for this episode here

Replacing the default view engine in MVC w/ Spark
Category: Languages > .net      Posted: 24 Jun 09

In this episode we will take a look at how you can easily swap out the default view engine within the MVC Framework.

Once we learn how simple it is to swap view engines we will take a intro look at how to use the Spark View engine.

Learning how to use the XML Serializer
Category: Languages > .net      Posted: 24 Jun 09

In this episode we will take a look at how to utilize the XML Serializer to make your life easier.

We will take a look at how you can simplify your coding efforts when you need to turn an object model into XML or your XML document into an object model

Building a Nant Script -- Part 1: Setting up the script
Category: Languages > .net      Posted: 24 Jun 09

In this episode we will start a series on how to create a build script using the NAnt build tool.

We will start off this series by walking you though how to setup a simple build script which will simply compile your application. We will use this script as our basis for all future episodes ...

Learn how to consume a WCF Service
Category: Languages > .net      Posted: 24 Jun 09

In this episode we will walk you though step by step on how to setup your .net application to consume as WCF service.

We will show you how you can Visual Studio to create your service proxy as well as how to use SvcUtil to create the proxy.

How to add ReCaptcha to your MVC Web Site
Category: Languages > .net      Posted: 24 Jun 09

In this episode we will show you how to implement ReCaptcha within your MVC Web site. We will walk you though the various steps needed in order to create a simple and easy MVC solution

Introdction to S#arp Architecture
Category: Languages > .net      Posted: 24 Jun 09

In this episode we will give you an introduction to the S#arp Architecture for the ASP.NET MVC Framework.

This is a solid architectural foundation for rapidly building maintainable web applications leveraging the ASP.NET MVC framework with NHibernate. The primary advantage to be sought in ...

Becoming a ReSharper Samurai - Part 3
Category: Languages > .net      Posted: 24 Jun 09

This is the third in a multi-part series were we will guide you through various features of ReSharper. In this episode we will focus on various ways to use ReSharper to navigate your code, we take a look at the following features.

  • Navigate to file/type/member
  • Go to definition/declaration <...