<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Abundant Code</title>
	
	<link>http://abundantcode.com</link>
	<description>All about Programming and Sourcecode</description>
	<lastBuildDate>Tue, 21 May 2013 19:14:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AbundantCode" /><feedburner:info uri="abundantcode" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>ASP.NET MVC Tutorials</title>
		<link>http://feedproxy.google.com/~r/AbundantCode/~3/ho06ghIIbSA/</link>
		<comments>http://abundantcode.com/asp-net-mvc-tutorials/#comments</comments>
		<pubDate>Sat, 16 Feb 2013 04:59:47 +0000</pubDate>
		<dc:creator>AbundantCode</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>

		<guid isPermaLink="false">http://abundantcode.com/?p=224</guid>
		<description>The ASP.NET MVC Tutorials section in the Abundantcode.com will help the developers understand the ASP.NET MVC Framework. The ASP.NET MVC Tutorials section will explain some of the basic stuffs related to the ASP.NET MVC and also provides sample sourecode , demo explaining the functionality of the MVC Framework. Any developer who have some basic knowledge of .NET Framework 3.5 and higher as well as Visual Studio 2008 / Visual Studio 2008 / Visual Studio 2012 and ASP.NET will benefit to a greater extent from these tutorials. What is ASP.NET MVC ? ASP.NET MVC is a Web development framework for building Web Pages using ASP.NET Framework along with other technologies like HTML, CSS , JavaScript etc. The developers can build ASP.NET based web applications using one of the below models Web Pages ASP.NET MVC Web Forms The MVC stands for Model View Controller which provides more control for the developers on the HTML and JavaScript. The 3 components of ASP.NET MVC includes Model &amp;#8211; Handles the logic for the data to be used in the application View &amp;#8211; UI for display of data Controller &amp;#8211; Handles the interaction between user / view / Model .&lt;img src="http://feeds.feedburner.com/~r/AbundantCode/~4/ho06ghIIbSA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://abundantcode.com/asp-net-mvc-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abundantcode.com/asp-net-mvc-tutorials/</feedburner:origLink></item>
		<item>
		<title>Entity Framework Tutorials</title>
		<link>http://feedproxy.google.com/~r/AbundantCode/~3/Sv_juuYupik/</link>
		<comments>http://abundantcode.com/entity-framework-tutorials/#comments</comments>
		<pubDate>Sat, 12 Jan 2013 08:37:22 +0000</pubDate>
		<dc:creator>AbundantCode</dc:creator>
				<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Entity Framework Tutorials]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://abundantcode.com/?p=219</guid>
		<description>The Entity Framework tutorials section in Abundantcode.com will help the developers understand the ORM tool called &amp;#8220;Entity Framework&amp;#8221; . The Entity Framework tutorials section will explain some of the basic stuffs related to the Entity Framework and also provides sample sourecode , demo explaining the functionality of the Entity Framework concepts. Any developer who have some basic knowledge of .NET Framework 3.5 and higher as well as Visual Studio 2008 / Visual Studio 2008 / Visual Studio 2012 and Microsoft&amp;#8217;s ADO.NET and RDBMS (Relational Databases) like SQL Server or Oracle will benefit to a greater extent from these tutorials. These Entity Framework tutorials are also very useful for anyone who wants to understand the Microsoft&amp;#8217;s ADO.NET Entity Framework 4.0 and higher version.&lt;img src="http://feeds.feedburner.com/~r/AbundantCode/~4/Sv_juuYupik" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://abundantcode.com/entity-framework-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abundantcode.com/entity-framework-tutorials/</feedburner:origLink></item>
		<item>
		<title>Display the Command line parameters of the Main Method in C#</title>
		<link>http://feedproxy.google.com/~r/AbundantCode/~3/4cuw2aPnoYY/</link>
		<comments>http://abundantcode.com/display-the-command-line-parameters-of-the-main-method-in-c/#comments</comments>
		<pubDate>Mon, 30 Jul 2012 15:44:02 +0000</pubDate>
		<dc:creator>AbundantCode</dc:creator>
				<category><![CDATA[Foundation (General)]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Command line parameters]]></category>
		<category><![CDATA[Main Method]]></category>

		<guid isPermaLink="false">http://abundantcode.com/?p=32</guid>
		<description>The Main Method in C# accepts the parameters of string Array. You could easily display the list of parameters of the Main Method in C# by using a for/foreach loop and display the parameters like the example show below using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication4 {     class Program     {         static void Main(string[] args)         {             foreach (string arg in args)                 Console.WriteLine("Arguments: {0}", arg);         }     } }&lt;img src="http://feeds.feedburner.com/~r/AbundantCode/~4/4cuw2aPnoYY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://abundantcode.com/display-the-command-line-parameters-of-the-main-method-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abundantcode.com/display-the-command-line-parameters-of-the-main-method-in-c/</feedburner:origLink></item>
		<item>
		<title>Example for Documentation Tags</title>
		<link>http://feedproxy.google.com/~r/AbundantCode/~3/RPUrfbTGDoM/</link>
		<comments>http://abundantcode.com/example-for-documentation-tags/#comments</comments>
		<pubDate>Sun, 29 Jul 2012 06:07:25 +0000</pubDate>
		<dc:creator>AbundantCode</dc:creator>
				<category><![CDATA[Foundation (General)]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://abundantcode.com/?p=21</guid>
		<description>using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApplication1 { #region testregion /// &amp;#60;summary&amp;#62; /// This is a test Class Form1 /// &amp;#60;/summary&amp;#62; public partial class Form1 : Form { /// &amp;#60;summary&amp;#62; /// Constructor for the Form1 /// &amp;#60;/summary&amp;#62; public Form1() { InitializeComponent(); } /// &amp;#60;summary&amp;#62; /// Form Load Event of the Form1 /// &amp;#60;/summary&amp;#62; /// &amp;#60;param name="sender"&amp;#62;&amp;#60;/param&amp;#62; /// &amp;#60;param name="e"&amp;#62;&amp;#60;/param&amp;#62; /// &amp;#60;remarks&amp;#62; /// &amp;#60;seealso cref="Form2_Load"/&amp;#62; /// &amp;#60;/remarks&amp;#62; /// &amp;#60;exception cref=""/&amp;#62; /// &amp;#60;example&amp;#62; ///  private void Form1_Load(object sender, EventArgs e) ///{ ///    Debug.WriteLine("This is a test message"); ///} /// &amp;#60;/example&amp;#62; private void Form1_Load(object sender, EventArgs e) { Debug.WriteLine("This is a test message"); } } #endregion }&lt;img src="http://feeds.feedburner.com/~r/AbundantCode/~4/RPUrfbTGDoM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://abundantcode.com/example-for-documentation-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abundantcode.com/example-for-documentation-tags/</feedburner:origLink></item>
		<item>
		<title>C# Main() Method</title>
		<link>http://feedproxy.google.com/~r/AbundantCode/~3/XmKXMuWcRss/</link>
		<comments>http://abundantcode.com/c-main-method/#comments</comments>
		<pubDate>Thu, 26 Jul 2012 15:30:46 +0000</pubDate>
		<dc:creator>AbundantCode</dc:creator>
				<category><![CDATA[Foundation (General)]]></category>

		<guid isPermaLink="false">http://abundantcode.com/?p=5</guid>
		<description>Every C# Program should contain a Main method . This is generally the entry point for the Program When the C# Program starts , the Main method provides an entry point for the Program . The C# Compiler searched for the method Main method and executes the statements in the Main Method one by one. Below is a sample sourcecode of the Main Method class Program { static void Main(string[] args) { Console.WriteLine("This is a test Application "); Console.WriteLine("This sample demonstrated the Main Method in C#"); } }&lt;img src="http://feeds.feedburner.com/~r/AbundantCode/~4/XmKXMuWcRss" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://abundantcode.com/c-main-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abundantcode.com/c-main-method/</feedburner:origLink></item>
		<item>
		<title>How to select Top 5 records from a table in MySQL?</title>
		<link>http://feedproxy.google.com/~r/AbundantCode/~3/6Qi1Fa2F4S4/</link>
		<comments>http://abundantcode.com/how-to-select-top-5-records-from-a-table-in-mysql/#comments</comments>
		<pubDate>Tue, 21 May 2013 19:12:47 +0000</pubDate>
		<dc:creator>AbundantCode</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[LIMIT]]></category>

		<guid isPermaLink="false">http://abundantcode.com/?p=661</guid>
		<description>Assume that you have a scenario where you need to retrieve the only the top 5 rows who has the maximum salary from the Employees table. The column name is salary and the table name is Employees. How to select Top 5 records from a table in MySQL? To retrieve the Top 5 employees with maximum salary, order the records by descending order by salary and use the LIMIT keyword to retrieve the top 5 records as shown below. SELECT salary FROM Employees ORDER BY salary DESC LIMIT 5&lt;img src="http://feeds.feedburner.com/~r/AbundantCode/~4/6Qi1Fa2F4S4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://abundantcode.com/how-to-select-top-5-records-from-a-table-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abundantcode.com/how-to-select-top-5-records-from-a-table-in-mysql/</feedburner:origLink></item>
		<item>
		<title>Free eBook Download – Prism for the Windows Runtime</title>
		<link>http://feedproxy.google.com/~r/AbundantCode/~3/MpW3h1HvFwE/</link>
		<comments>http://abundantcode.com/free-ebook-download-prism-for-the-windows-runtime/#comments</comments>
		<pubDate>Mon, 20 May 2013 18:09:10 +0000</pubDate>
		<dc:creator>AbundantCode</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[PRISM]]></category>
		<category><![CDATA[Windows Runtime]]></category>

		<guid isPermaLink="false">http://abundantcode.com/?p=658</guid>
		<description>The Prism for Windows Runtime eBook is released and is available for download for free from Microsoft Download Centre. What is Prism for the Windows Runtime? The Prism for the Windows Runtime is an eBook of &amp;#8220;Developing a Windows Store Business Apps using C#, XAML and Prism for the Windows Runtime&amp;#8221;. It is a PDF file and provides guidance to the developers who are interested in creating Windows Store app using C# and XAML. Know more about Prism for the Windows Runtime and download it from Microsoft Download Centre.&lt;img src="http://feeds.feedburner.com/~r/AbundantCode/~4/MpW3h1HvFwE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://abundantcode.com/free-ebook-download-prism-for-the-windows-runtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abundantcode.com/free-ebook-download-prism-for-the-windows-runtime/</feedburner:origLink></item>
		<item>
		<title>WCF Data Services 5.5.0 Pre-release version</title>
		<link>http://feedproxy.google.com/~r/AbundantCode/~3/ZVIWS5m-OG8/</link>
		<comments>http://abundantcode.com/wcf-data-services-5-5-0-pre-release-version/#comments</comments>
		<pubDate>Mon, 20 May 2013 17:59:52 +0000</pubDate>
		<dc:creator>AbundantCode</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[pre-release]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[WCF Data Services 5.5.0]]></category>

		<guid isPermaLink="false">http://abundantcode.com/?p=656</guid>
		<description>The v5.5.0 pre-release version of the WCF Data Services is released and can be downloaded via NuGet Manager. The v5.5.0 of the WCF Data Services includes 2 new features 1. Enhancements to the URI parser 2. Public Data source providers Know more about the WCF Data Services 5.5.0 Pre-release version and NuGet download here&lt;img src="http://feeds.feedburner.com/~r/AbundantCode/~4/ZVIWS5m-OG8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://abundantcode.com/wcf-data-services-5-5-0-pre-release-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abundantcode.com/wcf-data-services-5-5-0-pre-release-version/</feedburner:origLink></item>
		<item>
		<title>Ternary Operator Code Snippet in C#</title>
		<link>http://feedproxy.google.com/~r/AbundantCode/~3/XqKeDOOrZCA/</link>
		<comments>http://abundantcode.com/ternary-operator-code-snippet-in-c/#comments</comments>
		<pubDate>Sat, 18 May 2013 19:34:47 +0000</pubDate>
		<dc:creator>AbundantCode</dc:creator>
				<category><![CDATA[Foundation (General)]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[ternary operator]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://abundantcode.com/?p=652</guid>
		<description>Below is a sample source code demonstrating the ternary operator in c# using System; namespace AbundantCode { internal class Program { // Ternary Operator Code Snippet in C# private static void Main(string[] args) { int Input1 = 18, Input2 = 15; bool Output; Output = (Input1 &amp;#62; Input2 ? true : false); System.Console.WriteLine("Result of Ternary Operator = " + Output); } } }&lt;img src="http://feeds.feedburner.com/~r/AbundantCode/~4/XqKeDOOrZCA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://abundantcode.com/ternary-operator-code-snippet-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abundantcode.com/ternary-operator-code-snippet-in-c/</feedburner:origLink></item>
		<item>
		<title>The ? (ternary) Operator in C#</title>
		<link>http://feedproxy.google.com/~r/AbundantCode/~3/m3PrXQ8oS9I/</link>
		<comments>http://abundantcode.com/the-ternary-operator-in-c/#comments</comments>
		<pubDate>Sat, 18 May 2013 17:54:20 +0000</pubDate>
		<dc:creator>AbundantCode</dc:creator>
				<category><![CDATA[Foundation (General)]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[operator]]></category>
		<category><![CDATA[ternary]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://abundantcode.com/?p=649</guid>
		<description>The ? Operator is the ternary operator and takes the following form Expression1? Expression2: Expression3; The Expression1 is an expression which returns Boolean result. Expression2 is considered if the Expression1 is true else Expression2 is taken.&lt;img src="http://feeds.feedburner.com/~r/AbundantCode/~4/m3PrXQ8oS9I" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://abundantcode.com/the-ternary-operator-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abundantcode.com/the-ternary-operator-in-c/</feedburner:origLink></item>
	</channel>
</rss>
