<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>dream-coder.de &#187; SiteMap.xml</title>
	<atom:link href="http://blog.dream-coder.de/tag/sitemapxml/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dream-coder.de</link>
	<description>Blog über .NET, SQL Server, PHP, Typo3 und sonstige Themen</description>
	<lastBuildDate>Wed, 11 Aug 2010 22:25:29 +0000</lastBuildDate>
	<language>de-de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>[ASP.NET] &#8211; SecurityTrimmingEnabled=&#8221;true&#8221;</title>
		<link>http://blog.dream-coder.de/2007/11/aspnet-securitytrimmingenabledtrue/</link>
		<comments>http://blog.dream-coder.de/2007/11/aspnet-securitytrimmingenabledtrue/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 15:05:52 +0000</pubDate>
		<dc:creator>Christian Hünniger</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[KnowHow]]></category>
		<category><![CDATA[SiteMap.xml]]></category>
		<guid isPermaLink="false">http://blog.dream-coder.de/?p=192</guid>
		<description><![CDATA[Ich falle immer wieder darauf rein... in Visual Studio gibt es einen Bug mit dem Autointellisense und dem Wort SecurityTrimmingEnabled="true". Automatisch wird die eigenschaft so eingefügt: [asp][/asp] aber es ist falsch geschrieben, so ist es richtig: [asp][/asp] MSDN - SecurityTrimmingEnabled Namespace: System.Web Assembly: System.Web (in system.web.dll) [csharp] public bool SecurityTrimmingEnabled { get; } [/csharp] In [...]]]></description>
		<wfw:commentRss>http://blog.dream-coder.de/2007/11/aspnet-securitytrimmingenabledtrue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ASP.NET] &#8211; siteMapNode um eigene Tags erweitern</title>
		<link>http://blog.dream-coder.de/2006/08/aspnet-sitemapnode-um-eigene-tags-erweitern/</link>
		<comments>http://blog.dream-coder.de/2006/08/aspnet-sitemapnode-um-eigene-tags-erweitern/#comments</comments>
		<pubDate>Tue, 15 Aug 2006 05:22:34 +0000</pubDate>
		<dc:creator>Christian Hünniger</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[SiteMap.xml]]></category>
		<guid isPermaLink="false">http://blog.dream-coder.de/?p=89</guid>
		<description><![CDATA[Hy Ich war auf der Suche nach einer Möglichkeit, an siteMapNodes Bilder zu benutzen. Die Lösung fand ich bei bei Thomas und ist hier für das Archiv. Und zwar wird dabei die Datenbindung manuell erweitert. &#60;siteMapNode url=&#34;~/kontakt.aspx&#34; title=&#34;&#34; description=&#34;Kontakt zu Uns&#34; imageUrl=&#34;~/App_Themes/style_one/images/menue/home.gif&#34;&#62; Die Datenbindung: public void OnItemBound&#40;object sender, MenuEventArgs args&#41; &#123; args.Item.ImageUrl = &#40;&#40;SiteMapNode&#41;args.Item.DataItem&#41;&#91;&#34;imageUrl&#34;&#93;; &#125; [...]]]></description>
		<wfw:commentRss>http://blog.dream-coder.de/2006/08/aspnet-sitemapnode-um-eigene-tags-erweitern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
