Learning the various ways to use UpdateModel in Asp.Net MVC
Category: Languages > .net
Posted: 24 Jun 09
In this episode we will take a look at at some of the various ways you can use the UpdateModel mechanism which is part of the ASP.Net MVC framework to update your data model from a form post.
We will take a look at how to use UpdateModel, TryUpdateModel and how to use an IBindable interfac...
|
|
|
Creating a new feature via TDD -- Part 2
Category: Languages > .net
Posted: 24 Jun 09
In this episode Kyle Baley and I walk though creating a new feature for DimeCasts.net via remote pairing.
This is the 2nd part of our pairing session, in this session we will fill out the application logic to allow our test to pass
|
|
Introduction to NHibernate: Intermediate NHibernate Usage (Part 6)
Category: Languages > .net
Posted: 24 Jun 09
In the 7th and final episode of this series, you'll see some code examples of working with collections of related objects and how lazy loading and cascade operations work from a code perspective.
We'll also discuss object lifecycle management in NHibernate as well as guidance on how to man...
|
|
Becoming a ReSharper Samurai - Part 2
Category: Languages > .net
Posted: 23 Jun 09
This is the second in a multi-part series were we will guide you through various features of ReSharper. In this episode we will take a look at the following features.
Delete unused directives
Create a constructor (with parameters)
Extract logic into a new method
Create overloaded ...
|
|
Implementing a REST service with WCF (part 1)
Category: Languages > .net
Posted: 23 Jun 09
In this episode we will be taking a look at how to implement a RESTful service using WCF (Windows Communication Foundation). We will start off by taking a look at what a RESTful service is and the move on to actually creating one with WCF
|
|
|
|
Using TDD to create a new Feature for DimeCasts.net
Category: Languages > .net
Posted: 20 Jun 09
In this episode Kyle Baley and I walk though creating a new feature for DimeCasts.net via remote pairing.
We are doing this in a TDD fashion and by the end of this episode we have a flushed out our design via a test, but no working feature (yet). We actually flush out the concrete logic in...
|
|
|
|
Introduction to NHibernate: Collection Relationships (Part 5)
Category: Languages > .net
Posted: 20 Jun 09
In this episode we will continued our dive into how to use NHibernate.
we'll discuss some of the types of collections (bag, set, and list), some of the features NHibernate offers for loading, sorting, and pre-filtering collection data, and how cascading and transparent lazy loading works w...
|
|
|
|
Becoming a ReSharper Samurai - Part 1
Category: Languages > .net
Posted: 20 Jun 09
In this episode you will start your journey on becoming a ReSharper Samurai.
This is the first in a multi-part series were we will guide you through various features of ReSharper. In this episode we will take a look at the following.
Toggling scope on class and methods
...
|
|