<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>NetProgrammingHelp.com &#187; C#</title>
	<atom:link href="http://netprogramminghelp.com/category/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://netprogramminghelp.com</link>
	<description>Asp.Net,C#,Ajax,Sql server,silverlight,Javascript codes exambles articles,Programming exambles</description>
	<lastBuildDate>Tue, 09 Aug 2011 14:31:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>What is/Explain Named and Optional Parameters in C# Asp.Net C# 4.0</title>
		<link>http://netprogramminghelp.com/c/what-isexplain-named-and-optional-parameters-in-c-asp-net-c-4-0/</link>
		<comments>http://netprogramminghelp.com/c/what-isexplain-named-and-optional-parameters-in-c-asp-net-c-4-0/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 22:17:33 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Named]]></category>
		<category><![CDATA[Optional]]></category>
		<category><![CDATA[Parameters]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/c/what-isexplain-named-and-optional-parameters-in-c-asp-net-c-4-0/</guid>
		<description><![CDATA[Introduction: In this article i am going to explain about what is named and optional parameters in c# 4.0. Main: As i allready told named and optional parameters are the enhancemdent of c# 4.0 Named parameters enable you to specify a parameter by associating that with the parameter&#8217;s name rather than with the parameter&#8217;s position [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/c/what-isexplain-named-and-optional-parameters-in-c-asp-net-c-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abstract classes or Interfaces Asp.Net C#</title>
		<link>http://netprogramminghelp.com/c/abstract-classes-interfaces-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/c/abstract-classes-interfaces-asp-net-c/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 11:32:18 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=2051</guid>
		<description><![CDATA[Video demonstrates In which scenario&#8217;s we can use interfaces and in which scenario&#8217;s we can use abstract classes. Note:Video is downloaded from microsoft website References: msdn.microsoft.com Enjoy the video!]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/c/abstract-classes-interfaces-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objects classes Data abstraction Encapsulation Inheritance Polymorphism Constructors Destructors</title>
		<link>http://netprogramminghelp.com/c/objects-classes-data-abstraction-encapsulation-inheritance-polymorphism-constructors-destructors/</link>
		<comments>http://netprogramminghelp.com/c/objects-classes-data-abstraction-encapsulation-inheritance-polymorphism-constructors-destructors/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 17:16:34 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1994</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about some of oops concepts like Objects,classes,Data abstraction,Encapsulation Inheritance,Polymorphism,Constructors,Destructors. Main: OOPs It is an approach that provides a way of modularizing programs by creating partitioned memory area for both data and functions that can be used as templates for creating copies of such modules on demand. Concepts [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/c/objects-classes-data-abstraction-encapsulation-inheritance-polymorphism-constructors-destructors/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Understanding Using Coding Programming Partial Classes Types Methods Asp.Net C#</title>
		<link>http://netprogramminghelp.com/c/understanding-coding-programming-partial-classes-types-methods-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/c/understanding-coding-programming-partial-classes-types-methods-asp-net-c/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 10:07:31 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1920</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about the use of partial keyword in c# object oriented applications. Main: C# 2005 introduces a new type modifer named partial that allows you to define a C# type across multiple *.cs files. Earlier versions of the C# programming language required all code for a given type [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/c/understanding-coding-programming-partial-classes-types-methods-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# 3.0 Language Enhancements/Evolutions LINQ Asp.Net</title>
		<link>http://netprogramminghelp.com/c/c-3-0-language-enhancementsevolutions-linq-asp-net/</link>
		<comments>http://netprogramminghelp.com/c/c-3-0-language-enhancementsevolutions-linq-asp-net/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 09:14:22 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1905</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about,what are the new language enhancements/evoluations in c# 3.0. Main: The Main goals on c# 3.0 are, 1.Integrate objects, relational data, and XML 2.Increase conciseness of language 3.Add functional programming constructs 4.Don’t tie language to specific APIs 5.Remain 100% backwards compatible Language Enhancements:- 1.Local Variable Type Inference [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/c/c-3-0-language-enhancementsevolutions-linq-asp-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Need of Delegates,how delegate works Asp.Net C#</title>
		<link>http://netprogramminghelp.com/c/delegateshow-delegate-works-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/c/delegateshow-delegate-works-asp-net-c/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 15:16:57 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1888</guid>
		<description><![CDATA[Introduction: In this article,i am trying to explain what is delegates,and when/where we need to use delegates. Main: Delegates helps us to pass methods into another methods in parallel manner,delegates and classes are allmost same, When you want to use a class in C#, you do so in two stages. First, you need to define [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/c/delegateshow-delegate-works-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Object Oriented Programming? OOPS Essentials C# Asp.Net</title>
		<link>http://netprogramminghelp.com/c/object-oriented-programming-oops-essentials-c-asp-net/</link>
		<comments>http://netprogramminghelp.com/c/object-oriented-programming-oops-essentials-c-asp-net/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 14:54:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1884</guid>
		<description><![CDATA[Introduction: Before starting OOP code using the c# language,we need to understand why we are using object oriented programming language.In this article,i am going to explain about the essnetials of object-oriented programming. Main: Before starting to learn OOP pattern we need to understand the below 4 concepts,threre are 1.Type, 2.Scope, 3.Inheritence, 4.Generics Types: A type [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/c/object-oriented-programming-oops-essentials-c-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Oriented Programming Language (OOPS) Concepts and Descriptions Asp.Net C#</title>
		<link>http://netprogramminghelp.com/c/object-oriented-programming-language-oops-concepts-descriptions-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/c/object-oriented-programming-language-oops-concepts-descriptions-asp-net-c/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 16:51:12 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1845</guid>
		<description><![CDATA[What is OOPS? Everything in the world is an object. The type of the object may vary. In OOPS, we get the power to create objects of our own, as &#038; when required. OOPs is a programming methodology where each entity is an object. It is a method of computer programming where entities of related [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/c/object-oriented-programming-language-oops-concepts-descriptions-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Differences Similarities Between Abstract Classes and Interfaces Asp.Net C#</title>
		<link>http://netprogramminghelp.com/c/differences-similarities-abstract-classes-interfaces-asp-net-c/</link>
		<comments>http://netprogramminghelp.com/c/differences-similarities-abstract-classes-interfaces-asp-net-c/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 16:22:08 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1841</guid>
		<description><![CDATA[Introduction: In this article,i am going explain about what are the differences between abstract classes and interfaces. Main: If a class is to serve the purpose of providing common fields and members to all subclasses, we create an Abstract class. For creating an abstract class, we make use of the abstract keyword. Such a class [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/c/differences-similarities-abstract-classes-interfaces-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the new features in C# 3.0/Understanding new features in c# 3.0</title>
		<link>http://netprogramminghelp.com/c/new-features-of-c-30/</link>
		<comments>http://netprogramminghelp.com/c/new-features-of-c-30/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 18:29:25 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://netprogramminghelp.com/?p=1381</guid>
		<description><![CDATA[Introduction: In this article,i am going to explain about some new features in C# 3.0.There are, 1.Implicitly typed local variables, 2.Extension Methods, 3.Anonymous types, 4.Object Intialisers, 5.Lambda Expressions, 6.Automatic Properties, Main: C# 3.0 provides a new keyword , var, which can be  be used in place of int, bool or string. Implicitly typed local variables [...]]]></description>
		<wfw:commentRss>http://netprogramminghelp.com/c/new-features-of-c-30/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

