<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-6127132400597215190.post9189530192505055342..comments</id><updated>2009-12-24T10:32:28.393-08:00</updated><title type='text'>Comments on Mike's Code Blog: Creating Playlists With Linq - Another Great Use F...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.nostatic.org/feeds/9189530192505055342/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6127132400597215190/9189530192505055342/comments/default'/><link rel='alternate' type='text/html' href='http://blog.nostatic.org/2009/03/creating-playlists-with-linq-another.html'/><author><name>Mike</name><uri>http://www.blogger.com/profile/13599208082890099005</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6127132400597215190.post-3867638822607108749</id><published>2009-03-25T09:30:00.000-07:00</published><updated>2009-03-25T09:30:00.000-07:00</updated><title type='text'>You can find some code for the core technique here...</title><content type='html'>You can find some code for the core technique here:&lt;BR/&gt;&lt;BR/&gt;&lt;A HREF="http://blog.nostatic.org/2008/12/dynamically-compiling-assemblies-with.html" REL="nofollow"&gt;Dynamically Compiling Assemblies with CodeComProvider&lt;/A&gt;&lt;BR/&gt;&lt;BR/&gt;You don&amp;#39;t have to do anything particularly special to use Linq, except that you need to make sure you are targeting the approperiate version of .NET:&lt;BR/&gt;&lt;BR/&gt;var providerOptions = new Dictionary&amp;lt;string, string&amp;gt;();&lt;BR/&gt;            providerOptions.Add(&amp;quot;CompilerVersion&amp;quot;, &amp;quot;v3.5&amp;quot;); &lt;BR/&gt;&lt;BR/&gt;codeProvider = new CSharpCodeProvider(providerOptions);&lt;BR/&gt;&lt;BR/&gt;and make sure that your assembly code has a &amp;quot;using System.Linq;&amp;quot; in it.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6127132400597215190/9189530192505055342/comments/default/3867638822607108749'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6127132400597215190/9189530192505055342/comments/default/3867638822607108749'/><link rel='alternate' type='text/html' href='http://blog.nostatic.org/2009/03/creating-playlists-with-linq-another.html?showComment=1237998600000#c3867638822607108749' title=''/><author><name>Mike</name><uri>http://www.blogger.com/profile/13599208082890099005</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10796613826403701185'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.nostatic.org/2009/03/creating-playlists-with-linq-another.html' ref='tag:blogger.com,1999:blog-6127132400597215190.post-9189530192505055342' source='http://www.blogger.com/feeds/6127132400597215190/posts/default/9189530192505055342' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-6127132400597215190.post-8448859652996897202</id><published>2009-03-25T01:31:00.000-07:00</published><updated>2009-03-25T01:31:00.000-07:00</updated><title type='text'>Hi,im interested your article about create PLaylis...</title><content type='html'>Hi,&lt;BR/&gt;im interested your article about create PLaylist with Linq .Do you have a code snippet for that.&lt;BR/&gt;Thanks in advantage.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6127132400597215190/9189530192505055342/comments/default/8448859652996897202'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6127132400597215190/9189530192505055342/comments/default/8448859652996897202'/><link rel='alternate' type='text/html' href='http://blog.nostatic.org/2009/03/creating-playlists-with-linq-another.html?showComment=1237969860000#c8448859652996897202' title=''/><author><name>noninoni</name><uri>http://www.blogger.com/profile/16866183409528127061</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.nostatic.org/2009/03/creating-playlists-with-linq-another.html' ref='tag:blogger.com,1999:blog-6127132400597215190.post-9189530192505055342' source='http://www.blogger.com/feeds/6127132400597215190/posts/default/9189530192505055342' type='text/html'/></entry></feed>