<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>BenkoBLOG : WCF</title><link>http://blogs.msdn.com/benko/archive/tags/WCF/default.aspx</link><description>Tags: WCF</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>WCF Performance and Deployment Webcast</title><link>http://blogs.msdn.com/benko/archive/2007/10/30/wcf-performance-deployment-webcast.aspx</link><pubDate>Tue, 30 Oct 2007 18:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5782470</guid><dc:creator>benko</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/benko/comments/5782470.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benko/commentrss.aspx?PostID=5782470</wfw:commentRss><wfw:comment>http://blogs.msdn.com/benko/rsscomments.aspx?PostID=5782470</wfw:comment><description>&lt;DIV class=wlWriterSmartContent id=scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9f60f03a-1b62-4454-86ce-925bc3d5e05c style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/FMC%20MasterClass/" rel=tag mce_href="http://technorati.com/tags/FMC%20MasterClass/"&gt;FMC MasterClass&lt;/A&gt; , &lt;A href="http://technorati.com/tags/WCF/" rel=tag mce_href="http://technorati.com/tags/WCF/"&gt;WCF&lt;/A&gt; &lt;/DIV&gt;
&lt;P&gt;Yesterday I delivered the most recent addition to the &lt;A href="http://www.benkotips.com/fmc" mce_href="http://www.benkotips.com/fmc"&gt;Framework MasterClass Webcast Series&lt;/A&gt; on WCF Performance and Deployment. We covered issues surrounding the deployment and scalability of WCF services as hosted by IIS and Windows Activation Service. As per usual I've posted the code to &lt;A href="http://www.benkotips.com/default.aspx?tabid=628" mce_href="http://www.benkotips.com/default.aspx?tabid=628"&gt;BenkoTIPS downloads section&lt;/A&gt;, but I promised to include some steps in order to make the IIS deployment work. Specifically we had to add some evidence to executables and assemblies used by IIS 7.0 and to do some registering of components. If you're running on Windows Server instead of Vista you may not need to do the same steps because that is currently running IIS 6.0, but here's what I did in any case...&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Configure Windows Vista &amp;amp; IIS 7.0 Features 
&lt;OL&gt;
&lt;LI&gt;In Windows Vista open Control Panel and then click Programs and then open Programs and Features 
&lt;LI&gt;In the left pane click on "Turn Windows Features on or off" 
&lt;LI&gt;Expand Internet Information Services 
&lt;LI&gt;Expand Web Management Tools | IIS 6.0 Management Compatibility, then select IIS Metabase and IIS 6.0 Configuration Compatibility 
&lt;LI&gt;Expand World Wide Web Services | Application Development Features and then check the ASP.NET checkbox 
&lt;LI&gt;Expand Security and check Windows Authentication. NOTE: necessary related features will automatically be selected as well 
&lt;LI&gt;Click OK to close Windows Features&lt;/LI&gt;&lt;/OL&gt;
&lt;LI&gt;Add Code Access Security signing to components 
&lt;OL&gt;
&lt;LI&gt;Open Visual Studio 2008 Beta 2 Command Prompt (or 2005...) 
&lt;LI&gt;Run the Strong Name utility (sn.exe) to add evidence on iisresolver.dll and svcutil.exe 
&lt;UL&gt;
&lt;LI&gt;sn.exe -Vr "%ProgramFiles%\Microsoft Visual Studio 9.0\Common7\IDE\iisresolver.dll" 
&lt;LI&gt;sn.exe -Vr "Program Files\Microsoft SDKs\Windows\v6.0a\bin\svcutil.exe"&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;Register ServiceModel components 
&lt;UL&gt;
&lt;LI&gt;c:\&amp;gt; "c:\Windows\Microsoft.Net\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe" -i&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Hope this helps. If you have questions, let me know.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5782470" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benko/archive/tags/MSDN+Events/default.aspx">MSDN Events</category><category domain="http://blogs.msdn.com/benko/archive/tags/WCF/default.aspx">WCF</category></item><item><title>Code Posted for WCF Custom Channels</title><link>http://blogs.msdn.com/benko/archive/2007/10/22/code-posted-for-wcf-custom-channels.aspx</link><pubDate>Mon, 22 Oct 2007 23:36:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5608632</guid><dc:creator>benko</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/benko/comments/5608632.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benko/commentrss.aspx?PostID=5608632</wfw:commentRss><wfw:comment>http://blogs.msdn.com/benko/rsscomments.aspx?PostID=5608632</wfw:comment><description>&lt;p&gt;I just uploaded the code for today's &lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&amp;amp;EventID=1032352334&amp;amp;CountryCode=US"&gt;webcast on Custom Channels in WCF&lt;/a&gt;. In this webcast we looked at what's involved in customizing the way that WCF works and how you can extend its behavior. There was a lot of C# code and we created channels, channel factories, binding elements and the binding collections themselves. If you're looking at how to implement a custom channel hopefully you'll find this webcast useful.&lt;/p&gt;  &lt;p&gt;One other thing. Last week's regularly scheduled &lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&amp;amp;EventID=1032352327&amp;amp;CountryCode=US"&gt;webcast on WCF Management and Diagnostics&lt;/a&gt;, planned for Monday got changed due to technical difficulties to Wednesday. It's been recorded and now they're working on making the recording available. We had some audio problems the second time as well, but they didn't surface until we were switching to the conclusion slide. The experts are editing it right now and I expect they'll have if figured out and available soon.&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:52f0bd0b-f679-4efd-8c92-0c99dc605759" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags:  		&lt;a href="http://technorati.com/tags/WCF/" rel="tag"&gt;WCF&lt;/a&gt; 		,  		&lt;a href="http://technorati.com/tags/.NET%203.5/" rel="tag"&gt;.NET 3.5&lt;/a&gt; 		,  		&lt;a href="http://technorati.com/tags/MSDN/" rel="tag"&gt;MSDN&lt;/a&gt; 		,  		&lt;a href="http://technorati.com/tags/Webcasts/" rel="tag"&gt;Webcasts&lt;/a&gt; 		,  		&lt;a href="http://technorati.com/tags/Framework%20Master%20Class/" rel="tag"&gt;Framework Master Class&lt;/a&gt; 		&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5608632" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benko/archive/tags/WCF/default.aspx">WCF</category></item><item><title>Announcing the Framework MasterClass Webcast Series!</title><link>http://blogs.msdn.com/benko/archive/2007/09/08/announcing-the-framework-masterclass-webcast-series.aspx</link><pubDate>Sat, 08 Sep 2007 18:37:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4831140</guid><dc:creator>benko</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/benko/comments/4831140.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benko/commentrss.aspx?PostID=4831140</wfw:commentRss><wfw:comment>http://blogs.msdn.com/benko/rsscomments.aspx?PostID=4831140</wfw:comment><description>&lt;p style="margin-left: 14pt"&gt;&lt;span style="font-family:Arial; font-size:12pt"&gt;&lt;strong&gt;Class is in Back in Session!
&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 14pt"&gt;&lt;span style="font-family:Arial; font-size:10pt"&gt;We have the first 8 webcasts in the &lt;a href="http://www.atg-it.com/Default.aspx?tabid=1318"&gt;Framework MasterClass&lt;/a&gt; series scheduled as of today, and here's a quick rundown on the topics we'll be covering in September &amp;amp; October. This series will take a deeper dive into technologies like LINQ, WCF, Workflow, etc. and help provide insight into how get the most from them. Stay tuned for new sessions that get added each month!
&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 14pt"&gt;&lt;span style="font-family:Arial; font-size:10pt"&gt;Our proposed schedule runs typically on Mondays…
&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 14pt"&gt;&lt;em&gt;&lt;span style="font-family:Arial; font-size:10pt"&gt;&lt;strong&gt;9/4 – &lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032349353&amp;amp;EventCategory=5&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;&lt;span style="color:#003366"&gt;LINQ Overview&lt;br/&gt;&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;Data access has evolved over time to make working with databases easier and more productive. In the Microsoft .NET Framework version 3.5, access to data is integrated natively into the languages. In this webcast, we look at what Microsoft .NET Language Integrated Query (LINQ) is, and we provide an overview of how it can help developers increase productivity.&lt;/span&gt;&lt;span style="font-family:Times New Roman; font-size:12pt"&gt;
			&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="margin-left: 14pt"&gt;&lt;em&gt;&lt;span style="font-family:Arial; font-size:10pt"&gt;&lt;strong&gt;9/10 – &lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032349363&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;&lt;span style="color:#003366"&gt;LINQ to SQL&lt;/span&gt;&lt;/a&gt;&lt;br/&gt;&lt;/strong&gt;Microsoft .NET Language Integrated Query (LINQ) provides a common way to work with data in your applications. In this session, we dive into how LINQ provides methods to work with Structured Query Language (SQL) databases, including how to query, insert, and manage data using the LINQ framework. &lt;/span&gt;&lt;span style="font-family:Times New Roman; font-size:12pt"&gt;
			&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="margin-left: 14pt"&gt;&lt;em&gt;&lt;span style="font-family:Arial; font-size:10pt"&gt;&lt;strong&gt;9/17 – &lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032349380&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;&lt;span style="color:#003366"&gt;LINQ to XML&lt;/span&gt;&lt;/a&gt;&lt;br/&gt;&lt;/strong&gt;In other sessions, we have already seen how Microsoft .NET Language Integrated Query (LINQ) works with relational databases. In this webcast, we explore how LINQ can help you develop XML applications. We cover the basics of the XML helper functions, and we also dive into deeper topics. &lt;/span&gt;&lt;span style="font-family:Times New Roman; font-size:12pt"&gt;
			&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="margin-left: 14pt"&gt;&lt;em&gt;&lt;span style="font-family:Arial; font-size:10pt"&gt;&lt;strong&gt;9/24 – &lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032349384&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;&lt;span style="color:#003366"&gt;LINQ to Entities&lt;/span&gt;&lt;/a&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-family:Times New Roman; font-size:12pt"&gt;We've&lt;/span&gt;&lt;span style="font-family:Arial; font-size:10pt"&gt; explored how Microsoft .NET Language Integrated Query (LINQ) is used for Structured Query Language (SQL) databases and working with XML. In this webcast, we connect to the data access layer, the business objects that provide the functionality of working with enterprise data. Join us to learn how you can make your LINQ applications really sing when working with entities. &lt;/span&gt;&lt;span style="font-family:Times New Roman; font-size:12pt"&gt;
			&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="margin-left: 14pt"&gt;&lt;em&gt;&lt;span style="font-family:Arial; font-size:10pt"&gt;&lt;strong&gt;10/1 – &lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032352316&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;&lt;span style="color:#003366"&gt;Working with WCF&lt;/span&gt;&lt;/a&gt;&lt;br/&gt;&lt;/strong&gt;Windows Communication Foundation (WCF) brings tremendous power to developers and architects who are charged with creating distributed systems, but the many coding and configuration choices within WCF can be daunting. When faced with an almost infinitely configurable system, how can you be sure you are utilizing WCF effectively? Join this webcast to learn how you can solve the real-world technical problems that led you to WCF in the first place. In this session, we educate and inform both developers and architects about how to build and configure services in WCF using a variety of real-world scenarios as examples. After a brief review of the WCF code concepts, we explore techniques for building an effective messaging infrastructure, taking advantage of the many built-in WCF services, including security, transactions, reliability, and durability. &lt;/span&gt;&lt;span style="font-family:Times New Roman; font-size:12pt"&gt;
			&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="margin-left: 14pt"&gt;&lt;em&gt;&lt;span style="font-family:Arial; font-size:10pt"&gt;&lt;strong&gt;10/15 – &lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032352326&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;&lt;span style="color:#003366"&gt;WCF Management &amp;amp; Diagnostics&lt;/span&gt;&lt;/a&gt;&lt;br/&gt;&lt;/strong&gt;Windows Communication Foundation (WCF) includes a strong management foundation for providing insight into the health and operational status of applications. In this session, we illustrate how you can incorporate WCF rich tracing and logging, a broad set of performance counters and tracking information, into existing management environments to build better applications. We also discuss how to use Windows PowerShell on top of the management extensions in WCF.&lt;/span&gt;&lt;span style="font-family:Times New Roman; font-size:12pt"&gt;
			&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="margin-left: 14pt"&gt;&lt;em&gt;&lt;span style="font-family:Arial; font-size:10pt"&gt;&lt;strong&gt;10/22 – &lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032352333&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;&lt;span style="color:#003366"&gt;WCF Custom Channels&lt;/span&gt;&lt;/a&gt;&lt;br/&gt;&lt;/strong&gt;Channel model is the layer of our architecture that is responsible for performing all of the point-to-point messaging in Windows Communication Foundation (WCF). Almost every interoperability problem and missing feature can be worked around by extending the messaging platform with a sufficiently powerful custom channel. In this session, we discuss the basics you need to get started with the channel model, and we show you how to write simple custom channels that solve problems. &lt;/span&gt;&lt;span style="font-family:Times New Roman; font-size:12pt"&gt;
			&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="margin-left: 14pt"&gt;&lt;em&gt;&lt;span style="font-family:Arial; font-size:10pt"&gt;&lt;strong&gt;10/29 – &lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032352335&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;&lt;span style="color:#003366"&gt;WCF Performance &amp;amp; Deployment&lt;/span&gt;&lt;/a&gt;&lt;br/&gt;&lt;/strong&gt;In this session, we dive into some best practices that can help you ensure the highest level of performance and availability with Windows Communication Foundation (WCF). We examine guidelines for load balancing your services across a Web farm, and we take a look at various properties that are designed to help prevent undue resource consumption. Finally, we share some examples of the various hosting options for WCF services, including Microsoft Internet Information Services (IIS) and Windows Process Activation Service (WAS). &lt;/span&gt;&lt;span style="font-family:Times New Roman; font-size:12pt"&gt;
			&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4831140" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benko/archive/tags/BenkoTIPS/default.aspx">BenkoTIPS</category><category domain="http://blogs.msdn.com/benko/archive/tags/WCF/default.aspx">WCF</category><category domain="http://blogs.msdn.com/benko/archive/tags/Webcasts/default.aspx">Webcasts</category><category domain="http://blogs.msdn.com/benko/archive/tags/LINQ/default.aspx">LINQ</category></item><item><title>On the road with LINQ, WCF and Silverlight</title><link>http://blogs.msdn.com/benko/archive/2007/08/21/on-the-road-with-linq-wcf-and-silverlight.aspx</link><pubDate>Tue, 21 Aug 2007 17:37:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4494873</guid><dc:creator>benko</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/benko/comments/4494873.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benko/commentrss.aspx?PostID=4494873</wfw:commentRss><wfw:comment>http://blogs.msdn.com/benko/rsscomments.aspx?PostID=4494873</wfw:comment><description>&lt;p style="text-align: right"&gt;&lt;span style="font-family:Helvetica; font-size:10pt"&gt;&lt;em&gt;…With a boulder on my shoulder feelin' kinda older I tripped the merry-go-round&lt;br/&gt;With this very unpleasing sneezing and wheezing the calliope crashed to the ground… &lt;/em&gt;&lt;/span&gt;
	&lt;/p&gt;&lt;p style="text-align: right"&gt;&lt;em&gt;&lt;span style="font-family:Helvetica; font-size:10pt"&gt;-Bruce Springsteen&lt;/span&gt;
		&lt;/em&gt;
	&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:16pt"&gt;&lt;strong&gt;T&lt;/strong&gt;&lt;/span&gt;his quarter we're back on the road bringing some great technology &amp;amp; tools for building software that takes things to a whole new level. From the data integration capabilities of LINQ to working with the cross-browser presentation experience, you'll find we've got some fun stuff happening at MSDN Events. I will be on the road starting in Madison, then touring the upper Midwest to visit cities like St. Louis, Kansas City, Minneapolis, Des Moines, Green Bay and more to show what's possible with these new tools. 
