Live-From-Redmond - Programming RSS
Today (in 40 Minutes) at (09:00AM – PST) I’m giving a talk on Programming RSS in ASP.NET.
I’ll be using Dmitry’s AWESOME ASP.NET RSS Toolkit.
You can sign up HERE.
You can download the PowerPoint and Demos HERE.
Comments
- Anonymous
December 02, 2006
I like your examples. How would you go about filtering more specific terms. Could you use a regex? FilterTerm.Add("fire") Dim re As New Regex("<[Ff]ire>") Thanks Matt