<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/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://msmvps.com/blogs/paulomorgado/default.aspx</link><description>.NET Development &amp;amp; Architecture</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Scott Guthrie Announces MVP Framework For ASP.NET</title><link>http://msmvps.com/blogs/paulomorgado/archive/2007/10/09/scott-guthrie-announces-mvp-framework-for-asp-net.aspx#1738495</link><pubDate>Sun, 08 Nov 2009 23:32:45 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1738495</guid><dc:creator>Paulo Morgado</dc:creator><description>&lt;p&gt;The MVC framework is in production and will be improved for .NET 4.0.&lt;/p&gt;
&lt;p&gt;The Web Client is on a new development fase and new version should be expected next year, I blieve.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1738495" width="1" height="1"&gt;</description></item><item><title>re: Scott Guthrie Announces MVP Framework For ASP.NET</title><link>http://msmvps.com/blogs/paulomorgado/archive/2007/10/09/scott-guthrie-announces-mvp-framework-for-asp-net.aspx#1738202</link><pubDate>Sat, 07 Nov 2009 13:51:57 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1738202</guid><dc:creator>javad</dc:creator><description>&lt;p&gt;hello sir&lt;/p&gt;
&lt;p&gt;It&amp;#39;s 2009 now and what&amp;#39;s your about MVP framework and MVC framework for .net?&lt;/p&gt;
&lt;p&gt;is it good?&lt;/p&gt;
&lt;p&gt;what about WCSF(WebClientSoftwareactory)?&lt;/p&gt;
&lt;p&gt;is it good to develop a school automation system with it?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1738202" width="1" height="1"&gt;</description></item><item><title>re: WCF: Text Message Encoding and ISO-8859-1 Encoding</title><link>http://msmvps.com/blogs/paulomorgado/archive/2007/04/25/wcf-text-message-encoding-and-iso-8859-1-encoding.aspx#1736299</link><pubDate>Fri, 30 Oct 2009 09:25:45 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1736299</guid><dc:creator>Paulo Morgado</dc:creator><description>&lt;p&gt;I agree that WCF should support other encodings, but if you need something more than just calling a web service (security, other bindings (TCP, Pipes, etc.), logging, tracing, etc.) nothing beats WCF.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1736299" width="1" height="1"&gt;</description></item><item><title>re: WCF: Text Message Encoding and ISO-8859-1 Encoding</title><link>http://msmvps.com/blogs/paulomorgado/archive/2007/04/25/wcf-text-message-encoding-and-iso-8859-1-encoding.aspx#1735979</link><pubDate>Wed, 28 Oct 2009 23:44:49 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1735979</guid><dc:creator>Jim Rolph</dc:creator><description>&lt;p&gt;I got this error too when using .NET 3.5/VS 2008. &amp;nbsp;I added a &amp;quot;Service Reference&amp;quot; and imported the WSDL for a site driven by PHP. &amp;nbsp;It built fine, but got the ISO-8859-1 encoding error.&lt;/p&gt;
&lt;p&gt;I tried again after changing the project properties to uses .NET 2.0. &amp;nbsp;This time, I was not offered the option of adding a &amp;quot;Service Reference&amp;quot;, but I could add a &amp;quot;Web Reference&amp;quot;. &amp;nbsp;When I did that, everything worked fine.&lt;/p&gt;
&lt;p&gt;Finally, I tried using .NET 3.5 again. &amp;nbsp;I used &amp;quot;Add Service Reference&amp;quot; again, but this time I hit the &amp;quot;Advanced...&amp;quot; button. &amp;nbsp;The next dialog box had a compatibility option where a button allowed you to add a &amp;quot;Web Reference&amp;quot; based on .NET 2.0 Web Services. &amp;nbsp;This worked the same as when using .NET 2.0, but the rest of your app can use .NET 3.5.&lt;/p&gt;
&lt;p&gt;There must be advantages in using the &amp;quot;Service Reference&amp;quot;, but until WCF supports ISO-8859-1, using a &amp;quot;Web Reference&amp;quot; beats having to override IsContentSupported.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1735979" width="1" height="1"&gt;</description></item><item><title>re: Naming Conventions for C#</title><link>http://msmvps.com/blogs/paulomorgado/archive/2007/05/20/naming-conventions-for-c.aspx#1735952</link><pubDate>Wed, 28 Oct 2009 21:45:23 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1735952</guid><dc:creator>Paulo Morgado</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;I like the case sensitiveness of C#.&lt;/p&gt;
&lt;p&gt;And after a few stack overflow exceptions, you start wondering what&amp;#39;s going on and look for a property reading or writing itself instead of its camel cased backing field. :)&lt;/p&gt;
&lt;p&gt;I’ve grown accustomed to recognize what’s camel cased and what’s pascal cased (and mi sight is not that good). Meaningless prefixes (like _, m_, c_, s_, ?_) are noise to me. And noise bothers me.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1735952" width="1" height="1"&gt;</description></item><item><title>re: Naming Conventions for C#</title><link>http://msmvps.com/blogs/paulomorgado/archive/2007/05/20/naming-conventions-for-c.aspx#1735820</link><pubDate>Wed, 28 Oct 2009 12:57:10 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1735820</guid><dc:creator>David In So. FL</dc:creator><description>&lt;p&gt;One of the things I like about VB is the fact its case insensitive. Nothng like spending a couple hours to realize its a single case letter typo. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am a &amp;quot;looker&amp;quot; not a character by character &amp;quot;reader&amp;quot; so I miss caps all the time. Lots of people miss seeing individual caps. &amp;nbsp;Its the way the mind works. &amp;nbsp;If you looked into it you would see that the brain is kind enough to change what we see so it looks the way we expect it to. &amp;nbsp;There are a lot of examples of this. &amp;nbsp;This is the reason caps are problematic. &amp;nbsp;Has nothing to do with a person&amp;#39;s skill at debugging.&lt;/p&gt;
&lt;p&gt;The rest will date me. &amp;nbsp;I started with vb 1.0, well actually I started with Basic from the DOS days. &lt;/p&gt;
&lt;p&gt;I like using prefix to denote scope. &amp;nbsp;m or c for class scope (depending on your upbring or shop standards if coming from vb6). They are easier to touch type then the underscore as well. &amp;nbsp; g for global variables.&lt;/p&gt;
&lt;p&gt;In all your examples you can&amp;#39;t tell at a glance what the scope is.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1735820" width="1" height="1"&gt;</description></item><item><title>Compiling .NET 1.1 Projects In Visual Studio 2008</title><link>http://msmvps.com/blogs/paulomorgado/archive/2009/10/20/running-net-1-1-applications-on-net-2-0.aspx#1735190</link><pubDate>Mon, 26 Oct 2009 00:11:22 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1735190</guid><dc:creator>Paulo Morgado</dc:creator><description>&lt;p&gt;After having put my .NET 1.1 application running on the .NET 2.0 runtime ( ^ ), I’m planning on migrating&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1735190" width="1" height="1"&gt;</description></item><item><title>Compiling .NET 1.1 Projects In Visual Studio 2008</title><link>http://msmvps.com/blogs/paulomorgado/archive/2009/10/20/running-net-1-1-applications-on-net-2-0.aspx#1735189</link><pubDate>Mon, 26 Oct 2009 00:11:11 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1735189</guid><dc:creator>Paulo Morgado</dc:creator><description>&lt;p&gt;After having put my .NET 1.1 application running on the .NET 2.0 runtime ( ^ ), I’m planning on migrating&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1735189" width="1" height="1"&gt;</description></item><item><title>re: Making PathInfo And ASP.NET Themes Work Together</title><link>http://msmvps.com/blogs/paulomorgado/archive/2008/07/24/making-pathinfo-and-asp-net-themes-work-together.aspx#1730451</link><pubDate>Wed, 07 Oct 2009 08:39:52 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1730451</guid><dc:creator>Paulo Morgado</dc:creator><description>&lt;p&gt;As with any IHttpModule implementation, you must register it on the web.config file.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/library/9b9dh535.aspx"&gt;msdn.microsoft.com/.../9b9dh535.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/library/bb386536.aspx"&gt;msdn.microsoft.com/.../bb386536.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1730451" width="1" height="1"&gt;</description></item><item><title>re: Making PathInfo And ASP.NET Themes Work Together</title><link>http://msmvps.com/blogs/paulomorgado/archive/2008/07/24/making-pathinfo-and-asp-net-themes-work-together.aspx#1730447</link><pubDate>Wed, 07 Oct 2009 07:47:06 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1730447</guid><dc:creator>Alistair</dc:creator><description>&lt;p&gt;Hi - Thanks for posting this. &amp;nbsp;Excuse my ignorance, but what do I need to do to make this work? &amp;nbsp;I created the class, but where/how do I call it? &amp;nbsp;Thanks&lt;/p&gt;
&lt;p&gt;Alistair&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1730447" width="1" height="1"&gt;</description></item><item><title>re: Playing With SQL Server CLR Integration – Part IV (Deploying To SQL Server 2005)</title><link>http://msmvps.com/blogs/paulomorgado/archive/2009/06/13/playing-with-sql-server-clr-integration-part-iv-deploying-to-sql-server-2005.aspx#1721199</link><pubDate>Sun, 06 Sep 2009 17:17:11 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1721199</guid><dc:creator>Paulo Morgado</dc:creator><description>&lt;p&gt;Hi Bo,&lt;/p&gt;
&lt;p&gt;This particular post is related only to SQL Server 2005.&lt;/p&gt;
&lt;p&gt;This procedure is not needed for SQL Server 2008.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1721199" width="1" height="1"&gt;</description></item><item><title>re: Playing With SQL Server CLR Integration – Part IV (Deploying To SQL Server 2005)</title><link>http://msmvps.com/blogs/paulomorgado/archive/2009/06/13/playing-with-sql-server-clr-integration-part-iv-deploying-to-sql-server-2005.aspx#1721192</link><pubDate>Sun, 06 Sep 2009 16:51:34 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1721192</guid><dc:creator>Bo Dong</dc:creator><description>&lt;p&gt;When I tried your command on SQL 2008 EE x64 sp1, I got this error:&lt;/p&gt;
&lt;p&gt;The assembly name &amp;#39;System.Core&amp;#39; being registered has an illegal name that duplicates the name of a system assembly.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1721192" width="1" height="1"&gt;</description></item><item><title>re: Using Windows Server 2008 As A Desktop Operating System</title><link>http://msmvps.com/blogs/paulomorgado/archive/2008/05/14/using-windows-server-2008-as-a-desktop-operating-system.aspx#1720386</link><pubDate>Wed, 02 Sep 2009 23:10:18 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1720386</guid><dc:creator>Paulo Morgado</dc:creator><description>&lt;p&gt;Either I got the addresses wrong the first time or they have changed.&lt;/p&gt;
&lt;p&gt;The address you are looking for is:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.systweak.com/archives/2008/02/14/windows-server-2008-desktop-evaluation-experience-iv-configuring-ie-esc/"&gt;blogs.systweak.com/.../windows-server-2008-desktop-evaluation-experience-iv-configuring-ie-esc&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Sorry for any inconvenience.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1720386" width="1" height="1"&gt;</description></item><item><title>re: Using Windows Server 2008 As A Desktop Operating System</title><link>http://msmvps.com/blogs/paulomorgado/archive/2008/05/14/using-windows-server-2008-as-a-desktop-operating-system.aspx#1720269</link><pubDate>Wed, 02 Sep 2009 17:31:25 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1720269</guid><dc:creator>test</dc:creator><description>&lt;p&gt;How do you get rid of Internet Explorer Enhanced Security Configuration. those blogs don&amp;#39;t have the answer...why didn&amp;#39;t you just give instructions?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1720269" width="1" height="1"&gt;</description></item><item><title>re: Web Authoring Component install fails when installing Visual Studio 2008</title><link>http://msmvps.com/blogs/paulomorgado/archive/2008/03/23/web-authoring-component-install-fails-when-installing-visual-studio-2008.aspx#1719170</link><pubDate>Sat, 29 Aug 2009 21:03:46 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1719170</guid><dc:creator>Nikola Malovic</dc:creator><description>&lt;p&gt;In my case (Windows 7 RTM) stopping windows update before the setup helped (windows update locked some files)&lt;/p&gt;
&lt;p&gt;HTH,&lt;/p&gt;
&lt;p&gt;Nikola&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1719170" width="1" height="1"&gt;</description></item><item><title>re: WCF: Text Message Encoding and ISO-8859-1 Encoding</title><link>http://msmvps.com/blogs/paulomorgado/archive/2007/04/25/wcf-text-message-encoding-and-iso-8859-1-encoding.aspx#1719070</link><pubDate>Sat, 29 Aug 2009 11:27:52 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1719070</guid><dc:creator>Paulo Morgado</dc:creator><description>&lt;p&gt;Hi Eric,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not that good on WCF, but I think it could be done.&lt;/p&gt;
&lt;p&gt;IsContentTypeSupported is a member of the MessageEncoder class. So you need one to override it.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1719070" width="1" height="1"&gt;</description></item><item><title>re: WCF: Text Message Encoding and ISO-8859-1 Encoding</title><link>http://msmvps.com/blogs/paulomorgado/archive/2007/04/25/wcf-text-message-encoding-and-iso-8859-1-encoding.aspx#1718989</link><pubDate>Fri, 28 Aug 2009 22:04:49 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1718989</guid><dc:creator>Eric Schlosser</dc:creator><description>&lt;p&gt;Paul,&lt;/p&gt;
&lt;p&gt;In the WSD Scan Spec, to retrieve a scan you send a standard utf-8 text message and recieve a mime type with enbedded MTOM in it. Since a basic wcf message can only send and recieve one type, could you use this to trap the content type mismatch? if so, without a custom message encoder can you use a IsContentTypeSupported overide and trap the mismatch?&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Eric&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1718989" width="1" height="1"&gt;</description></item><item><title>re: Microsoft URL Rewrite Module 1.1 For IIS 7 To The Rescue</title><link>http://msmvps.com/blogs/paulomorgado/archive/2009/06/01/microsoft-url-rewrite-module-1-1-for-iis-7-to-the-rescue.aspx#1716528</link><pubDate>Wed, 19 Aug 2009 00:15:47 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1716528</guid><dc:creator>Paulo Morgado</dc:creator><description>&lt;p&gt;I just followed the instructions in the documentation (&lt;a rel="nofollow" target="_new" href="http://learn.iis.net/page.aspx/460/using-url-rewrite-module/"&gt;learn.iis.net/.../using-url-rewrite-module&lt;/a&gt;) and the URL Rewrite Module showed up in IIS.&lt;/p&gt;
&lt;p&gt;Meanhile, there&amp;#39;s a bet of the version 2.0 that allows to also rewrite URLs in the output HTML.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1716528" width="1" height="1"&gt;</description></item><item><title>re: Microsoft URL Rewrite Module 1.1 For IIS 7 To The Rescue</title><link>http://msmvps.com/blogs/paulomorgado/archive/2009/06/01/microsoft-url-rewrite-module-1-1-for-iis-7-to-the-rescue.aspx#1716526</link><pubDate>Wed, 19 Aug 2009 00:09:38 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1716526</guid><dc:creator>Zulfikar</dc:creator><description>&lt;p&gt;You stated &amp;quot;all it took was to install the Microsoft URL Rewrite Module 1.1 For IIS 7 and configure it&amp;quot;&lt;/p&gt;
&lt;p&gt;For the life of me I can not figure out where and how to install the module.&lt;/p&gt;
&lt;p&gt;Some guidance or a pointer in the right direction will be very much appreciated.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1716526" width="1" height="1"&gt;</description></item><item><title>re: Tip: Connecting To A Database Using Windows Authentication With Different Credentials Using SQL Server Management Studio</title><link>http://msmvps.com/blogs/paulomorgado/archive/2009/05/04/tip-connecting-to-a-database-using-windows-authentication-with-different-credentials-using-sql-server-management-studio.aspx#1710726</link><pubDate>Wed, 29 Jul 2009 13:54:18 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1710726</guid><dc:creator>Paulo Morgado</dc:creator><description>&lt;p&gt;Yes Vivek.&lt;/p&gt;
&lt;p&gt;The only caveat being that, like Tom noticed, the user that the local application sees is the user logged on.&lt;/p&gt;
&lt;p&gt;I tried it with an aplication that connects to a database but also uses the logged on username to other stuff and it did not work well. Although it was able to connect to the database, the usernames didn&amp;#39;t match.&lt;/p&gt;
&lt;p&gt;But for something like SQL Management Studio, it works fine.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1710726" width="1" height="1"&gt;</description></item></channel></rss>