<?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 for geek#</title>
	<atom:link href="http://geeksharp.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeksharp.com</link>
	<description>techno-babble for the masses</description>
	<lastBuildDate>Fri, 27 Jan 2012 18:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on EF4: Bug in StoreGeneratedPattern SSDL by Mannus</title>
		<link>http://geeksharp.com/2010/05/27/ef4-bug-in-storegeneratedpattern-ssdl/#comment-1539</link>
		<dc:creator>Mannus</dc:creator>
		<pubDate>Fri, 27 Jan 2012 18:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/?p=17#comment-1539</guid>
		<description>this blog solved my problem and did my frustration go away :-) nasty bug....</description>
		<content:encoded><![CDATA[<p>this blog solved my problem and did my frustration go away <img src='http://geeksharp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  nasty bug&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mercurial Web with FastCGI &amp; Nginx by Aaron Newton</title>
		<link>http://geeksharp.com/2010/01/20/mercurial-web-with-fastcgi-nginx/#comment-1538</link>
		<dc:creator>Aaron Newton</dc:creator>
		<pubDate>Wed, 25 Jan 2012 00:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/?p=25#comment-1538</guid>
		<description>I was getting warnings about &quot;missing LSB information&quot; for the FCGI script, so I added a couple of lines as described here: http://ubuntuforums.org/showthread.php?t=1313898</description>
		<content:encoded><![CDATA[<p>I was getting warnings about &#8220;missing LSB information&#8221; for the FCGI script, so I added a couple of lines as described here: <a href="http://ubuntuforums.org/showthread.php?t=1313898" rel="nofollow">http://ubuntuforums.org/showthread.php?t=1313898</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intro to ActionMailer.Net (Screencast) by Mo</title>
		<link>http://geeksharp.com/2011/02/11/intro-to-actionmailer-net-screencast/#comment-1528</link>
		<dc:creator>Mo</dc:creator>
		<pubDate>Tue, 03 Jan 2012 14:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2011/02/11/intro-to-actionmailer-net-screencast/#comment-1528</guid>
		<description>How do I go about sending a multipart message which includes both the text and the html formatted email?</description>
		<content:encoded><![CDATA[<p>How do I go about sending a multipart message which includes both the text and the html formatted email?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EF4: Bug in StoreGeneratedPattern SSDL by Ziko Rajabali</title>
		<link>http://geeksharp.com/2010/05/27/ef4-bug-in-storegeneratedpattern-ssdl/#comment-1484</link>
		<dc:creator>Ziko Rajabali</dc:creator>
		<pubDate>Wed, 14 Dec 2011 18:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/?p=17#comment-1484</guid>
		<description>Woot!</description>
		<content:encoded><![CDATA[<p>Woot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionMailer.Net: Email Templates for the MVC Crowd by Scott Anderson</title>
		<link>http://geeksharp.com/2011/01/26/actionmailer-net-email-templates-for-the-mvc-crowd/#comment-1406</link>
		<dc:creator>Scott Anderson</dc:creator>
		<pubDate>Mon, 07 Nov 2011 18:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2011/01/26/actionmailer-net-email-templates-for-the-mvc-crowd/#comment-1406</guid>
		<description>Standalone doesn&#039;t use an MVC project to render views, which also means that things like the  @model keyword do not work.  These are extensions that were bundled on top of the Razor core by the MVC team.  The unfortunate downside is that IntelliSense will be broken for standalone Razor views.  There&#039;s really not a way to fix it that I know of.

As far as passing models, it&#039;s the same as in MVC.  Just:

return Email(&quot;ViewName&quot;, modelObject);

And then you&#039;ll have access to a @Model property within your views.  You won&#039;t have IntelliSense, but as long as you type the property names correctly, everything should work.</description>
		<content:encoded><![CDATA[<p>Standalone doesn&#8217;t use an MVC project to render views, which also means that things like the  @model keyword do not work.  These are extensions that were bundled on top of the Razor core by the MVC team.  The unfortunate downside is that IntelliSense will be broken for standalone Razor views.  There&#8217;s really not a way to fix it that I know of.</p>
<p>As far as passing models, it&#8217;s the same as in MVC.  Just:</p>
<p>return Email(&#8220;ViewName&#8221;, modelObject);</p>
<p>And then you&#8217;ll have access to a @Model property within your views.  You won&#8217;t have IntelliSense, but as long as you type the property names correctly, everything should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionMailer.Net: Email Templates for the MVC Crowd by Clubs Testing</title>
		<link>http://geeksharp.com/2011/01/26/actionmailer-net-email-templates-for-the-mvc-crowd/#comment-1405</link>
		<dc:creator>Clubs Testing</dc:creator>
		<pubDate>Mon, 07 Nov 2011 17:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2011/01/26/actionmailer-net-email-templates-for-the-mvc-crowd/#comment-1405</guid>
		<description>Scott,

Another question about standalone.  On the view, is there a way to allow for the model to be visible to intellisense?  I&#039;m writing a console application to send emails as reminders but i&#039;m having problems passing data to the view (static html emails) are ok.

Do you have a simple example of this you can post for download?

Thanks again!</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>Another question about standalone.  On the view, is there a way to allow for the model to be visible to intellisense?  I&#8217;m writing a console application to send emails as reminders but i&#8217;m having problems passing data to the view (static html emails) are ok.</p>
<p>Do you have a simple example of this you can post for download?</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionMailer.Net: Email Templates for the MVC Crowd by Clubs Testing</title>
		<link>http://geeksharp.com/2011/01/26/actionmailer-net-email-templates-for-the-mvc-crowd/#comment-1404</link>
		<dc:creator>Clubs Testing</dc:creator>
		<pubDate>Mon, 07 Nov 2011 17:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2011/01/26/actionmailer-net-email-templates-for-the-mvc-crowd/#comment-1404</guid>
		<description>Thanks, that worked for the display name!</description>
		<content:encoded><![CDATA[<p>Thanks, that worked for the display name!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionMailer.Net: Email Templates for the MVC Crowd by Scott Anderson</title>
		<link>http://geeksharp.com/2011/01/26/actionmailer-net-email-templates-for-the-mvc-crowd/#comment-1400</link>
		<dc:creator>Scott Anderson</dc:creator>
		<pubDate>Sat, 05 Nov 2011 01:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2011/01/26/actionmailer-net-email-templates-for-the-mvc-crowd/#comment-1400</guid>
		<description>1)  Display name can be set simply by doing something like the following:

To.Add(&quot;John Doe &quot;);

2)  All you need to do is place the InlineCSS call in your HTML view, however the CSS file needs to be attached to the email.  I&#039;m not really certain how helpful this method is, because I think CSS scripts shouldn&#039;t really be attached, but basically you just need to attach the CSS file with a certain name, and then use the InlineCSS method with that same name to generate the appropriate link tag.

Cheers!
Scott</description>
		<content:encoded><![CDATA[<p>1)  Display name can be set simply by doing something like the following:</p>
<p>To.Add(&#8220;John Doe &#8220;);</p>
<p>2)  All you need to do is place the InlineCSS call in your HTML view, however the CSS file needs to be attached to the email.  I&#8217;m not really certain how helpful this method is, because I think CSS scripts shouldn&#8217;t really be attached, but basically you just need to attach the CSS file with a certain name, and then use the InlineCSS method with that same name to generate the appropriate link tag.</p>
<p>Cheers!<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionMailer.Net: Email Templates for the MVC Crowd by Clubs Testing</title>
		<link>http://geeksharp.com/2011/01/26/actionmailer-net-email-templates-for-the-mvc-crowd/#comment-1399</link>
		<dc:creator>Clubs Testing</dc:creator>
		<pubDate>Sat, 05 Nov 2011 01:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2011/01/26/actionmailer-net-email-templates-for-the-mvc-crowd/#comment-1399</guid>
		<description>Thanks for creating ActionMailer.   A couple of requests:1) Having a display name on the To address is helpful.  This way you can have a friendly name for the sender like the System.NetMail.MailAddress.DisplayName  http://msdn.microsoft.com/en-us/library/system.net.mail.mailaddress.displayname.aspx
2) I could not get InlineCSS to work, a working example with a basic MVC app would be great.Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for creating ActionMailer.   A couple of requests:1) Having a display name on the To address is helpful.  This way you can have a friendly name for the sender like the System.NetMail.MailAddress.DisplayName  http://msdn.microsoft.com/en-us/library/system.net.mail.mailaddress.displayname.aspx<br />
2) I could not get InlineCSS to work, a working example with a basic MVC app would be great.Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionMailer 0.6 Released by Clubstesting1</title>
		<link>http://geeksharp.com/2011/07/06/actionmailer-0-6-released/#comment-1392</link>
		<dc:creator>Clubstesting1</dc:creator>
		<pubDate>Mon, 24 Oct 2011 05:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2011/07/06/actionmailer-0-6-released/#comment-1392</guid>
		<description>Thanks for creating ActionMailer.   A couple of requests:
1) Having a display name on the To address is helpful (so people don&#039;t recognize)
2) I could not get InlineCSS to work, a working example with a basic MVC app would be great.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for creating ActionMailer.   A couple of requests:<br />
1) Having a display name on the To address is helpful (so people don&#8217;t recognize)<br />
2) I could not get InlineCSS to work, a working example with a basic MVC app would be great.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