&lt;/p&gt;&lt;p&gt;As part of these events I like to post links to resources on the topics we're talking about. The links for this quarter include: 
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;LINQ &lt;/strong&gt;
	&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Language_Integrated_Query"&gt;Wikipedia on LINQ&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/tags/LINQ/default.aspx"&gt;Scott Guthrie's blog on LINQ&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx"&gt;Configuring the LINQ Data Visualizer&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/netframework/aa904594.aspx"&gt;The Linq Project on MSDN&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://channel9.msdn.com/Showpost.aspx?postid=114680"&gt;Anders Hejlsberg on Channel 9&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=323545"&gt;Daniel Moth explains LINQ on Channel9&lt;/a&gt;
		&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;WCF &lt;/strong&gt;
	&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://msdn.microsoft.com/msdnmag/issues/07/05/Foundations/default.aspx"&gt;MSDN Magazine: WCF &amp;amp; Transactions&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/ms733832.aspx"&gt;Best Practices: Data Contract Versioning&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn.microsoft.com/msdnmag/issues/07/08/Foundations"&gt;MSDN Magazine: Declarative WCF Security&lt;/a&gt;
		&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Silverlight &lt;/strong&gt;
	&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/silverlight"&gt;Silverlight home page&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn.microsoft.com/silverlight"&gt;MSDN Silverlight&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Microsoft_Silverlight"&gt;Wikipedia on Silverlight&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2007/06/19/building-silverlight-applications-using-net.aspx"&gt;Scott Guthrie on Silverlight&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.benkotips.com/Default.aspx?tabid=1320"&gt;My Puzzle Page&lt;/a&gt;
		&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Enjoy!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4494873" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benko/archive/tags/MSDN+Events/default.aspx">MSDN Events</category><category domain="http://blogs.msdn.com/benko/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/benko/archive/tags/WCF/default.aspx">WCF</category><category domain="http://blogs.msdn.com/benko/archive/tags/LINQ/default.aspx">LINQ</category></item></channel></rss>