<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0" xmlns:s="http://updates.zdnet.com/">
<channel>
	<title><![CDATA[delegate Resources | ZDNet]]></title>
	<link><![CDATA[http://updates.zdnet.com/tags/delegate.html]]></link>
	<description><![CDATA[White papers, case studies, technical articles, and blog posts relating to delegate]]></description>
	<s:counts start="0" returned="5" found="5" />
	<language>en-us</language>
	<item>
		<title><![CDATA[From Delegate to Lambda: The Key to Understanding Lambda Expressions Lies in Understanding Delegates]]></title>
		<link><![CDATA[http://whitepapers.zdnet.com/abstract.aspx?docid=396427]]></link>
		<description><![CDATA[Delegates play a tremendously important role in developing applications for the .NET Framework, especially when using C# or Visual Basic. Events, a special application of delegates, are used all over the framework. And the application and possibilities of delegates has only grown over time. C# 2.0 introduced the concept of...]]></description>
		<s:doctype><![CDATA[White papers]]></s:doctype>
		<pubDate>Mon, 27 Oct 2008 00:00:00 -0700</pubDate>
		<category domain="http://updates.zdnet.com/tags/delegate.html"><![CDATA[Delegate]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+.net+framework+3.5.html"><![CDATA[Microsoft .NET Framework 3.5]]></category>
		<category domain="http://updates.zdnet.com/tags/lambda+expression.html"><![CDATA[Lambda Expression]]></category>
		<category domain="http://updates.zdnet.com/tags/c%2523.html"><![CDATA[C#]]></category>
		<category domain="http://updates.zdnet.com/tags/.net.html"><![CDATA[.Net]]></category>
		<category domain="http://updates.zdnet.com/tags/programming+languages.html"><![CDATA[Programming Languages]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+development+tools.html"><![CDATA[Microsoft Development Tools]]></category>
		<category domain="http://updates.zdnet.com/tags/software+development.html"><![CDATA[Software Development]]></category>
		<category domain="http://updates.zdnet.com/tags/software%252fweb+development.html"><![CDATA[Software/Web Development]]></category>
		<category domain="http://updates.zdnet.com/tags/development+tools.html"><![CDATA[Development Tools]]></category>
	</item>
	<item>
		<title><![CDATA[International Trade Forum Meets Technical Demands With Flexible Software Solutions]]></title>
		<link><![CDATA[http://whitepapers.zdnet.com/abstract.aspx?docid=337687]]></link>
		<description><![CDATA[The IT team needed to provide delegates with both operating system and business productivity software that would be familiar and easy to use. However, ease of use was not the only concern. Highly sensitive economic data would be stored on servers and constantly moved through the network. The IT team...]]></description>
		<s:doctype><![CDATA[Case studies]]></s:doctype>
		<pubDate>Thu, 01 Nov 2007 00:00:00 -0700</pubDate>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
		<category domain="http://updates.zdnet.com/tags/delegate.html"><![CDATA[Delegate]]></category>
		<category domain="http://updates.zdnet.com/tags/business+productivity.html"><![CDATA[Business Productivity]]></category>
		<category domain="http://updates.zdnet.com/tags/software+solutions+inc..html"><![CDATA[Software Solutions Inc.]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+corp..html"><![CDATA[Microsoft Corp.]]></category>
		<category domain="http://updates.zdnet.com/tags/strategic+planning.html"><![CDATA[Strategic Planning]]></category>
		<category domain="http://updates.zdnet.com/tags/collaboration.html"><![CDATA[Collaboration]]></category>
		<category domain="http://updates.zdnet.com/tags/cyberthreats.html"><![CDATA[Cyberthreats]]></category>
		<category domain="http://updates.zdnet.com/tags/tools+%2526+techniques.html"><![CDATA[Tools & Techniques]]></category>
		<category domain="http://updates.zdnet.com/tags/strategy.html"><![CDATA[Strategy]]></category>
		<category domain="http://updates.zdnet.com/tags/management.html"><![CDATA[Management]]></category>
		<category domain="http://updates.zdnet.com/tags/security.html"><![CDATA[Security]]></category>
		<category domain="http://rss.financialcontent.com/stocksymbol">MSFT</category>
		<category domain="tickers">MSFT</category>
	</item>
	<item>
		<title><![CDATA[Cool use of anonymous delegates]]></title>
		<link><![CDATA[http://blogs.zdnet.com/carroll/?p=1694]]></link>
		<description><![CDATA[I try to keep up to date with the latest changes to the programming tools I use on a regular basis. This means that I have a tendency to use less generally well-known language features. I use them, however, if I feel I have good reason to use them. Until...]]></description>
		<s:doctype><![CDATA[Blog posts]]></s:doctype>
		<pubDate>Wed, 09 May 2007 11:18:10 -0700</pubDate>
		<category domain="http://updates.zdnet.com/tags/general.html"><![CDATA[General]]></category>
		<category domain="http://updates.zdnet.com/tags/programming.html"><![CDATA[Programming]]></category>
	</item>
	<item>
		<title><![CDATA[Take advantage of code platform advances by creating and using anonymous methods]]></title>
		<link><![CDATA[http://whitepapers.zdnet.com/abstract.aspx?docid=265303]]></link>
		<description><![CDATA[In C# 1.1, declaring and using a delegate required you to have the delegate, a method with a matching signature to execute when the delegate is triggered, and an assignment statement that associated the delegate with the named method. As a new feature of C# 2.0, anonymous methods are able...]]></description>
		<s:doctype><![CDATA[Download resources]]></s:doctype>
		<pubDate>Wed, 25 Oct 2006 00:00:00 -0700</pubDate>
		<category domain="http://updates.zdnet.com/tags/method.html"><![CDATA[Method]]></category>
		<category domain="http://updates.zdnet.com/tags/delegate.html"><![CDATA[Delegate]]></category>
		<category domain="http://updates.zdnet.com/tags/zach+smith.html"><![CDATA[Zach Smith]]></category>
		<category domain="http://updates.zdnet.com/tags/c%2523+developer.html"><![CDATA[C# Developer]]></category>
		<category domain="http://updates.zdnet.com/tags/c%2523.html"><![CDATA[C#]]></category>
		<category domain="http://updates.zdnet.com/tags/.net.html"><![CDATA[.Net]]></category>
		<category domain="http://updates.zdnet.com/tags/programming+languages.html"><![CDATA[Programming Languages]]></category>
		<category domain="http://updates.zdnet.com/tags/software+development.html"><![CDATA[Software Development]]></category>
		<category domain="http://updates.zdnet.com/tags/software%252fweb+development.html"><![CDATA[Software/Web Development]]></category>
	</item>
	<item>
		<title><![CDATA[Parliament Services Provide Delegates With Latest Event, Meeting, and Voting Information]]></title>
		<link><![CDATA[http://whitepapers.zdnet.com/abstract.aspx?docid=282998]]></link>
		<description><![CDATA[When parliament buildings were being renovated, the Swiss Parliament had to move temporarily to the village of Flims. A solution was needed to inform delegates of meeting times and locations. In the weeks leading up to the autumn session, the Swiss Parliament deployed a new technology solution, called InfoPanel, with...]]></description>
		<s:doctype><![CDATA[Case studies]]></s:doctype>
		<category domain="http://updates.zdnet.com/tags/solution.html"><![CDATA[Solution]]></category>
		<category domain="http://updates.zdnet.com/tags/delegate.html"><![CDATA[Delegate]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+corp..html"><![CDATA[Microsoft Corp.]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+office.html"><![CDATA[Microsoft Office]]></category>
		<category domain="http://updates.zdnet.com/tags/office+suites.html"><![CDATA[Office Suites]]></category>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
		<category domain="http://rss.financialcontent.com/stocksymbol">MSFT</category>
		<category domain="tickers">MSFT</category>
	</item>
</channel>
</rss>
