<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Love that ASP.NET and SQL Server : Visual C# .NET</title><link>http://blogs.msdn.com/benmiller/archive/tags/Visual+C_2300_+.NET/default.aspx</link><description>Tags: Visual C# .NET</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Visual C# Express application ScreenSaver</title><link>http://blogs.msdn.com/benmiller/archive/2004/09/14/229692.aspx</link><pubDate>Wed, 15 Sep 2004 01:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:229692</guid><dc:creator>benmiller</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/benmiller/comments/229692.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benmiller/commentrss.aspx?PostID=229692</wfw:commentRss><description>&lt;p&gt;Just wanted to post my successes on working on the &lt;a href="http://lab.msdn.microsoft.com/express/vcsharp/default.aspx"&gt;Visual C# Express &lt;/a&gt;project.&amp;nbsp; I modified a ScreenSaver program that came from the template that is installed with &lt;a href="http://lab.msdn.microsoft.com/express/vcsharp/default.aspx"&gt;Visual C# Express&lt;/a&gt;.&amp;nbsp; It has an RSS Feed that gets loaded from a application setting in the .config file pointing to a main feed of an RSS (but could just as well point to the individual's RSS Feed.&lt;/p&gt; &lt;p&gt;The thing that I modified on it was to use the RegEx libraries to remove the HTML tags and the &amp;amp;nbsp; stuff so that when you saw the description on the screen, that you did not see tags, but just text.&lt;/p&gt; &lt;p&gt;I was talking to &lt;A href="http://blogs.msdn.com/brada"&gt;Brad Abrams&lt;/a&gt;&amp;nbsp;about the project and how it was displaying the tags and I thought, well, why don't we just remove it so it would just show the text.&amp;nbsp; So I set out to do just that.&lt;/p&gt; &lt;p&gt;I have completed the project, thanks to some Regular Expressions from &lt;a href="http://www.regexlib.com"&gt;RegExLib.com&lt;/a&gt;.&amp;nbsp; Great stuff there.&amp;nbsp; If anyone wants the finished project, let me know and I will post it up here or somewhere you can get to.&lt;/p&gt; &lt;p&gt;I have definitely decided that I am jumping in now and doing more Whidbey stuff so that I can catch up with my &lt;a href="http://mvp.support.microsoft.com"&gt;MVP's&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;More to come from &lt;a href="http://info.borland.com/conf2004"&gt;BorCon&lt;/a&gt;&amp;nbsp;as we still have 1 more full day.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=229692" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benmiller/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.msdn.com/benmiller/archive/tags/Visual+C_2300_+.NET/default.aspx">Visual C# .NET</category><category domain="http://blogs.msdn.com/benmiller/archive/tags/Software+Development/default.aspx">Software Development</category></item><item><title>How do I change the value in an XsltArgumentList</title><link>http://blogs.msdn.com/benmiller/archive/2004/09/14/229192.aspx</link><pubDate>Tue, 14 Sep 2004 09:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:229192</guid><dc:creator>benmiller</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/benmiller/comments/229192.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benmiller/commentrss.aspx?PostID=229192</wfw:commentRss><description>&lt;div class="Section1"&gt; &lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;I encountered a customer today with a question.&amp;nbsp; Remember I am at &lt;a href="http://info.borland.com/conf2004"&gt;BorCon&lt;/a&gt; this week.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;The question was around the XsltTransform and using parameters.&amp;nbsp; So I quickly looked up the object and the method of Tranform and found that indeed I could pass parameters in an &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemxmlxslxsltargumentlistclasstopic.asp"&gt;XsltArgumentList&lt;/a&gt;.&amp;nbsp; Now the question was this.&amp;nbsp; If I am using the same xslt and the same parameters (obviously), but want to just change the value of the parameter for another run, how do I do this?&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;So I looked up the XsltArgumentList and found that there is an AddParam, and a GetParam, and a RemoveParam, but there no reference to an indexer, or anything that would allow me to change the value of the parameter without doing a RemoveParam and an AddParam.&amp;nbsp; Then there is the curious &amp;nbsp;GetParam and it returning an Object instead of a type of like say XsltArgument so that you can just change the value or the namespace without removing and re-adding with a new value.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;Are there any takers?&amp;nbsp; I could not find anything on it and it would be great to learn a little more about a space that I have little experience in.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=229192" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benmiller/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.msdn.com/benmiller/archive/tags/Visual+C_2300_+.NET/default.aspx">Visual C# .NET</category><category domain="http://blogs.msdn.com/benmiller/archive/tags/Software+Development/default.aspx">Software Development</category></item></channel></rss>