WCF 4.0: Building WCF Services with WF in Microsoft .NET 4.0 - TL06
Category: Languages > .net      Posted: 11 Dec 08

Eliminate the tradeoff between ease of service authoring and performant, scalable services. Hear about significant enhancements in Windows Communicatio...

Under the Hood: Advances in the .NET Type System - TL02
Category: Languages > .net      Posted: 11 Dec 08

Enhancements to the type system in the next version of .NET Framework allow for loose type-coupling of components comprising your application. This tal...

Framework Design Guidelines - PC58
Category: Languages > .net      Posted: 11 Dec 08

Learn about guidelines that have helped the Microsoft .NET Framework grow into the most popular developer framework Microsoft has ever created. After t...

Mono and .NET - PC54
Category: Languages > .net      Posted: 11 Dec 08

See how Mono, the open source implementation of the .NET Framework, offers a platform for developers to leverage .NET in new and unconventional scenari...

Microsoft .NET Framework: CLR Futures - PC49
Category: Languages > .net      Posted: 11 Dec 08

Learn about the new features in the next major version of the Common Language Runtime (CLR) from the people building it. Hear about support for in-proc...

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

  • Painless Persistence with Castle ActiveRecord
    Category: Languages > .net      Posted: 05 Jun 08

    This presentation by Hamilton Verissimo and Oren Eini show Castle Active Record - an ORM solution for .NET building on NHibernate. After an introductio...

    MonoRail Quickly Screencast
    Category: Languages > .net      Posted: 26 Dec 07

    It's a quick walkthrough on how you can get a baseline MonoRail solution up and running. Yeah, I know. Everyone's talking about MS MVC these days, and I'm certainly just as excited about it as anyone else. But MonoRail is still a very nice MVC framework that can be fully leveraged now.

    Functional ADO.NET
    Category: Web Development > Asp.net      Posted: 30 Oct 07

    Whilst LINQ is almost here, there is still a place in the world for plain old ADO.NET programming. However, procedural ADO.NET code can often be cumber...

    Building a Smart Client Toolkit
    Category: Languages > .net      Posted: 26 Oct 07

    You'll discover capabilities you never knew existed, learn to use advanced OO capabilities in Windows Forms, find out how to build large, complex Windo...

    Architecting Toronto.com with ASP.NET
    Category: Web Development > Asp.net      Posted: 26 Oct 07

    Toronto.Com attracts over 700,000 unique visitors per month, and offers comprehensive and searchable access to business and event listings. Originally ...

    Subsonic : Paging A Gridview
    Category: Languages > .net      Posted: 22 Jul 07

    Paging isn't always the easiest thing to figure out - and sometimes not the most performant thing you can do to a we site. Here's a webcast to show you how to set it up both ways: the ASP way, and the SubSonic way.