Stefan Sedich's Blog
try { Stefan.Code(); } catch(BadCodeException) { NotLikely(); }
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 1.1
.NET 3.5
AJAX
ASP
ASP.NET
Attributes
C#
Caching
Configuration
CONTROLS
Cross Page Postback
Event Validation
FireFox
Javascript
LINQ
MICROSOFT
NHibernate
PAGING
PARAMETRES
PNG
RSS
SEO
Sitemap
SQL
TagCloud
Tagging
Tags
THREADS
Urchin
URL Rewriting
UserControl
VB.NET
XML
Sponsors
advertise here
Navigation
Home
Blogs
Archives
October 2008 (2)
August 2008 (2)
July 2008 (1)
April 2008 (3)
March 2008 (7)
February 2008 (4)
January 2008 (7)
December 2007 (5)
November 2007 (2)
October 2007 (1)
Favourite Sites
Slashdot
The Daily WTF
Browse by Tags
All Tags
»
XML
(
RSS
)
.NET
.NET 3.5
ASP.NET
C#
Configuration
LINQ
MICROSOFT
RSS
Sitemap
UserControl
Enhanced XMLSiteMapProvider with support for dynamic nodes.
by
stefan.sedich
Hello All, This might be a long one so bear with me here this might bore you :). I have have had the need to be able to add dynamic nodes to my sitemap, I am using a sitemap xml file. My first solution, was to create a custom sitemap provider, which would...
Filed under:
ASP.NET
,
MICROSOFT
,
.NET 3.5
,
C#
,
XML
,
Configuration
,
Sitemap
A Templated ASP.NET RSS Feed Reader Control
by
stefan.sedich
Update 20070330: By popular demand (well a couple people) I have included a sample project with everything needed to get started using this control. Basically just a sample web project, click here to get the zipped archive. You might notice things are...
Filed under:
ASP.NET
,
MICROSOFT
,
.NET 3.5
,
LINQ
,
C#
,
XML
,
UserControl
,
RSS
I Think I Love LINQ
by
stefan.sedich
I am beggining to really like to ease of using LINQ, On a project I am working on now I am storing configuration in an XML file like so: <sites> <site id="1" sitename="foo"> <domains> <domain url="www.foo.com" /> </domains>...
Filed under:
ASP.NET
,
.NET
,
MICROSOFT
,
.NET 3.5
,
LINQ
,
C#
,
XML
,
Configuration
More Posts