<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title> .NET news &gt;&gt; C#</title>
<link>http://www.dotnetcat.com/C-sharp/</link>
<description>.NET developer news by tags: C#, ASP.NET, VB.NET, database, security, performance and more</description>
<language>en-us</language>
<item>
<title>C# Anonymous Methods</title>
<link>http://www.dotnetcat.com/news/C-sharp/id/9115/</link>
<pubDate>Thu, 03 Jul 2008 13:13:53 -0500</pubDate>
<description> <![CDATA[ C# allows the declaration of delegates. These hold method references that may be changed at run-time and are essential for creating events. It is often the case that the delegate is never changed. In these cases, anonymous methods can simplify code. ]]> </description>
</item>
<item>
<title>C# Checked and Unchecked Arithmetic</title>
<link>http://www.dotnetcat.com/news/C-sharp/id/8955/</link>
<pubDate>Sun, 25 May 2008 10:09:23 -0500</pubDate>
<description> <![CDATA[ Arithmetic operations are limited to some extent by the type of variable being acted upon. In some cases, values can exceed their data type limits and provide incorrect, and potentially dangerous answers. This is prevented by using checked arithmetic. ]]> </description>
</item>
<item>
<title>Permutations, Combinations and Variations using C# Generics</title>
<link>http://www.dotnetcat.com/news/C-sharp/id/8960/</link>
<pubDate>Fri, 23 May 2008 21:36:00 -0500</pubDate>
<description> <![CDATA[ Discusses the six major types of combinatorial collections with examples and formulas for counting. Expands with a C# generics-based set of classes for enumerating each meta-collection. ]]> </description>
</item>
<item>
<title>C# Inheritance</title>
<link>http://www.dotnetcat.com/news/C-sharp/id/8648/</link>
<pubDate>Sat, 15 Mar 2008 17:32:38 -0500</pubDate>
<description> <![CDATA[ The eighteenth part of the C# Object-Oriented Programming tutorial begins the discussion of the use of inheritance. This is a powerful object-oriented concept that permits the creation of hierarchical groups of classes that share common functionality. ]]> </description>
</item>
<item>
<title>A Generic Searchable Range Collection</title>
<link>http://www.dotnetcat.com/news/C-sharp/id/8650/</link>
<pubDate>Sat, 15 Mar 2008 17:32:38 -0500</pubDate>
<description> <![CDATA[ When developing networked applications that rely on a remote computer being available, it is important to be able to check that the other system is operable. Using the .NET framework's Ping class, an ICMP echo request can be sent for this purpose. ]]> </description>
</item>
<item>
<title>LINQ to Life</title>
<link>http://www.dotnetcat.com/news/C-sharp/id/8628/</link>
<pubDate>Thu, 06 Mar 2008 09:03:00 -0600</pubDate>
<description> <![CDATA[ Using LINQ to improve everyday code ]]> </description>
</item>
<item>
<title>New C# 3.0 Language Features</title>
<link>http://www.dotnetcat.com/news/C-sharp/id/8585/</link>
<pubDate>Thu, 28 Feb 2008 14:16:00 -0600</pubDate>
<description> <![CDATA[ Learn about some of the new features in C# 3.0 including automatic properties, collection initializers, extension methods, lambda expressions and anonymous types. ]]> </description>
</item>
<item>
<title>C# 3.0 Syntax Additions - Design Guidelines</title>
<link>http://www.dotnetcat.com/news/C-sharp/id/8517/</link>
<pubDate>Mon, 11 Feb 2008 16:02:11 -0600</pubDate>
<description> <![CDATA[ These guidelines will help you understand new additions to C# 3.0 syntax and avoid some of the pitfalls you can encounter when using them.

 ]]> </description>
</item>
<item>
<title>C# Events</title>
<link>http://www.dotnetcat.com/news/C-sharp/id/8491/</link>
<pubDate>Tue, 05 Feb 2008 14:48:39 -0600</pubDate>
<description> <![CDATA[ The fifteenth part of the C# Object-Oriented Programming tutorial explains the use of events. Events can be added to a class to allow it to indicate when a specific action has occurred or is about to occur. Subscribers may then react to the event. ]]> </description>
</item>
<item>
<title>What's New in C# 3.0? Part 2</title>
<link>http://www.dotnetcat.com/news/C-sharp/id/8489/</link>
<pubDate>Wed, 30 Jan 2008 00:09:58 -0600</pubDate>
<description> <![CDATA[ The release of Visual Studio 2008 updates C# to version, 3.0, with several key language enhancements and LINQ support. Part Two of this series will walk you through C#'s new LINQ support features and other time-saving enhancements.
 ]]> </description>
</item>
</channel>
</rss> 