Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Jeff Lucovsky's blog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
No tags have been created or used yet.
Archives
August 2006 (1)
March 2006 (1)
September 2005 (1)
August 2005 (4)
July 2005 (2)
April 2005 (3)
February 2005 (3)
July 2005 - Posts
Wednesday, July 27, 2005 1:23 PM
Sample: Version Control RSS Feed
<%@ Page Language="c#" %> <%@ OutputCache Duration="20" Location="Server" VaryByParam="state" VaryByCustom="minorversion" VaryByHeader="Accept-Language"%> <% // "Copyright © Microsoft Corporation. All rights reserved. These Samples are
Posted by
jefflu
|
10 Comments
Friday, July 22, 2005 6:40 AM
Part 3: What's my source control server doing? A RSS feed to keep track of checkins
I haven't forgotten about the RSS feed generator. There were some issues that I needed to resolve with the sample code before it can be released; this required a few changes -- these include: Instead of using public methods in the Version Control server
Posted by
jefflu
|
1 Comments