<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Lluis Franco&#039;s Corner</title>
	<atom:link href="http://lluisfranco.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lluisfranco.com</link>
	<description>When 140 characters aren&#039;t enough...</description>
	<lastBuildDate>Wed, 18 Apr 2012 19:49:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Alucina: Premiado C# MVP of the year! by Victor Delgadillo</title>
		<link>http://lluisfranco.com/2012/02/15/alucina-premiado-c-mvp-of-the-year/#comment-372</link>
		<dc:creator><![CDATA[Victor Delgadillo]]></dc:creator>
		<pubDate>Wed, 18 Apr 2012 19:49:48 +0000</pubDate>
		<guid isPermaLink="false">https://lluisfranco.wordpress.com/?p=479#comment-372</guid>
		<description><![CDATA[Felicitaciones!  Te lo mereces.]]></description>
		<content:encoded><![CDATA[<p>Felicitaciones!  Te lo mereces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Alucina: Premiado C# MVP of the year! by Marino</title>
		<link>http://lluisfranco.com/2012/02/15/alucina-premiado-c-mvp-of-the-year/#comment-363</link>
		<dc:creator><![CDATA[Marino]]></dc:creator>
		<pubDate>Fri, 06 Apr 2012 11:34:46 +0000</pubDate>
		<guid isPermaLink="false">https://lluisfranco.wordpress.com/?p=479#comment-363</guid>
		<description><![CDATA[Creo que ya te había felicitado, pero -es igual- ¡Enhorabuena Lluis!

Marino]]></description>
		<content:encoded><![CDATA[<p>Creo que ya te había felicitado, pero -es igual- ¡Enhorabuena Lluis!</p>
<p>Marino</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parallel Series: La clase est&#225;tica Parallel by kiquenet</title>
		<link>http://lluisfranco.com/2011/06/26/parallel-series-la-clase-esttica-parallel/#comment-362</link>
		<dc:creator><![CDATA[kiquenet]]></dc:creator>
		<pubDate>Tue, 03 Apr 2012 19:23:21 +0000</pubDate>
		<guid isPermaLink="false">https://lluisfranco.wordpress.com/?p=447#comment-362</guid>
		<description><![CDATA[Muy bueno, Lluis; qué sigan las series !!!:-)]]></description>
		<content:encoded><![CDATA[<p>Muy bueno, Lluis; qué sigan las series !!!:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parallel Series: &#205;ndice de contenidos by Mis Agradecimientos - El Blog de Pedro Hurtado</title>
		<link>http://lluisfranco.com/2011/01/25/parallel-series-indice-de-contenidos/#comment-356</link>
		<dc:creator><![CDATA[Mis Agradecimientos - El Blog de Pedro Hurtado]]></dc:creator>
		<pubDate>Thu, 15 Mar 2012 22:52:55 +0000</pubDate>
		<guid isPermaLink="false">https://lluisfranco.wordpress.com/?p=313#comment-356</guid>
		<description><![CDATA[[...] entra a mi blog que&#160; no se pierda esa magnifica serie que est&#225;s escribiendo sobre Parallel Series y de paso alguien podr&#225; leer ese Maestro de Maestros . Much&#237;simas gracias [...]]]></description>
		<content:encoded><![CDATA[<p>[...] entra a mi blog que&nbsp; no se pierda esa magnifica serie que est&aacute;s escribiendo sobre Parallel Series y de paso alguien podr&aacute; leer ese Maestro de Maestros . Much&iacute;simas gracias [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ASP.NET Membership in SQL Azure by RuSs</title>
		<link>http://lluisfranco.com/2011/05/18/using-asp-net-membership-in-sql-azure/#comment-336</link>
		<dc:creator><![CDATA[RuSs]]></dc:creator>
		<pubDate>Tue, 28 Feb 2012 21:02:38 +0000</pubDate>
		<guid isPermaLink="false">https://lluisfranco.wordpress.com/2011/05/18/using-asp-net-membership-in-sql-azure/#comment-336</guid>
		<description><![CDATA[Morning Lluis,

Just looked through this post and thought I&#039;d send you a question / info. 

I have been having terrible trouble deploying (from Visual Studio 2010) to Azure. 

I have built an MVC 3 site with EF 4.3 using POCO - code first with DBContext.

When I deployed I could see my site. When I used the built in logon stuff in mvc and registered a new user I could see that the membership tables were created for me. (this would mean I would not need to use your scripts mentioned in this post.) I think the difference is that I am using http://nuget.org/packages/System.Web.Providers so maybe this is a new library that does it all for me?

The first problem I encountered was that my custom tables were not created automatically even though I was using the DropCreateDatabaseIfModelChanges code and it all was working locally. I spent 2 days playing with connection string. All I could see on the web page was &quot;an error has occurred&quot;, no event log info etc...

Anyway, last night I deleted everything out of Azure and redeployed. So my site was up there so then I created an Azure database with the name that my Azure connection string would use. I did all the right things and in the end, still no luck.

I was annoyed. I deleted my Azure database again, ready to go to bed. I thought I&#039;d try the site to see if I got a new error message like, &quot;cannot find database&quot;. But the site loaded. My custom tables were loaded and when I registered a new user with the built in logon stuff in mvc the membership tables were created. Amazing. It all works now. But after 2 days of hell I was asking my self, if it was this easy, why did I have so much trouble.

Anyway, I am not sure if you kept up to date with http://nuget.org/packages/System.Web.Providers but, if you did, I would like your comments on what happened to me and how Azure and membership and http://nuget.org/packages/System.Web.Providers now works together.

Hope to hear from you soon,

RuSs]]></description>
		<content:encoded><![CDATA[<p>Morning Lluis,</p>
<p>Just looked through this post and thought I&#8217;d send you a question / info. </p>
<p>I have been having terrible trouble deploying (from Visual Studio 2010) to Azure. </p>
<p>I have built an MVC 3 site with EF 4.3 using POCO &#8211; code first with DBContext.</p>
<p>When I deployed I could see my site. When I used the built in logon stuff in mvc and registered a new user I could see that the membership tables were created for me. (this would mean I would not need to use your scripts mentioned in this post.) I think the difference is that I am using <a href="http://nuget.org/packages/System.Web.Providers" rel="nofollow">http://nuget.org/packages/System.Web.Providers</a> so maybe this is a new library that does it all for me?</p>
<p>The first problem I encountered was that my custom tables were not created automatically even though I was using the DropCreateDatabaseIfModelChanges code and it all was working locally. I spent 2 days playing with connection string. All I could see on the web page was &#8220;an error has occurred&#8221;, no event log info etc&#8230;</p>
<p>Anyway, last night I deleted everything out of Azure and redeployed. So my site was up there so then I created an Azure database with the name that my Azure connection string would use. I did all the right things and in the end, still no luck.</p>
<p>I was annoyed. I deleted my Azure database again, ready to go to bed. I thought I&#8217;d try the site to see if I got a new error message like, &#8220;cannot find database&#8221;. But the site loaded. My custom tables were loaded and when I registered a new user with the built in logon stuff in mvc the membership tables were created. Amazing. It all works now. But after 2 days of hell I was asking my self, if it was this easy, why did I have so much trouble.</p>
<p>Anyway, I am not sure if you kept up to date with <a href="http://nuget.org/packages/System.Web.Providers" rel="nofollow">http://nuget.org/packages/System.Web.Providers</a> but, if you did, I would like your comments on what happened to me and how Azure and membership and <a href="http://nuget.org/packages/System.Web.Providers" rel="nofollow">http://nuget.org/packages/System.Web.Providers</a> now works together.</p>
<p>Hope to hear from you soon,</p>
<p>RuSs</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Alucina: Premiado C# MVP of the year! by chapaco</title>
		<link>http://lluisfranco.com/2012/02/15/alucina-premiado-c-mvp-of-the-year/#comment-290</link>
		<dc:creator><![CDATA[chapaco]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 13:37:19 +0000</pubDate>
		<guid isPermaLink="false">https://lluisfranco.wordpress.com/?p=479#comment-290</guid>
		<description><![CDATA[Felicidades!!! realmente te lo mereces!]]></description>
		<content:encoded><![CDATA[<p>Felicidades!!! realmente te lo mereces!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazing: Awarded MVP of the Year! by Jose Luis Latorre Millas</title>
		<link>http://lluisfranco.com/2012/02/16/amazing-awarded-mvp-of-the-year/#comment-289</link>
		<dc:creator><![CDATA[Jose Luis Latorre Millas]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 08:12:38 +0000</pubDate>
		<guid isPermaLink="false">https://lluisfranco.wordpress.com/?p=485#comment-289</guid>
		<description><![CDATA[Congratulations Lluis and very deserved!! I am honored to know you! :)]]></description>
		<content:encoded><![CDATA[<p>Congratulations Lluis and very deserved!! I am honored to know you! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Macbook Pro &#8211; Series 3400 series chipset usb problems? by Luis Damásio</title>
		<link>http://lluisfranco.com/2011/04/07/macbook-pro-3400-chipset-problems/#comment-283</link>
		<dc:creator><![CDATA[Luis Damásio]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 16:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://lluisfranco.com/?p=181#comment-283</guid>
		<description><![CDATA[Hi! Since I installed W7 (64 bits) bootcamp on my MBP 6,2 (Mid 2010) a few days a go I notice the warning about the Intel 5 series chipset. But suddenly I started having problems connecting my portable external hard drive connected by firewire. Now it only recognizes my external drive by usb and I think the wireless isn&#039;t so well comparing with other MAC (all under W7).
Under OS X 10.6.8 all is perfect (firewire and wireless).
I tried the described solution above but it doesn&#039;t solve my problems!
Any thoughts?
Thanks in advance!
Luis Damásio]]></description>
		<content:encoded><![CDATA[<p>Hi! Since I installed W7 (64 bits) bootcamp on my MBP 6,2 (Mid 2010) a few days a go I notice the warning about the Intel 5 series chipset. But suddenly I started having problems connecting my portable external hard drive connected by firewire. Now it only recognizes my external drive by usb and I think the wireless isn&#8217;t so well comparing with other MAC (all under W7).<br />
Under OS X 10.6.8 all is perfect (firewire and wireless).<br />
I tried the described solution above but it doesn&#8217;t solve my problems!<br />
Any thoughts?<br />
Thanks in advance!<br />
Luis Damásio</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programaci&#243;n funcional para el resto de nosotros by Yelinna</title>
		<link>http://lluisfranco.com/2012/02/08/programacin-funcional-para-el-resto-de-nosotros/#comment-218</link>
		<dc:creator><![CDATA[Yelinna]]></dc:creator>
		<pubDate>Wed, 15 Feb 2012 22:32:36 +0000</pubDate>
		<guid isPermaLink="false">https://lluisfranco.wordpress.com/?p=410#comment-218</guid>
		<description><![CDATA[Este artículo me inspiró para crear un método en C# que recibe un Func, el cual puede modificar, añadir o borrar un registro de una BD según como se haya declarado la expresión lambda dentro del Func :D :D]]></description>
		<content:encoded><![CDATA[<p>Este artículo me inspiró para crear un método en C# que recibe un Func, el cual puede modificar, añadir o borrar un registro de una BD según como se haya declarado la expresión lambda dentro del Func :D :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Luces, c&#225;mara&#8230; Action! by Yelinna</title>
		<link>http://lluisfranco.com/2012/02/08/luces-camara-action/#comment-217</link>
		<dc:creator><![CDATA[Yelinna]]></dc:creator>
		<pubDate>Wed, 15 Feb 2012 20:26:03 +0000</pubDate>
		<guid isPermaLink="false">https://lluisfranco.wordpress.com/?p=431#comment-217</guid>
		<description><![CDATA[Es verdad, los Action terminan reproduciéndose por todo el código. Yo los estoy usando al viejo estilo: en reemplazo de los delegados para asignar eventos a varios controles en un Form.

Y lo de &quot;Luces, cámara... Action&quot; nunca se me habría ocurrido :)]]></description>
		<content:encoded><![CDATA[<p>Es verdad, los Action terminan reproduciéndose por todo el código. Yo los estoy usando al viejo estilo: en reemplazo de los delegados para asignar eventos a varios controles en un Form.</p>
<p>Y lo de &#8220;Luces, cámara&#8230; Action&#8221; nunca se me habría ocurrido :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

