ASP.NET Podcast

ASP.NET Podcast is geared towards the Microsoft .NET Framework and ASP.NET.
The podcast is run by Wally McClure, David Penton, and Paul Glavich.
Welcome to ASP.NET Podcast Sign in | Join | Help
in Search

ASP.NET Podcast

The ASP.NET Podcast features, technical talks, interviews, news, reviews, and Wallyisms. Wallace B. (Wally) McClure, David Penton, and Paul Glavich are your hosts. We talk about ASP.NET, AJAX, Performance, Databases, WCF, Silverlight, Cloud Computing, Windows Azure, and whatever else we decide to talk about.

ASP.NET Podcast Show #138 - Coding Microsoft Velocity with David Penton - video

Subscribe to All!

Subscribe to WMV.

Subscribe to M4V (iPod).

Subscribe to MP3.

(The cool kids subscribe, why not you?!?)

Download WMV.

Download M4V.

Download MP3.

Code Samples: http://www.aspnetpodcast.com/CS11/files/folders/podcastsupportfiles/entry1293.aspx

Show Notes:

----- Code Sample Notes -----

  • Four (4) assembly references are needed for a cache project:
  • CacheBaseLibrary.dll
  • CASBase.dll
  • ClientLibrary.dll
  • FabricCommon.dll
  • Import System.Data.Caching for code using Velocity
  • You must start with a CacheFactory. No parameters in the construct means to read from a configuration file.
  • From there, cache is accessed via a CacheName. You can use Cache.DefaultCache for the default (returns null) For CTP2, you cannot easily seek out if a region is created.
  • Cache.DefaultRegion is null as well.
  • There is quite a bit of log messages that are exposed by default in Velocity. Especially for a Cache Miss.

Format: wmv
Duration: 23:00

Published Thursday, March 19, 2009 11:00 AM by admin
Anonymous comments are disabled

This Blog

Syndication

Powered by Community Server, by Telligent Systems