<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Paulo Morgado - All Comments</title><link>http://weblogs.asp.net/paulomorgado/default.aspx</link><description> .NET Development &amp; Architecture</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>The Morning Brew - Chris Alcock  &amp;raquo; The Morning Brew #1358</title><link>http://weblogs.asp.net/paulomorgado/archive/2013/05/16/red-gate-is-looking-for-feedback-on-its-asp-net-mvc-web-development-education-website.aspx#10299578</link><pubDate>Fri, 17 May 2013 08:34:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10299578</guid><dc:creator>The Morning Brew - Chris Alcock  » The Morning Brew #1358</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;The Morning Brew - Chris Alcock &amp;nbsp;&amp;amp;raquo; The Morning Brew #1358&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10299578" width="1" height="1"&gt;</description></item><item><title>re: Web Authoring Component install fails when installing Visual Studio 2008</title><link>http://weblogs.asp.net/paulomorgado/archive/2008/03/23/web-authoring-component-install-fails-when-installing-visual-studio-2008.aspx#10170125</link><pubDate>Tue, 16 Apr 2013 22:42:42 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10170125</guid><dc:creator>Paulo Morgado</dc:creator><description>&lt;p&gt;I wouldn't know. I always get it from my install media.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10170125" width="1" height="1"&gt;</description></item><item><title>re: Web Authoring Component install fails when installing Visual Studio 2008</title><link>http://weblogs.asp.net/paulomorgado/archive/2008/03/23/web-authoring-component-install-fails-when-installing-visual-studio-2008.aspx#10164032</link><pubDate>Tue, 16 Apr 2013 02:06:44 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10164032</guid><dc:creator>jayson</dc:creator><description>&lt;p&gt;Where can i download that web authoring component? &lt;/p&gt;
&lt;p&gt;need reply ASAP&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10164032" width="1" height="1"&gt;</description></item><item><title>re: Setting A Web Proxy Through Configuration In .NET Applications</title><link>http://weblogs.asp.net/paulomorgado/archive/2009/01/13/setting-a-web-proxy-through-configuration-in-net-applications.aspx#9918579</link><pubDate>Wed, 27 Feb 2013 02:21:40 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9918579</guid><dc:creator>Paulo Morgado</dc:creator><description>&lt;p&gt;Have you tried to set the enabled setting to false in the default proxy configuration?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9918579" width="1" height="1"&gt;</description></item><item><title>re: Setting A Web Proxy Through Configuration In .NET Applications</title><link>http://weblogs.asp.net/paulomorgado/archive/2009/01/13/setting-a-web-proxy-through-configuration-in-net-applications.aspx#9913091</link><pubDate>Mon, 25 Feb 2013 19:24:05 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9913091</guid><dc:creator>Ken Busch</dc:creator><description>&lt;p&gt;If you don&amp;#39;t want to use WPAD. &amp;nbsp;What do you have to turn off? &amp;nbsp;We don&amp;#39;t have WPAD setup and don&amp;#39;t want to use it but it calls it anyway and times out each time. &amp;nbsp;Delaying our webservice for about 4.5 seconds.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9913091" width="1" height="1"&gt;</description></item><item><title>re: LINQ: Single vs. First</title><link>http://weblogs.asp.net/paulomorgado/archive/2010/03/28/linq-single-vs-first.aspx#9507680</link><pubDate>Mon, 03 Dec 2012 12:58:07 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9507680</guid><dc:creator>Pedro Adão</dc:creator><description>&lt;p&gt;Thanks for this post!&lt;/p&gt;
&lt;p&gt;Pedro&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9507680" width="1" height="1"&gt;</description></item><item><title>re: Playing With SQL Server CLR Integration – Part II</title><link>http://weblogs.asp.net/paulomorgado/archive/2009/06/12/playing-with-sql-server-clr-integration-part-ii.aspx#9208974</link><pubDate>Thu, 25 Oct 2012 13:56:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9208974</guid><dc:creator>rrozema</dc:creator><description>&lt;p&gt;For the invalid xml characters you can use the System.Security.SecurityElement class, which has a static method Escape(). This method replaces the invalid characters in your content by an escape code, that will be translated back into the character when reading the value from the xml.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/library/system.security.securityelement.escape.aspx"&gt;http://msdn.microsoft.com/library/system.security.securityelement.escape.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9208974" width="1" height="1"&gt;</description></item><item><title>re: How To Add And Remove SQL Server 2008 / 2008R2 Instances</title><link>http://weblogs.asp.net/paulomorgado/archive/2010/07/02/how-to-add-and-remove-sql-server-2008-2008r2-instances.aspx#8917728</link><pubDate>Thu, 13 Sep 2012 13:36:24 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8917728</guid><dc:creator>Jacco Slok</dc:creator><description>&lt;p&gt;Thx for sharing, this helped me today:-)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8917728" width="1" height="1"&gt;</description></item><item><title>re: Web Site Globalization With ASP.NET Routing</title><link>http://weblogs.asp.net/paulomorgado/archive/2010/01/31/web-site-globalization-with-asp-net-routing.aspx#8845791</link><pubDate>Thu, 16 Aug 2012 00:36:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8845791</guid><dc:creator>Paulo Morgado</dc:creator><description>&lt;p&gt;Meena,&lt;/p&gt;
&lt;p&gt;Have you read the MSDN articles linked in this post?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8845791" width="1" height="1"&gt;</description></item><item><title>re: Web Site Globalization With ASP.NET Routing</title><link>http://weblogs.asp.net/paulomorgado/archive/2010/01/31/web-site-globalization-with-asp-net-routing.aspx#8843098</link><pubDate>Tue, 14 Aug 2012 18:44:42 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8843098</guid><dc:creator>Meena vinay</dc:creator><description>&lt;p&gt;I am working on a school management project and i require to have three language options french,arabic and english.please guide me how i can do this.i dont have experience in globalisation.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8843098" width="1" height="1"&gt;</description></item></channel></rss>