<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>C# - WonderHowTo</title>
    <link>https://c-sharp.wonderhowto.com/</link>
    <description><![CDATA[Wonder How To is your guide to free how to videos on the Web. Search, Browse and Discover the best how to videos across the web using the largest how to video index on the web. Watch the best online video instructions, tutorials, &amp; How-Tos for free. Have your own how to videos? Submit them to share with the world.]]></description>
    <language>en-us</language>
    <pubDate>Fri, 12 Jun 2026 18:56:13 GMT</pubDate>
    <lastBuildDate>Fri, 12 Jun 2026 18:56:13 GMT</lastBuildDate>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>C# RSS Feeder</generator>
    <managingEditor>contact@wonderhowto.com (Contact WonderHowTo)</managingEditor>
    <image>
      <link>https://c-sharp.wonderhowto.com/</link>
      <title>C# - WonderHowTo</title>
      <description>C#</description>
      <url>https://assets.content.technologyadvice.com/logos/wonderhowto.rss.gif</url>
      <width>144</width>
      <height>144</height>
    </image>
    <atom:link href="https://c-sharp.wonderhowto.com/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>How to Filter the Data into Window Form from Database ?</title>
      <link>https://c-sharp.wonderhowto.com/forum/filter-data-into-window-form-from-database-0137875/</link>
      <comments>https://c-sharp.wonderhowto.com/forum/filter-data-into-window-form-from-database-0137875/#comments</comments>
      <description><![CDATA[<div>
                                
                                <p>i want to know how to view the desired data alone on the form...from the database...if the table in database contains the collection of 100 students' data...i want to view the data of 75th student..how i get it from the<a href=https://c-sharp.wonderhowto.com/forum/filter-data-into-window-form-from-database-0137875/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                
                                <p>i want to know how to view the desired data alone on the form...from the database...if the table in database contains the collection of 100 students' data...i want to view the data of 75th student..how i get it from the<a href=https://c-sharp.wonderhowto.com/forum/filter-data-into-window-form-from-database-0137875/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Tue, 03 Jul 2012 18:24:22 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/forum/filter-data-into-window-form-from-database-0137875/</guid>
      <dc:creator>Karthic Srinivasan</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Filter the Data into Window Form from Database ?</media:title>
      <media:description type="html">i want to know how to view the desired data alone on the form...from the database...if the table in database contains the collection of 100 students' data...i want to view the data of 75th student..how i get it from the database.</media:description>
      <media:thumbnail/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>C# - Connection String to Sql and Datareader/Query in vs 2010</title>
      <link>https://c-sharp.wonderhowto.com/forum/c-connection-string-sql-and-datareaderquery-vs-2010-0137680/</link>
      <comments>https://c-sharp.wonderhowto.com/forum/c-connection-string-sql-and-datareaderquery-vs-2010-0137680/#comments</comments>
      <description><![CDATA[<div>
                                
                                <p>I am new to C# and VB, I am working on a personal project but facing challenges with the coding. I have read many articles on C# &amp; Sql coding etc.. but when it comes to creating the application there's always an error if you don't know well the logic behind it. I need some sort of guidance if possible.The idea is to create a windows app form (C#) where there will be a textbox1 ( user inputs word) ; a search button and textbox2 ( display of query result). It's a virtual search engine/ dictionary that uses SQL database as source of information. This is what I have reached so far; 1 - Created a table ( SQL server) with Two fields ( Word ; Definition) and added around 200 words in it. Shall I create a relationship diagram to the table I created and set 'word' as primary key? Or it is not necessary?  2- Establish a connection string in VB (c#) ;using System.Data.Sql; using System.Data.SqlClient; SqlConnection myConnection = new SqlConnection("user id=userid;" +<a href=https://c-sharp.wonderhowto.com/forum/c-connection-string-sql-and-datareaderquery-vs-2010-0137680/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                
                                <p>I am new to C# and VB, I am working on a personal project but facing challenges with the coding. I have read many articles on C# &amp; Sql coding etc.. but when it comes to creating the application there's always an error if you don't know well the logic behind it. I need some sort of guidance if possible.The idea is to create a windows app form (C#) where there will be a textbox1 ( user inputs word) ; a search button and textbox2 ( display of query result). It's a virtual search engine/ dictionary that uses SQL database as source of information. This is what I have reached so far; 1 - Created a table ( SQL server) with Two fields ( Word ; Definition) and added around 200 words in it. Shall I create a relationship diagram to the table I created and set 'word' as primary key? Or it is not necessary?  2- Establish a connection string in VB (c#) ;using System.Data.Sql; using System.Data.SqlClient; SqlConnection myConnection = new SqlConnection("user id=userid;" +<a href=https://c-sharp.wonderhowto.com/forum/c-connection-string-sql-and-datareaderquery-vs-2010-0137680/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 20 Jun 2012 13:39:21 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/forum/c-connection-string-sql-and-datareaderquery-vs-2010-0137680/</guid>
      <dc:creator>Raja Khoury</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>C# - Connection String to Sql and Datareader/Query in vs 2010</media:title>
      <media:description type="html"><![CDATA[I am new to C# and VB, I am working on a personal project but facing challenges with the coding. I have read many articles on C# & Sql coding etc.. but when it comes to creating the application there's always an error if you don't know well the logic behind it. I need some sort of guidance if possible.The idea is to create a windows app form (C#) where there will be a textbox1 ( user inputs word) ; a search button and textbox2 ( display of query result). It's a virtual search engine/ dictionary that uses SQL database as source of information. This is what I have reached so far; 1 - Created a table ( SQL server) with Two fields ( Word ; Definition) and added around 200 words in it. Shall I create a relationship diagram to the table I created and set 'word' as primary key? Or it is not necessary?  2- Establish a connection string in VB (c#) ;using System.Data.Sql; using System.Data.SqlClient; SqlConnection myConnection = new SqlConnection("user id=userid;" + "password=validpwd;server=loc]]></media:description>
      <media:thumbnail/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Use and work with XML documents in a C# application</title>
      <link>https://c-sharp.wonderhowto.com/how-to/use-and-work-with-xml-documents-c-application-361363/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/use-and-work-with-xml-documents-c-application-361363/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/use-and-work-with-xml-documents-c-application-361363/"><img src="https://assets.content.technologyadvice.com/634072247649699593_58800a1bf9.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>In this clip, you'll learn how to use XML within a C# app. Whether you're new to Microsoft's popular multi-paradigm programming language or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a<a href=https://c-sharp.wonderhowto.com/how-to/use-and-work-with-xml-documents-c-application-361363/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/use-and-work-with-xml-documents-c-application-361363/"><img src="https://assets.content.technologyadvice.com/634072247649699593_58800a1bf9.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>In this clip, you'll learn how to use XML within a C# app. Whether you're new to Microsoft's popular multi-paradigm programming language or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a<a href=https://c-sharp.wonderhowto.com/how-to/use-and-work-with-xml-documents-c-application-361363/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Mon, 27 Sep 2010 18:41:58 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/use-and-work-with-xml-documents-c-application-361363/</guid>
      <dc:creator>WonderHowTo</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Use and work with XML documents in a C# application</media:title>
      <media:description type="html">In this clip, you'll learn how to use XML within a C# app. Whether you're new to Microsoft's popular multi-paradigm programming language or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a look.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634072247649699593_58800a1bf9.webp" width="88" height="68"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Get started programming with Visual C# Express 2005</title>
      <link>https://c-sharp.wonderhowto.com/how-to/get-started-programming-with-visual-c-express-2005-361346/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/get-started-programming-with-visual-c-express-2005-361346/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/get-started-programming-with-visual-c-express-2005-361346/"><img src="https://assets.content.technologyadvice.com/634072206150146954_b7ddd0280e.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>In this clip, you'll learn how to create a simple "Hello, World" application with Visual C# Express 2005. Whether you're new to Microsoft's popular multi-paradigm programming language or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a<a href=https://c-sharp.wonderhowto.com/how-to/get-started-programming-with-visual-c-express-2005-361346/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/get-started-programming-with-visual-c-express-2005-361346/"><img src="https://assets.content.technologyadvice.com/634072206150146954_b7ddd0280e.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>In this clip, you'll learn how to create a simple "Hello, World" application with Visual C# Express 2005. Whether you're new to Microsoft's popular multi-paradigm programming language or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a<a href=https://c-sharp.wonderhowto.com/how-to/get-started-programming-with-visual-c-express-2005-361346/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Mon, 27 Sep 2010 18:38:03 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/get-started-programming-with-visual-c-express-2005-361346/</guid>
      <dc:creator>WonderHowTo</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Get started programming with Visual C# Express 2005</media:title>
      <media:description type="html">In this clip, you'll learn how to create a simple "Hello, World" application with Visual C# Express 2005. Whether you're new to Microsoft's popular multi-paradigm programming language or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a look.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634072206150146954_b7ddd0280e.webp" width="88" height="68"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Create a Windows app user interface in Visual C# 2005</title>
      <link>https://c-sharp.wonderhowto.com/how-to/create-windows-app-user-interface-visual-c-2005-361347/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/create-windows-app-user-interface-visual-c-2005-361347/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/create-windows-app-user-interface-visual-c-2005-361347/"><img src="https://assets.content.technologyadvice.com/634072207301255438_e9df66e36b.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>This lesson covers the basics of the Visual Studio IDE. Topics include the Toolbox and Properties window, as well as controls such as the button, label, MenuStrip, StatusStrip, and ToolStrip. Whether you're new to Microsoft's popular multi-paradigm programming language or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a<a href=https://c-sharp.wonderhowto.com/how-to/create-windows-app-user-interface-visual-c-2005-361347/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/create-windows-app-user-interface-visual-c-2005-361347/"><img src="https://assets.content.technologyadvice.com/634072207301255438_e9df66e36b.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>This lesson covers the basics of the Visual Studio IDE. Topics include the Toolbox and Properties window, as well as controls such as the button, label, MenuStrip, StatusStrip, and ToolStrip. Whether you're new to Microsoft's popular multi-paradigm programming language or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a<a href=https://c-sharp.wonderhowto.com/how-to/create-windows-app-user-interface-visual-c-2005-361347/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Mon, 27 Sep 2010 18:36:56 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/create-windows-app-user-interface-visual-c-2005-361347/</guid>
      <dc:creator>WonderHowTo</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Create a Windows app user interface in Visual C# 2005</media:title>
      <media:description type="html">This lesson covers the basics of the Visual Studio IDE. Topics include the Toolbox and Properties window, as well as controls such as the button, label, MenuStrip, StatusStrip, and ToolStrip. Whether you're new to Microsoft's popular multi-paradigm programming language or are a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free, official video tutorial. For more information, including detailed, step-by-step instructions, take a look.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634072207301255438_e9df66e36b.webp" width="88" height="68"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Add properties to a class in Visual Studio using C# programming</title>
      <link>https://c-sharp.wonderhowto.com/how-to/add-properties-class-visual-studio-using-c-programming-389939/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/add-properties-class-visual-studio-using-c-programming-389939/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/add-properties-class-visual-studio-using-c-programming-389939/"><img src="https://assets.content.technologyadvice.com/634753809384202490_9a024da194.webp" width="1280" height="720" border="0" /></a></center></div>
                                <p>So, you know how to create a class in Visual Studio using C# programming, and you know how to add methods to a class, what's next? Adding properties. This video tutorial will show you the trick to add properties to your class in Microsoft Visual<a href=https://c-sharp.wonderhowto.com/how-to/add-properties-class-visual-studio-using-c-programming-389939/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/add-properties-class-visual-studio-using-c-programming-389939/"><img src="https://assets.content.technologyadvice.com/634753809384202490_9a024da194.webp" width="1280" height="720" border="0" /></a></center></div>
                                <p>So, you know how to create a class in Visual Studio using C# programming, and you know how to add methods to a class, what's next? Adding properties. This video tutorial will show you the trick to add properties to your class in Microsoft Visual<a href=https://c-sharp.wonderhowto.com/how-to/add-properties-class-visual-studio-using-c-programming-389939/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Thu, 05 Aug 2010 22:10:06 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/add-properties-class-visual-studio-using-c-programming-389939/</guid>
      <dc:creator>Fabio Scopel</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Add properties to a class in Visual Studio using C# programming</media:title>
      <media:description type="html">So, you know how to create a class in Visual Studio using C# programming, and you know how to add methods to a class, what's next? Adding properties. This video tutorial will show you the trick to add properties to your class in Microsoft Visual Studio.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753809384202490_9a024da194.webp" width="1280" height="720"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Add methods to a class in Visual Studio using C# programming</title>
      <link>https://c-sharp.wonderhowto.com/how-to/add-methods-class-visual-studio-using-c-programming-389940/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/add-methods-class-visual-studio-using-c-programming-389940/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/add-methods-class-visual-studio-using-c-programming-389940/"><img src="https://assets.content.technologyadvice.com/634753810806300988_a94e8749a8.webp" width="1280" height="720" border="0" /></a></center></div>
                                <p>If you know how to create a class in Visual Studio using C# programming, then you should be able to handle adding methods to a class. So open up Microsoft Visual Studio and follow along with this video tutorial and learn how to add<a href=https://c-sharp.wonderhowto.com/how-to/add-methods-class-visual-studio-using-c-programming-389940/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/add-methods-class-visual-studio-using-c-programming-389940/"><img src="https://assets.content.technologyadvice.com/634753810806300988_a94e8749a8.webp" width="1280" height="720" border="0" /></a></center></div>
                                <p>If you know how to create a class in Visual Studio using C# programming, then you should be able to handle adding methods to a class. So open up Microsoft Visual Studio and follow along with this video tutorial and learn how to add<a href=https://c-sharp.wonderhowto.com/how-to/add-methods-class-visual-studio-using-c-programming-389940/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Thu, 05 Aug 2010 22:07:04 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/add-methods-class-visual-studio-using-c-programming-389940/</guid>
      <dc:creator>Fabio Scopel</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Add methods to a class in Visual Studio using C# programming</media:title>
      <media:description type="html">If you know how to create a class in Visual Studio using C# programming, then you should be able to handle adding methods to a class. So open up Microsoft Visual Studio and follow along with this video tutorial and learn how to add methods.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753810806300988_a94e8749a8.webp" width="1280" height="720"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title><![CDATA[How to Create a class, object & add members to the class in Visual Studio using C#]]></title>
      <link>https://c-sharp.wonderhowto.com/how-to/create-class-object-add-members-class-visual-studio-using-c-389941/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/create-class-object-add-members-class-visual-studio-using-c-389941/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/create-class-object-add-members-class-visual-studio-using-c-389941/"><img src="https://assets.content.technologyadvice.com/634752783074365145_0cd756f22b.webp" width="1280" height="720" border="0" /></a></center></div>
                                <p>In this video tutorial, you're going to jump into the world of C# programming and learn how to create a class. You'll need Microsoft Visual Studio and some C# knowledge. You'll also learn how to create objects and add a member to the class you<a href=https://c-sharp.wonderhowto.com/how-to/create-class-object-add-members-class-visual-studio-using-c-389941/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/create-class-object-add-members-class-visual-studio-using-c-389941/"><img src="https://assets.content.technologyadvice.com/634752783074365145_0cd756f22b.webp" width="1280" height="720" border="0" /></a></center></div>
                                <p>In this video tutorial, you're going to jump into the world of C# programming and learn how to create a class. You'll need Microsoft Visual Studio and some C# knowledge. You'll also learn how to create objects and add a member to the class you<a href=https://c-sharp.wonderhowto.com/how-to/create-class-object-add-members-class-visual-studio-using-c-389941/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Thu, 05 Aug 2010 22:04:20 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/create-class-object-add-members-class-visual-studio-using-c-389941/</guid>
      <dc:creator>Fabio Scopel</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title><![CDATA[How to Create a class, object & add members to the class in Visual Studio using C#]]></media:title>
      <media:description type="html">In this video tutorial, you're going to jump into the world of C# programming and learn how to create a class. You'll need Microsoft Visual Studio and some C# knowledge. You'll also learn how to create objects and add a member to the class you made.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634752783074365145_0cd756f22b.webp" width="1280" height="720"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title><![CDATA[How to Save user setting in C# programming using Visual Studio & .NET Framework]]></title>
      <link>https://c-sharp.wonderhowto.com/how-to/save-user-setting-c-programming-using-visual-studio-net-framework-389943/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/save-user-setting-c-programming-using-visual-studio-net-framework-389943/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/save-user-setting-c-programming-using-visual-studio-net-framework-389943/"><img src="https://assets.content.technologyadvice.com/634753352894962155_5b13c8d05d.webp" width="1280" height="720" border="0" /></a></center></div>
                                <p>Check out how to save your user settings in Microsoft Visual Studio using C# programming, that way when you restart the program, it can remember some of your important information. This will specifically show you how to save your user settings using the .NET Framework instead of working with custom INI<a href=https://c-sharp.wonderhowto.com/how-to/save-user-setting-c-programming-using-visual-studio-net-framework-389943/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/save-user-setting-c-programming-using-visual-studio-net-framework-389943/"><img src="https://assets.content.technologyadvice.com/634753352894962155_5b13c8d05d.webp" width="1280" height="720" border="0" /></a></center></div>
                                <p>Check out how to save your user settings in Microsoft Visual Studio using C# programming, that way when you restart the program, it can remember some of your important information. This will specifically show you how to save your user settings using the .NET Framework instead of working with custom INI<a href=https://c-sharp.wonderhowto.com/how-to/save-user-setting-c-programming-using-visual-studio-net-framework-389943/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Thu, 05 Aug 2010 22:01:24 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/save-user-setting-c-programming-using-visual-studio-net-framework-389943/</guid>
      <dc:creator>Fabio Scopel</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title><![CDATA[How to Save user setting in C# programming using Visual Studio & .NET Framework]]></media:title>
      <media:description type="html">Check out how to save your user settings in Microsoft Visual Studio using C# programming, that way when you restart the program, it can remember some of your important information. This will specifically show you how to save your user settings using the .NET Framework instead of working with custom INI files.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753352894962155_5b13c8d05d.webp" width="1280" height="720"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title><![CDATA[How to Create reports & pass parameters in C# programming with Visual Studio]]></title>
      <link>https://c-sharp.wonderhowto.com/how-to/create-reports-pass-parameters-c-programming-with-visual-studio-389944/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/create-reports-pass-parameters-c-programming-with-visual-studio-389944/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/create-reports-pass-parameters-c-programming-with-visual-studio-389944/"><img src="https://assets.content.technologyadvice.com/634753568932614265_30b635c8d9.webp" width="1280" height="720" border="0" /></a></center></div>
                                <p>If you're not sure about creating reports in Visual Studio, this two-part video will cover the entire process. This assumes that you already know a few things in Microsoft Visual Studio and the C# programming language. So, if you're not a beginner and still need help to create reports from data in the SQL Server, this is how you do it. Also, learn a quick and easy way to pass parameters to reports in<a href=https://c-sharp.wonderhowto.com/how-to/create-reports-pass-parameters-c-programming-with-visual-studio-389944/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/create-reports-pass-parameters-c-programming-with-visual-studio-389944/"><img src="https://assets.content.technologyadvice.com/634753568932614265_30b635c8d9.webp" width="1280" height="720" border="0" /></a></center></div>
                                <p>If you're not sure about creating reports in Visual Studio, this two-part video will cover the entire process. This assumes that you already know a few things in Microsoft Visual Studio and the C# programming language. So, if you're not a beginner and still need help to create reports from data in the SQL Server, this is how you do it. Also, learn a quick and easy way to pass parameters to reports in<a href=https://c-sharp.wonderhowto.com/how-to/create-reports-pass-parameters-c-programming-with-visual-studio-389944/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Thu, 05 Aug 2010 21:53:50 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/create-reports-pass-parameters-c-programming-with-visual-studio-389944/</guid>
      <dc:creator>Fabio Scopel</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title><![CDATA[How to Create reports & pass parameters in C# programming with Visual Studio]]></media:title>
      <media:description type="html">If you're not sure about creating reports in Visual Studio, this two-part video will cover the entire process. This assumes that you already know a few things in Microsoft Visual Studio and the C# programming language. So, if you're not a beginner and still need help to create reports from data in the SQL Server, this is how you do it. Also, learn a quick and easy way to pass parameters to reports in C#.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753568932614265_30b635c8d9.webp" width="1280" height="720"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title><![CDATA[How to Add, save & retrieve data in SQL Server using C# programming & Visual Studio]]></title>
      <link>https://c-sharp.wonderhowto.com/how-to/add-save-retrieve-data-sql-server-using-c-programming-visual-studio-389946/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/add-save-retrieve-data-sql-server-using-c-programming-visual-studio-389946/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/add-save-retrieve-data-sql-server-using-c-programming-visual-studio-389946/"><img src="https://assets.content.technologyadvice.com/634752763903179472_0bd9e2e9de.webp" width="1280" height="720" border="0" /></a></center></div>
                                <p>This five-part series on C# programming covers many things. First, you learn how to save to the Microsoft SQL Server. Then, you'll learn how to retrieve that data. You'll also learn how to navigate the DataSet, edit SQL data, and delete data. If you have Microsoft Visual Studio and SQL Server, give this lesson a try. Video #1: Saving to SQL Server using C# and ADO.NETObjects used: SqlConnectionString, SqlDataAdapter, Text Boxes, Button - click event. Video #2: Retrieving Data from SQL Server using C# and ADO.NETObjects used: SqlConnectionString, SqlDataAdapter, DataSet Video #3: Using BindingSource to Navigate the DataSet with C# Video #4: Editing SQL Data using the SqlDataAdapter UpdateCommand with C# Video #5: Deleting Data from SQL using SqlDataAdapter and the DeleteCommand with<a href=https://c-sharp.wonderhowto.com/how-to/add-save-retrieve-data-sql-server-using-c-programming-visual-studio-389946/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/add-save-retrieve-data-sql-server-using-c-programming-visual-studio-389946/"><img src="https://assets.content.technologyadvice.com/634752763903179472_0bd9e2e9de.webp" width="1280" height="720" border="0" /></a></center></div>
                                <p>This five-part series on C# programming covers many things. First, you learn how to save to the Microsoft SQL Server. Then, you'll learn how to retrieve that data. You'll also learn how to navigate the DataSet, edit SQL data, and delete data. If you have Microsoft Visual Studio and SQL Server, give this lesson a try. Video #1: Saving to SQL Server using C# and ADO.NETObjects used: SqlConnectionString, SqlDataAdapter, Text Boxes, Button - click event. Video #2: Retrieving Data from SQL Server using C# and ADO.NETObjects used: SqlConnectionString, SqlDataAdapter, DataSet Video #3: Using BindingSource to Navigate the DataSet with C# Video #4: Editing SQL Data using the SqlDataAdapter UpdateCommand with C# Video #5: Deleting Data from SQL using SqlDataAdapter and the DeleteCommand with<a href=https://c-sharp.wonderhowto.com/how-to/add-save-retrieve-data-sql-server-using-c-programming-visual-studio-389946/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Thu, 05 Aug 2010 21:49:07 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/add-save-retrieve-data-sql-server-using-c-programming-visual-studio-389946/</guid>
      <dc:creator>Fabio Scopel</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title><![CDATA[How to Add, save & retrieve data in SQL Server using C# programming & Visual Studio]]></media:title>
      <media:description type="html">This five-part series on C# programming covers many things. First, you learn how to save to the Microsoft SQL Server. Then, you'll learn how to retrieve that data. You'll also learn how to navigate the DataSet, edit SQL data, and delete data. If you have Microsoft Visual Studio and SQL Server, give this lesson a try. Video #1: Saving to SQL Server using C# and ADO.NETObjects used: SqlConnectionString, SqlDataAdapter, Text Boxes, Button - click event. Video #2: Retrieving Data from SQL Server using C# and ADO.NETObjects used: SqlConnectionString, SqlDataAdapter, DataSet Video #3: Using BindingSource to Navigate the DataSet with C# Video #4: Editing SQL Data using the SqlDataAdapter UpdateCommand with C# Video #5: Deleting Data from SQL using SqlDataAdapter and the DeleteCommand with C#</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634752763903179472_0bd9e2e9de.webp" width="1280" height="720"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Declare and add data to arrays in C# programming</title>
      <link>https://c-sharp.wonderhowto.com/how-to/declare-and-add-data-arrays-c-programming-389951/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/declare-and-add-data-arrays-c-programming-389951/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/declare-and-add-data-arrays-c-programming-389951/"><img src="https://assets.content.technologyadvice.com/634753204193248393_5626068d83.webp" width="1280" height="720" border="0" /></a></center></div>
                                <p>This is a basic lesson with an intro for arrays in the C# programming language. You'll learn how to create and declare and add date to a C# array. An array is a data structure, or object, that contains several variables of the same type. Learn all about<a href=https://c-sharp.wonderhowto.com/how-to/declare-and-add-data-arrays-c-programming-389951/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/declare-and-add-data-arrays-c-programming-389951/"><img src="https://assets.content.technologyadvice.com/634753204193248393_5626068d83.webp" width="1280" height="720" border="0" /></a></center></div>
                                <p>This is a basic lesson with an intro for arrays in the C# programming language. You'll learn how to create and declare and add date to a C# array. An array is a data structure, or object, that contains several variables of the same type. Learn all about<a href=https://c-sharp.wonderhowto.com/how-to/declare-and-add-data-arrays-c-programming-389951/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Thu, 05 Aug 2010 21:35:46 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/declare-and-add-data-arrays-c-programming-389951/</guid>
      <dc:creator>Fabio Scopel</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Declare and add data to arrays in C# programming</media:title>
      <media:description type="html">This is a basic lesson with an intro for arrays in the C# programming language. You'll learn how to create and declare and add date to a C# array. An array is a data structure, or object, that contains several variables of the same type. Learn all about it!</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753204193248393_5626068d83.webp" width="1280" height="720"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Use command prompt and cmd commands</title>
      <link>https://c-sharp.wonderhowto.com/how-to/use-command-prompt-and-cmd-commands-326865/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/use-command-prompt-and-cmd-commands-326865/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/use-command-prompt-and-cmd-commands-326865/"><img src="https://assets.content.technologyadvice.com/634753744332098233_c308cee736.webp" width="128" height="96" border="0" /></a></center></div>
                                <p>Command prompt and other commands can save you lots of time on your computer.  Use these shortcuts to bypass longer keystrokes and access blocked sites.  There are many things you can do with cmd prompts and this tutorial will tell you about all of them.  Learn step by step how to use and take advantage of these commands in the following<a href=https://c-sharp.wonderhowto.com/how-to/use-command-prompt-and-cmd-commands-326865/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/use-command-prompt-and-cmd-commands-326865/"><img src="https://assets.content.technologyadvice.com/634753744332098233_c308cee736.webp" width="128" height="96" border="0" /></a></center></div>
                                <p>Command prompt and other commands can save you lots of time on your computer.  Use these shortcuts to bypass longer keystrokes and access blocked sites.  There are many things you can do with cmd prompts and this tutorial will tell you about all of them.  Learn step by step how to use and take advantage of these commands in the following<a href=https://c-sharp.wonderhowto.com/how-to/use-command-prompt-and-cmd-commands-326865/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Tue, 27 Apr 2010 07:10:51 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/use-command-prompt-and-cmd-commands-326865/</guid>
      <dc:creator>dav1224</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Use command prompt and cmd commands</media:title>
      <media:description type="html">Command prompt and other commands can save you lots of time on your computer.  Use these shortcuts to bypass longer keystrokes and access blocked sites.  There are many things you can do with cmd prompts and this tutorial will tell you about all of them.  Learn step by step how to use and take advantage of these commands in the following video.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753744332098233_c308cee736.webp" width="128" height="96"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Create a RSS reader app in Visual C# 2005 Express</title>
      <link>https://c-sharp.wonderhowto.com/how-to/create-rss-reader-app-visual-c-2005-express-361365/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/create-rss-reader-app-visual-c-2005-express-361365/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/create-rss-reader-app-visual-c-2005-express-361365/"><img src="https://assets.content.technologyadvice.com/633590876459990129_655446f0da.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>Interested in creating your own dynamic, web-based applications using Microsoft Visual C#? How about an RSS reader application?  This lesson shows the design and planning of the RSS reader application.  For more information, as well as tips for being a more effective user of Microsoft Visual C#, take a look at all five videos. Lesson 1 shows the design and planning of the RSS Reader application. This project will show you how an application is built, beginning with a blank project, and ending with a finished application that you can share with others. Lesson 2 begins the development of the RSS Reader. In this lesson, you create the main files that will be needed in the project, and rough out the user interface. Lesson 3 continues work on the RSS Reader project. In this video, you will add the ability to download the RSS files from the Internet. The data access functionality will be roughed out. Lesson 4 continues work on the development of the RSS Reader. The data access code is<a href=https://c-sharp.wonderhowto.com/how-to/create-rss-reader-app-visual-c-2005-express-361365/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/create-rss-reader-app-visual-c-2005-express-361365/"><img src="https://assets.content.technologyadvice.com/633590876459990129_655446f0da.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>Interested in creating your own dynamic, web-based applications using Microsoft Visual C#? How about an RSS reader application?  This lesson shows the design and planning of the RSS reader application.  For more information, as well as tips for being a more effective user of Microsoft Visual C#, take a look at all five videos. Lesson 1 shows the design and planning of the RSS Reader application. This project will show you how an application is built, beginning with a blank project, and ending with a finished application that you can share with others. Lesson 2 begins the development of the RSS Reader. In this lesson, you create the main files that will be needed in the project, and rough out the user interface. Lesson 3 continues work on the RSS Reader project. In this video, you will add the ability to download the RSS files from the Internet. The data access functionality will be roughed out. Lesson 4 continues work on the development of the RSS Reader. The data access code is<a href=https://c-sharp.wonderhowto.com/how-to/create-rss-reader-app-visual-c-2005-express-361365/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Mon, 19 Apr 2010 03:05:50 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/create-rss-reader-app-visual-c-2005-express-361365/</guid>
      <dc:creator>WonderHowTo</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Create a RSS reader app in Visual C# 2005 Express</media:title>
      <media:description type="html">Interested in creating your own dynamic, web-based applications using Microsoft Visual C#? How about an RSS reader application?  This lesson shows the design and planning of the RSS reader application.  For more information, as well as tips for being a more effective user of Microsoft Visual C#, take a look at all five videos. Lesson 1 shows the design and planning of the RSS Reader application. This project will show you how an application is built, beginning with a blank project, and ending with a finished application that you can share with others. Lesson 2 begins the development of the RSS Reader. In this lesson, you create the main files that will be needed in the project, and rough out the user interface. Lesson 3 continues work on the RSS Reader project. In this video, you will add the ability to download the RSS files from the Internet. The data access functionality will be roughed out. Lesson 4 continues work on the development of the RSS Reader. The data access code is comple</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/633590876459990129_655446f0da.webp" width="88" height="68"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Write a simple dictionary program in C#</title>
      <link>https://c-sharp.wonderhowto.com/how-to/write-simple-dictionary-program-c-257869/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/write-simple-dictionary-program-c-257869/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/write-simple-dictionary-program-c-257869/"><img src="https://assets.content.technologyadvice.com/634752528668036920_4b6856a472.webp" width="640" height="360" border="0" /></a></center></div>
                                <p>Want to learn more about the C# programming language but aren't sure where to get started? In this video tutorial, you'll learn how to write a simple dictionary application using C# and the Microsoft Visual C# IDE, or integrated development environment. For more information, including step-by-steps instructions for writing this simple program, take a<a href=https://c-sharp.wonderhowto.com/how-to/write-simple-dictionary-program-c-257869/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/write-simple-dictionary-program-c-257869/"><img src="https://assets.content.technologyadvice.com/634752528668036920_4b6856a472.webp" width="640" height="360" border="0" /></a></center></div>
                                <p>Want to learn more about the C# programming language but aren't sure where to get started? In this video tutorial, you'll learn how to write a simple dictionary application using C# and the Microsoft Visual C# IDE, or integrated development environment. For more information, including step-by-steps instructions for writing this simple program, take a<a href=https://c-sharp.wonderhowto.com/how-to/write-simple-dictionary-program-c-257869/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Thu, 09 Oct 2008 19:33:35 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/write-simple-dictionary-program-c-257869/</guid>
      <dc:creator>getexcellent</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Write a simple dictionary program in C#</media:title>
      <media:description type="html">Want to learn more about the C# programming language but aren't sure where to get started? In this video tutorial, you'll learn how to write a simple dictionary application using C# and the Microsoft Visual C# IDE, or integrated development environment. For more information, including step-by-steps instructions for writing this simple program, take a look.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634752528668036920_4b6856a472.webp" width="640" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Use parent forms in Microsoft Visual Studio</title>
      <link>https://c-sharp.wonderhowto.com/how-to/use-parent-forms-microsoft-visual-studio-257870/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/use-parent-forms-microsoft-visual-studio-257870/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/use-parent-forms-microsoft-visual-studio-257870/"><img src="https://assets.content.technologyadvice.com/634753318629033970_7089fa7b8c.webp" width="136" height="81" border="0" /></a></center></div>
                                <p>When programming in Visual Studio, you may find yourself creating any number of all-but-identical windows. This can be tedious and time consuming. This tutorial discusses the deadly and dangerous task of using a form as a parent for the development of other forms in Visual Studio, using C# in this particular example. For more information on designating a form as a parent, take a<a href=https://c-sharp.wonderhowto.com/how-to/use-parent-forms-microsoft-visual-studio-257870/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/use-parent-forms-microsoft-visual-studio-257870/"><img src="https://assets.content.technologyadvice.com/634753318629033970_7089fa7b8c.webp" width="136" height="81" border="0" /></a></center></div>
                                <p>When programming in Visual Studio, you may find yourself creating any number of all-but-identical windows. This can be tedious and time consuming. This tutorial discusses the deadly and dangerous task of using a form as a parent for the development of other forms in Visual Studio, using C# in this particular example. For more information on designating a form as a parent, take a<a href=https://c-sharp.wonderhowto.com/how-to/use-parent-forms-microsoft-visual-studio-257870/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Thu, 09 Oct 2008 19:30:08 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/use-parent-forms-microsoft-visual-studio-257870/</guid>
      <dc:creator>getexcellent</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Use parent forms in Microsoft Visual Studio</media:title>
      <media:description type="html">When programming in Visual Studio, you may find yourself creating any number of all-but-identical windows. This can be tedious and time consuming. This tutorial discusses the deadly and dangerous task of using a form as a parent for the development of other forms in Visual Studio, using C# in this particular example. For more information on designating a form as a parent, take a look.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753318629033970_7089fa7b8c.webp" width="136" height="81"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Install and use Visual C# Express 2008</title>
      <link>https://c-sharp.wonderhowto.com/how-to/install-and-use-visual-c-express-2008-257868/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/install-and-use-visual-c-express-2008-257868/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/install-and-use-visual-c-express-2008-257868/"><img src="https://assets.content.technologyadvice.com/634753329171532487_77b03bd466.webp" width="640" height="360" border="0" /></a></center></div>
                                <p>Visual C# 2008 Express with SP1 is an ideal tool for productively building object-oriented applications for Windows on the .NET Framework. In this video tutorial, you'll learn how to download, install and use Visual C# Express. Take a<a href=https://c-sharp.wonderhowto.com/how-to/install-and-use-visual-c-express-2008-257868/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/install-and-use-visual-c-express-2008-257868/"><img src="https://assets.content.technologyadvice.com/634753329171532487_77b03bd466.webp" width="640" height="360" border="0" /></a></center></div>
                                <p>Visual C# 2008 Express with SP1 is an ideal tool for productively building object-oriented applications for Windows on the .NET Framework. In this video tutorial, you'll learn how to download, install and use Visual C# Express. Take a<a href=https://c-sharp.wonderhowto.com/how-to/install-and-use-visual-c-express-2008-257868/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Thu, 09 Oct 2008 18:46:47 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/install-and-use-visual-c-express-2008-257868/</guid>
      <dc:creator>getexcellent</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Install and use Visual C# Express 2008</media:title>
      <media:description type="html">Visual C# 2008 Express with SP1 is an ideal tool for productively building object-oriented applications for Windows on the .NET Framework. In this video tutorial, you'll learn how to download, install and use Visual C# Express. Take a look.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753329171532487_77b03bd466.webp" width="640" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Write C# code with Microsoft Visual C# 2005</title>
      <link>https://c-sharp.wonderhowto.com/how-to/write-c-code-with-microsoft-visual-c-2005-259301/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/write-c-code-with-microsoft-visual-c-2005-259301/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/write-c-code-with-microsoft-visual-c-2005-259301/"><img src="https://assets.content.technologyadvice.com/633590641395722708_90921ae4e0.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>Want to get started programming with C# but aren't sure where to begin? If you have prior background with Visual Basic, you might be interested in Microsoft Visual C#. This beginner's guide is designed for people with little or no prior knowledge of computer languages, who want to learn to program by using the C#<a href=https://c-sharp.wonderhowto.com/how-to/write-c-code-with-microsoft-visual-c-2005-259301/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/write-c-code-with-microsoft-visual-c-2005-259301/"><img src="https://assets.content.technologyadvice.com/633590641395722708_90921ae4e0.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>Want to get started programming with C# but aren't sure where to begin? If you have prior background with Visual Basic, you might be interested in Microsoft Visual C#. This beginner's guide is designed for people with little or no prior knowledge of computer languages, who want to learn to program by using the C#<a href=https://c-sharp.wonderhowto.com/how-to/write-c-code-with-microsoft-visual-c-2005-259301/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 08 Oct 2008 17:22:25 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/write-c-code-with-microsoft-visual-c-2005-259301/</guid>
      <dc:creator>getexcellent</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Write C# code with Microsoft Visual C# 2005</media:title>
      <media:description type="html">Want to get started programming with C# but aren't sure where to begin? If you have prior background with Visual Basic, you might be interested in Microsoft Visual C#. This beginner's guide is designed for people with little or no prior knowledge of computer languages, who want to learn to program by using the C# language.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/633590641395722708_90921ae4e0.webp" width="88" height="68"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Write your first C# application in Visual C#</title>
      <link>https://c-sharp.wonderhowto.com/how-to/write-your-first-c-application-visual-c-258927/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/write-your-first-c-application-visual-c-258927/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/write-your-first-c-application-visual-c-258927/"><img src="https://assets.content.technologyadvice.com/633589803374396689_bd04ed4666.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>Wonderhing how to get started writing C# applications? This video offers a tour of the various features in Microsoft Visual C# 2005 Express Edition, and will help you become familiar with the tool, and get started writing -- and understanding -- your first application. To get started writing C#, take a<a href=https://c-sharp.wonderhowto.com/how-to/write-your-first-c-application-visual-c-258927/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/write-your-first-c-application-visual-c-258927/"><img src="https://assets.content.technologyadvice.com/633589803374396689_bd04ed4666.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>Wonderhing how to get started writing C# applications? This video offers a tour of the various features in Microsoft Visual C# 2005 Express Edition, and will help you become familiar with the tool, and get started writing -- and understanding -- your first application. To get started writing C#, take a<a href=https://c-sharp.wonderhowto.com/how-to/write-your-first-c-application-visual-c-258927/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Tue, 07 Oct 2008 17:47:43 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/write-your-first-c-application-visual-c-258927/</guid>
      <dc:creator>getexcellent</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Write your first C# application in Visual C#</media:title>
      <media:description type="html">Wonderhing how to get started writing C# applications? This video offers a tour of the various features in Microsoft Visual C# 2005 Express Edition, and will help you become familiar with the tool, and get started writing -- and understanding -- your first application. To get started writing C#, take a look!</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/633589803374396689_bd04ed4666.webp" width="88" height="68"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Program in PostSharp</title>
      <link>https://c-sharp.wonderhowto.com/how-to/program-postsharp-218217/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/program-postsharp-218217/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/program-postsharp-218217/"><img src="https://assets.content.technologyadvice.com/633578813187867500_af0dda8bd7.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>PostSharp is an free, open-source and extensible platform for  enhancement of .NET assemblies, that is: PostSharp transforms assemblies after compilation. Pretty abstract, isn't it? Not so much. It has great applications. PostSharp Laos, a Lightweight Aspect-Oriented Solution, provides aspect-oriented programming (AOP) to .NET Developers without the learning curve. This tutorial presents an introduction to the PostSharp programming language, one that's more than sufficient to get you started. Take a<a href=https://c-sharp.wonderhowto.com/how-to/program-postsharp-218217/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/program-postsharp-218217/"><img src="https://assets.content.technologyadvice.com/633578813187867500_af0dda8bd7.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>PostSharp is an free, open-source and extensible platform for  enhancement of .NET assemblies, that is: PostSharp transforms assemblies after compilation. Pretty abstract, isn't it? Not so much. It has great applications. PostSharp Laos, a Lightweight Aspect-Oriented Solution, provides aspect-oriented programming (AOP) to .NET Developers without the learning curve. This tutorial presents an introduction to the PostSharp programming language, one that's more than sufficient to get you started. Take a<a href=https://c-sharp.wonderhowto.com/how-to/program-postsharp-218217/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Thu, 25 Sep 2008 00:28:35 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/program-postsharp-218217/</guid>
      <dc:creator>WonderHowTo</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Program in PostSharp</media:title>
      <media:description type="html">PostSharp is an free, open-source and extensible platform for  enhancement of .NET assemblies, that is: PostSharp transforms assemblies after compilation. Pretty abstract, isn't it? Not so much. It has great applications. PostSharp Laos, a Lightweight Aspect-Oriented Solution, provides aspect-oriented programming (AOP) to .NET Developers without the learning curve. This tutorial presents an introduction to the PostSharp programming language, one that's more than sufficient to get you started. Take a look.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/633578813187867500_af0dda8bd7.webp" width="88" height="68"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Get the application path for an app written in C#</title>
      <link>https://c-sharp.wonderhowto.com/how-to/get-application-path-for-app-written-c-197193/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/get-application-path-for-app-written-c-197193/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/get-application-path-for-app-written-c-197193/"><img src="https://assets.content.technologyadvice.com/634753810165919863_6dd3c5557a.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to reliably get the application path for an app written in C#. There are several different functions that can do this, so watch and find out which ones work the<a href=https://c-sharp.wonderhowto.com/how-to/get-application-path-for-app-written-c-197193/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/get-application-path-for-app-written-c-197193/"><img src="https://assets.content.technologyadvice.com/634753810165919863_6dd3c5557a.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to reliably get the application path for an app written in C#. There are several different functions that can do this, so watch and find out which ones work the<a href=https://c-sharp.wonderhowto.com/how-to/get-application-path-for-app-written-c-197193/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 11 Jun 2008 03:11:00 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/get-application-path-for-app-written-c-197193/</guid>
      <dc:creator>Robin Mansur</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Get the application path for an app written in C#</media:title>
      <media:description type="html">This tutorial shows you how to reliably get the application path for an app written in C#. There are several different functions that can do this, so watch and find out which ones work the best.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753810165919863_6dd3c5557a.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Draw a sprite inside Xna with C#</title>
      <link>https://c-sharp.wonderhowto.com/how-to/draw-sprite-inside-xna-with-c-197194/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/draw-sprite-inside-xna-with-c-197194/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/draw-sprite-inside-xna-with-c-197194/"><img src="https://assets.content.technologyadvice.com/634753558288559570_7d974bc84b.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to draw a graphic as a sprite inside an Xna<a href=https://c-sharp.wonderhowto.com/how-to/draw-sprite-inside-xna-with-c-197194/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/draw-sprite-inside-xna-with-c-197194/"><img src="https://assets.content.technologyadvice.com/634753558288559570_7d974bc84b.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to draw a graphic as a sprite inside an Xna<a href=https://c-sharp.wonderhowto.com/how-to/draw-sprite-inside-xna-with-c-197194/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 11 Jun 2008 03:04:58 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/draw-sprite-inside-xna-with-c-197194/</guid>
      <dc:creator>Robin Mansur</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Draw a sprite inside Xna with C#</media:title>
      <media:description type="html">This tutorial shows you how to draw a graphic as a sprite inside an Xna game.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753558288559570_7d974bc84b.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to List the files in a directory using a C# application</title>
      <link>https://c-sharp.wonderhowto.com/how-to/list-files-directory-using-c-application-197195/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/list-files-directory-using-c-application-197195/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/list-files-directory-using-c-application-197195/"><img src="https://assets.content.technologyadvice.com/634754984626853796_76a06b38a0.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial explains how to list the files in a directory using a C#<a href=https://c-sharp.wonderhowto.com/how-to/list-files-directory-using-c-application-197195/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/list-files-directory-using-c-application-197195/"><img src="https://assets.content.technologyadvice.com/634754984626853796_76a06b38a0.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial explains how to list the files in a directory using a C#<a href=https://c-sharp.wonderhowto.com/how-to/list-files-directory-using-c-application-197195/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 11 Jun 2008 03:03:39 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/list-files-directory-using-c-application-197195/</guid>
      <dc:creator>Robin Mansur</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to List the files in a directory using a C# application</media:title>
      <media:description type="html">This tutorial explains how to list the files in a directory using a C# application.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634754984626853796_76a06b38a0.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Get input from a console window inside of C#</title>
      <link>https://c-sharp.wonderhowto.com/how-to/get-input-from-console-window-inside-c-197196/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/get-input-from-console-window-inside-c-197196/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/get-input-from-console-window-inside-c-197196/"><img src="https://assets.content.technologyadvice.com/634755263573989321_511f83cf86.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to get input from a console window inside of<a href=https://c-sharp.wonderhowto.com/how-to/get-input-from-console-window-inside-c-197196/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/get-input-from-console-window-inside-c-197196/"><img src="https://assets.content.technologyadvice.com/634755263573989321_511f83cf86.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to get input from a console window inside of<a href=https://c-sharp.wonderhowto.com/how-to/get-input-from-console-window-inside-c-197196/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 11 Jun 2008 03:01:50 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/get-input-from-console-window-inside-c-197196/</guid>
      <dc:creator>Robin Mansur</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Get input from a console window inside of C#</media:title>
      <media:description type="html">This tutorial shows you how to get input from a console window inside of C#.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634755263573989321_511f83cf86.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Write text to a text file using C#</title>
      <link>https://c-sharp.wonderhowto.com/how-to/write-text-text-file-using-c-197197/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/write-text-text-file-using-c-197197/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/write-text-text-file-using-c-197197/"><img src="https://assets.content.technologyadvice.com/634754451242567595_af9a8e71fc.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to write text to a text file using<a href=https://c-sharp.wonderhowto.com/how-to/write-text-text-file-using-c-197197/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/write-text-text-file-using-c-197197/"><img src="https://assets.content.technologyadvice.com/634754451242567595_af9a8e71fc.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to write text to a text file using<a href=https://c-sharp.wonderhowto.com/how-to/write-text-text-file-using-c-197197/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 11 Jun 2008 02:52:46 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/write-text-text-file-using-c-197197/</guid>
      <dc:creator>Robin Mansur</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Write text to a text file using C#</media:title>
      <media:description type="html">This tutorial shows you how to write text to a text file using C#.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634754451242567595_af9a8e71fc.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Respond to an C#/Xna game window resize event</title>
      <link>https://c-sharp.wonderhowto.com/how-to/respond-cxna-game-window-resize-event-197198/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/respond-cxna-game-window-resize-event-197198/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/respond-cxna-game-window-resize-event-197198/"><img src="https://assets.content.technologyadvice.com/634752683574046558_b389312535.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to respond to a Xna game window resize event with C#<a href=https://c-sharp.wonderhowto.com/how-to/respond-cxna-game-window-resize-event-197198/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/respond-cxna-game-window-resize-event-197198/"><img src="https://assets.content.technologyadvice.com/634752683574046558_b389312535.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to respond to a Xna game window resize event with C#<a href=https://c-sharp.wonderhowto.com/how-to/respond-cxna-game-window-resize-event-197198/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 11 Jun 2008 02:51:09 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/respond-cxna-game-window-resize-event-197198/</guid>
      <dc:creator>Robin Mansur</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Respond to an C#/Xna game window resize event</media:title>
      <media:description type="html">This tutorial shows you how to respond to a Xna game window resize event with C# code.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634752683574046558_b389312535.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to List files in a recursive manner with C#</title>
      <link>https://c-sharp.wonderhowto.com/how-to/list-files-recursive-manner-with-c-197199/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/list-files-recursive-manner-with-c-197199/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/list-files-recursive-manner-with-c-197199/"><img src="https://assets.content.technologyadvice.com/634752940237286738_1a86a3760d.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial explains how to list files in a recursive manner within C#.  It expands upon the code for writing a program that lists files, so if you can't do that yet, watch that tutorial<a href=https://c-sharp.wonderhowto.com/how-to/list-files-recursive-manner-with-c-197199/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/list-files-recursive-manner-with-c-197199/"><img src="https://assets.content.technologyadvice.com/634752940237286738_1a86a3760d.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial explains how to list files in a recursive manner within C#.  It expands upon the code for writing a program that lists files, so if you can't do that yet, watch that tutorial<a href=https://c-sharp.wonderhowto.com/how-to/list-files-recursive-manner-with-c-197199/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 11 Jun 2008 02:30:56 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/list-files-recursive-manner-with-c-197199/</guid>
      <dc:creator>Robin Mansur</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to List files in a recursive manner with C#</media:title>
      <media:description type="html">This tutorial explains how to list files in a recursive manner within C#.  It expands upon the code for writing a program that lists files, so if you can't do that yet, watch that tutorial first.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634752940237286738_1a86a3760d.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Create a for loop in C#</title>
      <link>https://c-sharp.wonderhowto.com/how-to/create-for-loop-c-197200/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/create-for-loop-c-197200/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/create-for-loop-c-197200/"><img src="https://assets.content.technologyadvice.com/634756534369804484_6d89a87f71.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to construct a for loop in<a href=https://c-sharp.wonderhowto.com/how-to/create-for-loop-c-197200/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/create-for-loop-c-197200/"><img src="https://assets.content.technologyadvice.com/634756534369804484_6d89a87f71.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to construct a for loop in<a href=https://c-sharp.wonderhowto.com/how-to/create-for-loop-c-197200/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 11 Jun 2008 02:21:48 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/create-for-loop-c-197200/</guid>
      <dc:creator>Robin Mansur</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Create a for loop in C#</media:title>
      <media:description type="html">This tutorial shows you how to construct a for loop in C#.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634756534369804484_6d89a87f71.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Resize Xna game windows using C#</title>
      <link>https://c-sharp.wonderhowto.com/how-to/resize-xna-game-windows-using-c-197202/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/resize-xna-game-windows-using-c-197202/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/resize-xna-game-windows-using-c-197202/"><img src="https://assets.content.technologyadvice.com/634754437659623738_7cae5cf56e.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how resize an Xna game window using C#.  This tutorial applies only to the Windows<a href=https://c-sharp.wonderhowto.com/how-to/resize-xna-game-windows-using-c-197202/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/resize-xna-game-windows-using-c-197202/"><img src="https://assets.content.technologyadvice.com/634754437659623738_7cae5cf56e.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how resize an Xna game window using C#.  This tutorial applies only to the Windows<a href=https://c-sharp.wonderhowto.com/how-to/resize-xna-game-windows-using-c-197202/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 11 Jun 2008 02:18:33 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/resize-xna-game-windows-using-c-197202/</guid>
      <dc:creator>Robin Mansur</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Resize Xna game windows using C#</media:title>
      <media:description type="html">This tutorial shows you how resize an Xna game window using C#.  This tutorial applies only to the Windows platform.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634754437659623738_7cae5cf56e.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Reinvoke parameter info inside of Visual Studio</title>
      <link>https://c-sharp.wonderhowto.com/how-to/reinvoke-parameter-info-inside-visual-studio-197203/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/reinvoke-parameter-info-inside-visual-studio-197203/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/reinvoke-parameter-info-inside-visual-studio-197203/"><img src="https://assets.content.technologyadvice.com/634753698052144157_546f1c5b3b.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to reinvoke parameter info inside of Visual Studio with<a href=https://c-sharp.wonderhowto.com/how-to/reinvoke-parameter-info-inside-visual-studio-197203/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/reinvoke-parameter-info-inside-visual-studio-197203/"><img src="https://assets.content.technologyadvice.com/634753698052144157_546f1c5b3b.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to reinvoke parameter info inside of Visual Studio with<a href=https://c-sharp.wonderhowto.com/how-to/reinvoke-parameter-info-inside-visual-studio-197203/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 11 Jun 2008 02:15:48 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/reinvoke-parameter-info-inside-visual-studio-197203/</guid>
      <dc:creator>Robin Mansur</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Reinvoke parameter info inside of Visual Studio</media:title>
      <media:description type="html">This tutorial shows you how to reinvoke parameter info inside of Visual Studio with C#.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753698052144157_546f1c5b3b.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Use simple method extraction in C#</title>
      <link>https://c-sharp.wonderhowto.com/how-to/use-simple-method-extraction-c-197204/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/use-simple-method-extraction-c-197204/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/use-simple-method-extraction-c-197204/"><img src="https://assets.content.technologyadvice.com/634753586330856823_c120a04c55.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>Learn how to use method extraction in a simple scenario in Visual Studio with<a href=https://c-sharp.wonderhowto.com/how-to/use-simple-method-extraction-c-197204/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/use-simple-method-extraction-c-197204/"><img src="https://assets.content.technologyadvice.com/634753586330856823_c120a04c55.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>Learn how to use method extraction in a simple scenario in Visual Studio with<a href=https://c-sharp.wonderhowto.com/how-to/use-simple-method-extraction-c-197204/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 11 Jun 2008 01:50:26 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/use-simple-method-extraction-c-197204/</guid>
      <dc:creator>Robin Mansur</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Use simple method extraction in C#</media:title>
      <media:description type="html">Learn how to use method extraction in a simple scenario in Visual Studio with C#.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753586330856823_c120a04c55.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Replicate a dictionary with an associative array in C#</title>
      <link>https://c-sharp.wonderhowto.com/how-to/replicate-dictionary-with-associative-array-c-197205/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/replicate-dictionary-with-associative-array-c-197205/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/replicate-dictionary-with-associative-array-c-197205/"><img src="https://assets.content.technologyadvice.com/634753477223193289_268cbdb3a3.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to replicate the functionality of an associative array using a dictionary inside of<a href=https://c-sharp.wonderhowto.com/how-to/replicate-dictionary-with-associative-array-c-197205/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/replicate-dictionary-with-associative-array-c-197205/"><img src="https://assets.content.technologyadvice.com/634753477223193289_268cbdb3a3.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to replicate the functionality of an associative array using a dictionary inside of<a href=https://c-sharp.wonderhowto.com/how-to/replicate-dictionary-with-associative-array-c-197205/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 11 Jun 2008 01:48:41 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/replicate-dictionary-with-associative-array-c-197205/</guid>
      <dc:creator>Robin Mansur</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Replicate a dictionary with an associative array in C#</media:title>
      <media:description type="html">This tutorial shows you how to replicate the functionality of an associative array using a dictionary inside of C#.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753477223193289_268cbdb3a3.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Read text from a text file into a C# application</title>
      <link>https://c-sharp.wonderhowto.com/how-to/read-text-from-text-file-into-c-application-197207/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/read-text-from-text-file-into-c-application-197207/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/read-text-from-text-file-into-c-application-197207/"><img src="https://assets.content.technologyadvice.com/634753164234694356_9a2b7f054b.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to read  text from a text file into a C# application. Use the stream reader object found within the system IO name<a href=https://c-sharp.wonderhowto.com/how-to/read-text-from-text-file-into-c-application-197207/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/read-text-from-text-file-into-c-application-197207/"><img src="https://assets.content.technologyadvice.com/634753164234694356_9a2b7f054b.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial shows you how to read  text from a text file into a C# application. Use the stream reader object found within the system IO name<a href=https://c-sharp.wonderhowto.com/how-to/read-text-from-text-file-into-c-application-197207/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Wed, 11 Jun 2008 01:37:02 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/read-text-from-text-file-into-c-application-197207/</guid>
      <dc:creator>Robin Mansur</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Read text from a text file into a C# application</media:title>
      <media:description type="html">This tutorial shows you how to read  text from a text file into a C# application. Use the stream reader object found within the system IO name space.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753164234694356_9a2b7f054b.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Make a beginner's program with Visual Studio</title>
      <link>https://c-sharp.wonderhowto.com/how-to/make-beginners-program-with-visual-studio-194452/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/make-beginners-program-with-visual-studio-194452/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/make-beginners-program-with-visual-studio-194452/"><img src="https://assets.content.technologyadvice.com/633483618362377500_e9c6aa514e.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>Using Visual Studio 2008, this video introduces the novice programmer to the world of programming in C#, first with a brief discussion about programming and the learning process itself, and then by teaching a Hello World<a href=https://c-sharp.wonderhowto.com/how-to/make-beginners-program-with-visual-studio-194452/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/make-beginners-program-with-visual-studio-194452/"><img src="https://assets.content.technologyadvice.com/633483618362377500_e9c6aa514e.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>Using Visual Studio 2008, this video introduces the novice programmer to the world of programming in C#, first with a brief discussion about programming and the learning process itself, and then by teaching a Hello World<a href=https://c-sharp.wonderhowto.com/how-to/make-beginners-program-with-visual-studio-194452/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Fri, 06 Jun 2008 20:10:43 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/make-beginners-program-with-visual-studio-194452/</guid>
      <dc:creator>Robin Mansur</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Make a beginner's program with Visual Studio</media:title>
      <media:description type="html">Using Visual Studio 2008, this video introduces the novice programmer to the world of programming in C#, first with a brief discussion about programming and the learning process itself, and then by teaching a Hello World program.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/633483618362377500_e9c6aa514e.webp" width="88" height="68"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Get started programming C# in Visual Studio 2008</title>
      <link>https://c-sharp.wonderhowto.com/how-to/get-started-programming-c-visual-studio-2008-183164/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/get-started-programming-c-visual-studio-2008-183164/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/get-started-programming-c-visual-studio-2008-183164/"><img src="https://assets.content.technologyadvice.com/633469158504988750_24ead42bfd.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>We introduce the novice programmer to the world of programming in C#, first with a brief discussion about programming and the learning process itself, and finally by making our first Hello World program in Visual Sudio 2008, using<a href=https://c-sharp.wonderhowto.com/how-to/get-started-programming-c-visual-studio-2008-183164/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/get-started-programming-c-visual-studio-2008-183164/"><img src="https://assets.content.technologyadvice.com/633469158504988750_24ead42bfd.webp" width="88" height="68" border="0" /></a></center></div>
                                <p>We introduce the novice programmer to the world of programming in C#, first with a brief discussion about programming and the learning process itself, and finally by making our first Hello World program in Visual Sudio 2008, using<a href=https://c-sharp.wonderhowto.com/how-to/get-started-programming-c-visual-studio-2008-183164/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Tue, 27 May 2008 20:43:31 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/get-started-programming-c-visual-studio-2008-183164/</guid>
      <dc:creator>Pigeonchicken</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Get started programming C# in Visual Studio 2008</media:title>
      <media:description type="html">We introduce the novice programmer to the world of programming in C#, first with a brief discussion about programming and the learning process itself, and finally by making our first Hello World program in Visual Sudio 2008, using C#.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/633469158504988750_24ead42bfd.webp" width="88" height="68"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Use the Movie Collection Starter Kit in Visual C#</title>
      <link>https://c-sharp.wonderhowto.com/how-to/use-movie-collection-starter-kit-visual-c-153278/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/use-movie-collection-starter-kit-visual-c-153278/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/use-movie-collection-starter-kit-visual-c-153278/"><img src="https://assets.content.technologyadvice.com/634753721413905687_fb2e0515cb.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial demonstrates using Amazon Web-Enabled Movie Collection Starter Kit in Visual C#<a href=https://c-sharp.wonderhowto.com/how-to/use-movie-collection-starter-kit-visual-c-153278/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/use-movie-collection-starter-kit-visual-c-153278/"><img src="https://assets.content.technologyadvice.com/634753721413905687_fb2e0515cb.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial demonstrates using Amazon Web-Enabled Movie Collection Starter Kit in Visual C#<a href=https://c-sharp.wonderhowto.com/how-to/use-movie-collection-starter-kit-visual-c-153278/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Fri, 11 Apr 2008 18:11:46 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/use-movie-collection-starter-kit-visual-c-153278/</guid>
      <dc:creator>Rube McGee</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Use the Movie Collection Starter Kit in Visual C#</media:title>
      <media:description type="html">This tutorial demonstrates using Amazon Web-Enabled Movie Collection Starter Kit in Visual C# Express.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634753721413905687_fb2e0515cb.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Install Visual C# 2005 Express</title>
      <link>https://c-sharp.wonderhowto.com/how-to/install-visual-c-2005-express-153283/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/install-visual-c-2005-express-153283/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/install-visual-c-2005-express-153283/"><img src="https://assets.content.technologyadvice.com/634754654684396922_52b5cf21e0.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial demonstrates installing Visual C# Express 2005 so that you can get started with Visual C#<a href=https://c-sharp.wonderhowto.com/how-to/install-visual-c-2005-express-153283/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/install-visual-c-2005-express-153283/"><img src="https://assets.content.technologyadvice.com/634754654684396922_52b5cf21e0.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>This tutorial demonstrates installing Visual C# Express 2005 so that you can get started with Visual C#<a href=https://c-sharp.wonderhowto.com/how-to/install-visual-c-2005-express-153283/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Fri, 11 Apr 2008 18:08:26 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/install-visual-c-2005-express-153283/</guid>
      <dc:creator>Rube McGee</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Install Visual C# 2005 Express</media:title>
      <media:description type="html">This tutorial demonstrates installing Visual C# Express 2005 so that you can get started with Visual C# programming.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634754654684396922_52b5cf21e0.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
    <item>
      <title>How to Program if statements and boolean tests with C#</title>
      <link>https://c-sharp.wonderhowto.com/how-to/program-if-statements-and-boolean-tests-with-c-153455/</link>
      <comments>https://c-sharp.wonderhowto.com/how-to/program-if-statements-and-boolean-tests-with-c-153455/#comments</comments>
      <description><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/program-if-statements-and-boolean-tests-with-c-153455/"><img src="https://assets.content.technologyadvice.com/634756335548399925_2d81b5ab6d.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>A C# (C sharp) programming tutorial on creating if, else, and elseif statements as well as boolean<a href=https://c-sharp.wonderhowto.com/how-to/program-if-statements-and-boolean-tests-with-c-153455/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></description>
      <content:encoded><![CDATA[<div>
                                <div><center><a href="https://c-sharp.wonderhowto.com/how-to/program-if-statements-and-boolean-tests-with-c-153455/"><img src="https://assets.content.technologyadvice.com/634756335548399925_2d81b5ab6d.webp" width="480" height="360" border="0" /></a></center></div>
                                <p>A C# (C sharp) programming tutorial on creating if, else, and elseif statements as well as boolean<a href=https://c-sharp.wonderhowto.com/how-to/program-if-statements-and-boolean-tests-with-c-153455/>...more</a></p>
                                <span style="clear:both;display:block;overflow:hidden;height:0;"></span>
                            </div>]]></content:encoded>
      <pubDate>Fri, 21 Mar 2008 22:50:04 GMT</pubDate>
      <guid isPermaLink="true">https://c-sharp.wonderhowto.com/how-to/program-if-statements-and-boolean-tests-with-c-153455/</guid>
      <dc:creator>Rube McGee</dc:creator>
      <dc:publisher>WonderHowTo</dc:publisher>
      <media:title>How to Program if statements and boolean tests with C#</media:title>
      <media:description type="html">A C# (C sharp) programming tutorial on creating if, else, and elseif statements as well as boolean tests.</media:description>
      <media:thumbnail url="https://assets.content.technologyadvice.com/634756335548399925_2d81b5ab6d.webp" width="480" height="360"/>
      <media:rating scheme="urn:mpaa">g</media:rating>
    </item>
  </channel>
</rss>