Tag: .net
Getting started with Code Contracts in Visual Studio 2008
Mike Barnett gives a step-by-step tutorial on Code Contracts, a new way to express preconditions, postconditions and invariants in any .NET language. The contracts team have built a runtime instrumentation tool and also advanced static checkers that can understand and reason about contracts. The Code Contracts library can be downloaded for …
Introduction to the Routing Engine in the ASP.Net Framework
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 …
Sharepoint Development with Visual Studio 2010
In this video, Reza gives us a quick sneak-peak on some of the tools coming in Visual Studio 2010 around supporting Sharepoint as a platform. Watch this video on Channel9.com
Replacing the default view engine in MVC with Spark
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. http://www.dimecasts.net/Content/WatchEpisode/80 Spark …
Learning to use Fluent NHibernate: Getting started with your first mappings
This episode starts 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 NHibernate OR/M. …