<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Fluent Email in .NET</title>
	<atom:link href="http://lukencode.com/2010/04/11/fluent-email-in-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukencode.com/2010/04/11/fluent-email-in-net/</link>
	<description>code first, ask questions later</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:35:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Luke Lowrey</title>
		<link>http://lukencode.com/2010/04/11/fluent-email-in-net/comment-page-1/#comment-443</link>
		<dc:creator>Luke Lowrey</dc:creator>
		<pubDate>Sat, 19 Feb 2011 03:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://lukencode.com/?p=80#comment-443</guid>
		<description>Nice api, I like the template stuff. Was thinking of trying to do something with razor for fluent email templates.</description>
		<content:encoded><![CDATA[<p>Nice api, I like the template stuff. Was thinking of trying to do something with razor for fluent email templates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaTribe</title>
		<link>http://lukencode.com/2010/04/11/fluent-email-in-net/comment-page-1/#comment-442</link>
		<dc:creator>DaTribe</dc:creator>
		<pubDate>Fri, 18 Feb 2011 09:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://lukencode.com/?p=80#comment-442</guid>
		<description>Check out this fluent API for .NET 4.0
http://www.avantprime.com/products/view-product/8/fluent-mail</description>
		<content:encoded><![CDATA[<p>Check out this fluent API for .NET 4.0<br />
<a href="http://www.avantprime.com/products/view-product/8/fluent-mail" rel="nofollow">http://www.avantprime.com/products/view-product/8/fluent-mail</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: User Control Email Templates in asp.net &#171; lukencode</title>
		<link>http://lukencode.com/2010/04/11/fluent-email-in-net/comment-page-1/#comment-31</link>
		<dc:creator>User Control Email Templates in asp.net &#171; lukencode</dc:creator>
		<pubDate>Tue, 13 Apr 2010 08:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://lukencode.com/?p=80#comment-31</guid>
		<description>[...] Below is how I use the templates in my code, sending using a basic email sender class I have (or better still fluent email). [...]</description>
		<content:encoded><![CDATA[<p>[...] Below is how I use the templates in my code, sending using a basic email sender class I have (or better still fluent email). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Lowrey</title>
		<link>http://lukencode.com/2010/04/11/fluent-email-in-net/comment-page-1/#comment-30</link>
		<dc:creator>Luke Lowrey</dc:creator>
		<pubDate>Mon, 12 Apr 2010 22:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://lukencode.com/?p=80#comment-30</guid>
		<description>@Kane - what do you mean by &quot;progressive fluent&quot; this is the first fluent interface I&#039;ve attempted and I&#039;d like to find out.</description>
		<content:encoded><![CDATA[<p>@Kane &#8211; what do you mean by &#8220;progressive fluent&#8221; this is the first fluent interface I&#8217;ve attempted and I&#8217;d like to find out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Lowrey</title>
		<link>http://lukencode.com/2010/04/11/fluent-email-in-net/comment-page-1/#comment-29</link>
		<dc:creator>Luke Lowrey</dc:creator>
		<pubDate>Mon, 12 Apr 2010 22:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://lukencode.com/?p=80#comment-29</guid>
		<description>@Dan
Yeah dan thats .NET 4. I wanted to get something up quickly, If I do continue to work on it I think I will move it to 3.5</description>
		<content:encoded><![CDATA[<p>@Dan<br />
Yeah dan thats .NET 4. I wanted to get something up quickly, If I do continue to work on it I think I will move it to 3.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Lowrey</title>
		<link>http://lukencode.com/2010/04/11/fluent-email-in-net/comment-page-1/#comment-28</link>
		<dc:creator>Luke Lowrey</dc:creator>
		<pubDate>Mon, 12 Apr 2010 22:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://lukencode.com/?p=80#comment-28</guid>
		<description>@Bret
cool bret, is it open sourced somewhere? What I&#039;ve done so far is more of a proof of concept, I&#039;d like to create/find something a bit more robust.</description>
		<content:encoded><![CDATA[<p>@Bret<br />
cool bret, is it open sourced somewhere? What I&#8217;ve done so far is more of a proof of concept, I&#8217;d like to create/find something a bit more robust.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André Carrilho</title>
		<link>http://lukencode.com/2010/04/11/fluent-email-in-net/comment-page-1/#comment-27</link>
		<dc:creator>André Carrilho</dc:creator>
		<pubDate>Mon, 12 Apr 2010 20:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://lukencode.com/?p=80#comment-27</guid>
		<description>Hi,

Very nice implementation. I&#039;ve done something similar missing only async sending. You can check it out here:

http://acarrilho.com/acarrilhograffiti/dot-net/my-net-c-global-class-does-almost-everything/

and in more detail here (with bulk sending):

http://acarrilho.com/acarrilhograffiti/dot-net/a-new-feature-on-the-mailhelper-class/

Basically it&#039;s an assembly with a bunch of functionalities: HttpHelper, RestHelper, SerializerHelper (XmlSerializer and DataContractSerializer), MailHelper (Fluent API) and others.

Cheers</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Very nice implementation. I&#8217;ve done something similar missing only async sending. You can check it out here:</p>
<p><a href="http://acarrilho.com/acarrilhograffiti/dot-net/my-net-c-global-class-does-almost-everything/" rel="nofollow">http://acarrilho.com/acarrilhograffiti/dot-net/my-net-c-global-class-does-almost-everything/</a></p>
<p>and in more detail here (with bulk sending):</p>
<p><a href="http://acarrilho.com/acarrilhograffiti/dot-net/a-new-feature-on-the-mailhelper-class/" rel="nofollow">http://acarrilho.com/acarrilhograffiti/dot-net/a-new-feature-on-the-mailhelper-class/</a></p>
<p>Basically it&#8217;s an assembly with a bunch of functionalities: HttpHelper, RestHelper, SerializerHelper (XmlSerializer and DataContractSerializer), MailHelper (Fluent API) and others.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bret Ferrier</title>
		<link>http://lukencode.com/2010/04/11/fluent-email-in-net/comment-page-1/#comment-26</link>
		<dc:creator>Bret Ferrier</dc:creator>
		<pubDate>Mon, 12 Apr 2010 15:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://lukencode.com/?p=80#comment-26</guid>
		<description>Well I will give you credit for reading the comments to your posts as the Fluent EMail API was my suggestion on your last post.  I am glad to see that you put it in action.  I have a single class file that I have been using in all of my projects that provides the same API.  I just need to add the Async option.</description>
		<content:encoded><![CDATA[<p>Well I will give you credit for reading the comments to your posts as the Fluent EMail API was my suggestion on your last post.  I am glad to see that you put it in action.  I have a single class file that I have been using in all of my projects that provides the same API.  I just need to add the Async option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://lukencode.com/2010/04/11/fluent-email-in-net/comment-page-1/#comment-25</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 12 Apr 2010 13:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://lukencode.com/?p=80#comment-25</guid>
		<description>public Email Body(string body, bool isHtml = true)
{}

&quot;bool isHtml = true&quot; looks like .net 4.0 syntax...</description>
		<content:encoded><![CDATA[<p>public Email Body(string body, bool isHtml = true)<br />
{}</p>
<p>&#8220;bool isHtml = true&#8221; looks like .net 4.0 syntax&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kane Barton</title>
		<link>http://lukencode.com/2010/04/11/fluent-email-in-net/comment-page-1/#comment-24</link>
		<dc:creator>Kane Barton</dc:creator>
		<pubDate>Mon, 12 Apr 2010 13:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://lukencode.com/?p=80#comment-24</guid>
		<description>If you are going to make fluent interfaces then please make sure that they are &quot;progressive fluent&quot; interfaces. The whole point for fluent interfaces is discoverability and without the progressive part discoverability is somewhat lost.

Cheers
Kane</description>
		<content:encoded><![CDATA[<p>If you are going to make fluent interfaces then please make sure that they are &#8220;progressive fluent&#8221; interfaces. The whole point for fluent interfaces is discoverability and without the progressive part discoverability is somewhat lost.</p>
<p>Cheers<br />
Kane</p>
]]></content:encoded>
	</item>
</channel>
</rss>

