﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Annotations edited by Daniel Portella</title><description /><lastBuildDate>Sun, 08 Nov 2009 03:18:26 Z</lastBuildDate><item><link>http://msdn.microsoft.com/en-us/library/eehb4faa(VS.90).aspx#CommunityContent</link><title>Some more parameters</title><description>&lt;b&gt;Tags:&lt;/b&gt; &lt;a href='http://msdn.microsoft.com/en-us/library/Tags-Cloud.aspx?tag=template'&gt;template&lt;/a&gt; &lt;a href='http://msdn.microsoft.com/en-us/library/Tags-Cloud.aspx?tag=parameters'&gt;parameters&lt;/a&gt; &lt;a href='http://msdn.microsoft.com/en-us/library/Tags-Cloud.aspx?tag=parameter'&gt;parameter&lt;/a&gt; &lt;a href='http://msdn.microsoft.com/en-us/library/Tags-Cloud.aspx?tag=templates'&gt;templates&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;you have the 
$If$ (expression) ... $endif$exampleusing System;$if$ ($targetframeworkversion$ == 3.5)using System.Linq;$endif$using System.Text;...and $targetframeworkversion$ that gives you the value of the framework version like 3.5</description><pubDate>Mon, 23 Jun 2008 12:21:18 -0700</pubDate></item><item><link>http://msdn.microsoft.com/en-us/library/wtzawcsz(VS.80).aspx#CommunityContent</link><title>Single page assemblies / assembly using web application and deployment project</title><description>have a look at my and rich's thread http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1984652&amp;amp;SiteID=1 on how to get single page assemblies to work with web applications.</description><pubDate>Wed, 05 Sep 2007 11:35:12 -0700</pubDate></item><item><link>http://msdn.microsoft.com/en-us/library/ydy4x04a(VS.85).aspx#CommunityContent</link><title>CodeFile and Codebehind</title><description>&lt;b&gt;Tags:&lt;/b&gt; &lt;a href='http://msdn.microsoft.com/en-us/library/Tags-Cloud.aspx?tag=asp'&gt;asp&lt;/a&gt; &lt;a href='http://msdn.microsoft.com/en-us/library/Tags-Cloud.aspx?tag=page-level'&gt;page-level&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;Have a look on CodeBehind, CodeFile and how to get Single Page-Level Assemblies to work with a Web Application Project

  http://forums.microsoft.com/MSDN/Sh...984652&amp;amp;SiteID=1
</description><pubDate>Fri, 24 Aug 2007 09:39:50 -0700</pubDate></item><item><link>http://msdn.microsoft.com/en-us/library/by9k7ea0(VS.85).aspx#CommunityContent</link><title>Error found on the example above.</title><description>the example above has bug, which when run it will loop forever calling GetHierarchicalView method. reason being is that the FileSystemDataSourceView object returned by the implementation of this method on FileSystemDataSource will always return the same view from the first time it was called. see how to fix this bug below:
remove:
Lines,
// Return a strongly typed view for the current data source control.private FileSystemDataSourceView view = null;
add replace the method
protected override</description><pubDate>Wed, 13 Jun 2007 11:52:28 -0700</pubDate></item></channel></rss>