<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="https://purl.org/rss/1.0/modules/content/" xmlns:dc="https://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[BP Forums - C#.NET (Visual C# 2010/2008)]]></title>
		<link>https://bpforums.info/</link>
		<description><![CDATA[BP Forums - https://bpforums.info]]></description>
		<pubDate>Sun, 24 May 2026 16:18:09 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[How do you programatically open a file in c# to append?]]></title>
			<link>https://bpforums.info/showthread.php?tid=699</link>
			<pubDate>Sat, 17 Nov 2012 11:03:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://bpforums.info/member.php?action=profile&uid=383">complete</a>]]></dc:creator>
			<guid isPermaLink="false">https://bpforums.info/showthread.php?tid=699</guid>
			<description><![CDATA[How do you programatically open a file in c# to append?<br />
<br />
I tried searching online for an example and so far I have not found anything.<br />
<br />
There is System.IO.StreamWriter and there is System.IO.StreamReader but there is no StreamAppend. Is there some way to use StreamWriter without overwritting the content of the existing file? Is there some way to use System.IO.Stream with some sort of appending criteria?]]></description>
			<content:encoded><![CDATA[How do you programatically open a file in c# to append?<br />
<br />
I tried searching online for an example and so far I have not found anything.<br />
<br />
There is System.IO.StreamWriter and there is System.IO.StreamReader but there is no StreamAppend. Is there some way to use StreamWriter without overwritting the content of the existing file? Is there some way to use System.IO.Stream with some sort of appending criteria?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Generating a Random Color in C#]]></title>
			<link>https://bpforums.info/showthread.php?tid=631</link>
			<pubDate>Sun, 02 Sep 2012 23:23:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://bpforums.info/member.php?action=profile&uid=317">Macatone</a>]]></dc:creator>
			<guid isPermaLink="false">https://bpforums.info/showthread.php?tid=631</guid>
			<description><![CDATA[Here is a helpful code snippit that I converted to C# from Brandon's post in the Java forum.<br />
<br />
This method returns a color with random red, green, and blue values.<br />
<br />
Pastebin: <a href="http://pastebin.com/PceciHEE" target="_blank" rel="noopener" class="mycode_url">http://pastebin.com/PceciHEE</a><br />
<br />
[code2=csharp]//This method returns a color with random red, green, and blue values<br />
<br />
public Color getRandomColor()<br />
{<br />
     Random random = new Random();<br />
     return Color.FromArgb(random.Next(256), random.Next(256), random.Next(256));<br />
}[/code2]]]></description>
			<content:encoded><![CDATA[Here is a helpful code snippit that I converted to C# from Brandon's post in the Java forum.<br />
<br />
This method returns a color with random red, green, and blue values.<br />
<br />
Pastebin: <a href="http://pastebin.com/PceciHEE" target="_blank" rel="noopener" class="mycode_url">http://pastebin.com/PceciHEE</a><br />
<br />
[code2=csharp]//This method returns a color with random red, green, and blue values<br />
<br />
public Color getRandomColor()<br />
{<br />
     Random random = new Random();<br />
     return Color.FromArgb(random.Next(256), random.Next(256), random.Next(256));<br />
}[/code2]]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Head First C#: A great book for learning C#]]></title>
			<link>https://bpforums.info/showthread.php?tid=627</link>
			<pubDate>Sat, 01 Sep 2012 21:59:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://bpforums.info/member.php?action=profile&uid=317">Macatone</a>]]></dc:creator>
			<guid isPermaLink="false">https://bpforums.info/showthread.php?tid=627</guid>
			<description><![CDATA[For those of you who would like to learn C#, I highly recommend that you look at this book: <a href="http://www.amazon.com/dp/1449380344/ref=rdr_ext_sb_ti_sims_1" target="_blank" rel="noopener" class="mycode_url">http://www.amazon.com/dp/1449380344/ref=..._ti_sims_1</a><br />
<br />
If you are proficient in another programming language, I wouldn't recommend this book because it was written for beginners. This is a really long book (733 pages to be exact; I still haven't finished it yet &lt;!-- s<img src="https://bpforums.info/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> --&gt;&lt;img src="{SMILIES_PATH}/icon_e_wink.gif" alt="<img src="https://bpforums.info/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" />" title="Wink" /&gt;&lt;!-- s<img src="https://bpforums.info/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> --&gt; ), but I would still recommend that you read it.]]></description>
			<content:encoded><![CDATA[For those of you who would like to learn C#, I highly recommend that you look at this book: <a href="http://www.amazon.com/dp/1449380344/ref=rdr_ext_sb_ti_sims_1" target="_blank" rel="noopener" class="mycode_url">http://www.amazon.com/dp/1449380344/ref=..._ti_sims_1</a><br />
<br />
If you are proficient in another programming language, I wouldn't recommend this book because it was written for beginners. This is a really long book (733 pages to be exact; I still haven't finished it yet &lt;!-- s<img src="https://bpforums.info/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> --&gt;&lt;img src="{SMILIES_PATH}/icon_e_wink.gif" alt="<img src="https://bpforums.info/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" />" title="Wink" /&gt;&lt;!-- s<img src="https://bpforums.info/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> --&gt; ), but I would still recommend that you read it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Difference?]]></title>
			<link>https://bpforums.info/showthread.php?tid=587</link>
			<pubDate>Fri, 27 Jul 2012 21:18:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://bpforums.info/member.php?action=profile&uid=212">Vinwarez</a>]]></dc:creator>
			<guid isPermaLink="false">https://bpforums.info/showthread.php?tid=587</guid>
			<description><![CDATA[What is the difference between <span style="font-style: italic;" class="mycode_i"><span style="color: gray;" class="mycode_color">System.Console.WriteLine("Hello, World!");</span></span> and <span style="font-style: italic;" class="mycode_i"><span style="color: gray;" class="mycode_color">Console.WriteLine("Hello, World!");</span></span> ?]]></description>
			<content:encoded><![CDATA[What is the difference between <span style="font-style: italic;" class="mycode_i"><span style="color: gray;" class="mycode_color">System.Console.WriteLine("Hello, World!");</span></span> and <span style="font-style: italic;" class="mycode_i"><span style="color: gray;" class="mycode_color">Console.WriteLine("Hello, World!");</span></span> ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[XNA?]]></title>
			<link>https://bpforums.info/showthread.php?tid=575</link>
			<pubDate>Thu, 19 Jul 2012 21:50:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://bpforums.info/member.php?action=profile&uid=257">lhendrey45</a>]]></dc:creator>
			<guid isPermaLink="false">https://bpforums.info/showthread.php?tid=575</guid>
			<description><![CDATA[bran? you ever thought about using XNA to create games? &lt;!-- s<img src="https://bpforums.info/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> --&gt;&lt;img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="<img src="https://bpforums.info/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />" title="Very Happy" /&gt;&lt;!-- s<img src="https://bpforums.info/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> --&gt;  &lt;!-- s<img src="https://bpforums.info/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> --&gt;&lt;img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="<img src="https://bpforums.info/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />" title="Very Happy" /&gt;&lt;!-- s<img src="https://bpforums.info/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> --&gt;]]></description>
			<content:encoded><![CDATA[bran? you ever thought about using XNA to create games? &lt;!-- s<img src="https://bpforums.info/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> --&gt;&lt;img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="<img src="https://bpforums.info/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />" title="Very Happy" /&gt;&lt;!-- s<img src="https://bpforums.info/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> --&gt;  &lt;!-- s<img src="https://bpforums.info/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> --&gt;&lt;img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="<img src="https://bpforums.info/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />" title="Very Happy" /&gt;&lt;!-- s<img src="https://bpforums.info/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> --&gt;]]></content:encoded>
		</item>
	</channel>
</rss>