<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">rbfigueira.net</title><subtitle type="html">All about .net stuff, Compact framework, framework.net and personal projects.</subtitle><id>http://weblogs.asp.net/rfigueira/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/rfigueira/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2003-08-29T10:02:00Z</updated><entry><title>The best O/R Mapper</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2006/08/20/O_2F00_R-Mapper.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2006/08/20/O_2F00_R-Mapper.aspx</id><published>2006-08-20T12:05:00Z</published><updated>2006-08-20T12:05:00Z</updated><content type="html">&lt;p&gt;Some people have developed tools called &lt;strong&gt;ORM&lt;/strong&gt; (Object Relational Mappers) utilities, which can make it easier to map database tables, views and other relational objects to an OOP class. They can explore the database&amp;acute;s shema and create the wapper custom entity and domain object classes for you. &lt;/p&gt;&lt;p&gt;Some of them work at design time and others work at runtime to perform this mapping function on-the-fly. The problem here is that sometimes they don&amp;acute;t work as well as we&amp;acute;d like them to, and there can be a considerable learning curve to set up these tools to work with some particular database and usage requirements.&lt;/p&gt;&lt;p&gt;Some of them don&amp;#39;t have the &lt;strong&gt;basic support for joins&lt;/strong&gt; or&amp;nbsp;for&amp;nbsp;stored procs !!&lt;/p&gt;&lt;p&gt;Some popular tools for .NET are:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.hibernate.org/343.html" target="_blank" title="NHibernate"&gt;NHibernate&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.thona-consulting.com/content/products/entitybroker.aspx" target="_blank"&gt;EntityBroker&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://llblgen.com/defaultgeneric.aspx" target="_blank"&gt;LLBLGen&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.ormapper.net" target="_blank"&gt;ORMapper&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.base4.net/Base4.NET.aspx" target="_blank"&gt;Base4.Net&lt;/a&gt;&lt;/li&gt;&lt;li&gt;ADO.NET Entity Framework / DLINQ (only in Alpha/beta stage)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;em&gt;Note: This is a very simple list and you can add more here.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Some of them are&lt;strong&gt; too expensive&lt;/strong&gt; and others are&amp;nbsp;free! If you use one particularly O/R Mapper build by you and want to share it... dont be afraid ....I love to use it :)&lt;/p&gt;&lt;p&gt;&lt;strong&gt;I am trying to find one simple O/R Mapper that have support for joins and for stored procs. The O/R Mapper must work with SQLServer, MySQL and ...&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Suppose that I&amp;nbsp;will use your&amp;nbsp;favourite O/R Mapper&amp;nbsp;tool, how you do this :&lt;/p&gt;&lt;p&gt;&lt;em&gt;SqlCommand oCmd = new SqlCommand(&amp;quot;My_StoreProcedure&amp;quot;);&lt;br /&gt;oCmd.CommandType = CommandType.StoredProcedure;&lt;br /&gt;oConn.Open();&lt;br /&gt;oCmd.Connection = oConn;&lt;br /&gt;oCmd.Parameters.Add(&amp;quot;@MyPar&amp;quot;, SqlDbType.Int).Value = myPar;&lt;br /&gt;oCmd.ExecuteNonQuery();&lt;br /&gt;oConn.Close();&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Note: Is only to see&amp;nbsp;how&amp;nbsp;easy is to use&amp;nbsp;your favourite O/R Mapper ;P You can translate this sample or you can put your&amp;nbsp;sample using stored procedures or simple SQL queries text.&lt;/em&gt;&lt;em&gt;&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;Express your own opinion about these or other O/R Mapper tools and explain how easy is to use it. Talk also about&amp;nbsp;them learning curve. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;What I&amp;#39;d like to see here is your opinion base on your own experience. :p&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=473417" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author></entry><entry><title>Migrating .Text 0.94 to CS</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2005/07/08/418513.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2005/07/08/418513.aspx</id><published>2005-07-08T11:05:00Z</published><updated>2005-07-08T11:05:00Z</updated><content type="html">&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I am the owner of one community that use and have installed the .&lt;strong&gt;Text 0.94&lt;/strong&gt;&lt;br /&gt;We have more then &lt;strong&gt;90 bloggers&lt;/strong&gt;… yeap ;p&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;I want to migrate this system (&lt;strong&gt;.Text 0.94&lt;/strong&gt;) to the new &lt;a href="http://communityserver.org"&gt;community server (CS)&lt;/a&gt;.&lt;br /&gt;I don’t want to lose the bloggers and older posts !!!&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;Can someone point me the right steps I have to do?&lt;br /&gt;Anyone has made his?&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;Note : &lt;br /&gt;I have also put this question on &lt;strong&gt;community server&lt;/strong&gt; (forums)&lt;br /&gt;&lt;/font&gt;&lt;a href="http://communityserver.org/forums/490954/ShowPost.aspx"&gt;&lt;font face="Verdana" size="2"&gt;http://communityserver.org/forums/490954/ShowPost.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;Thanks&lt;/font&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=418513" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author><category term="General" scheme="http://weblogs.asp.net/rfigueira/archive/tags/General/default.aspx" /></entry><entry><title>PontoNetPT event</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2004/10/18/243831.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2004/10/18/243831.aspx</id><published>2004-10-18T09:06:00Z</published><updated>2004-10-18T09:06:00Z</updated><content type="html">&lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;font face="Verdana" size="2"&gt;The &lt;a href="http://www.pontonetpt.com"&gt;PontoNetPT&lt;/a&gt; community was created with the objective to join all the programmers who speak Portuguese, who intend to learn or that already are developing applications with this new platform NET.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;In this event we talk about the possibility to know some techniques and tools that will be able to help in the process of development and implementation it on them projects, thus optimisation its applications of a fast and robust form.&lt;/font&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;font face="Verdana" size="2"&gt;We have made one big meeting in &lt;strong&gt;15 October &lt;/strong&gt;and I want to share some photos.&lt;/font&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;The sessions where about:&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l1 level1 lfo2; tab-stops: list 36.0pt"&gt;&lt;font face="Verdana" size="2"&gt;-&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;ASP.NET - Techniques to improve performance&lt;/font&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l1 level1 lfo2; tab-stops: list 36.0pt"&gt;&lt;font face="Verdana" size="2"&gt;-&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Tools and strategies of development &lt;/font&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l1 level1 lfo2; tab-stops: list 36.0pt"&gt;&lt;font face="Verdana" size="2"&gt;-&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Development of Unitary Tests with the Nunit&lt;/font&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;&lt;font face="Verdana" size="2"&gt;-&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Using the CruiseControl.Net and tools associates to mount a process of Continuous Integration.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="2"&gt;&lt;font face="Verdana"&gt;&lt;img src="http://weblogs.pontonetpt.com/images/weblogs_pontonetpt_com/rbfigueira/384/r_P1010256.jpg" border="0" /&gt;&lt;br /&gt;&lt;font size="1"&gt;&lt;br /&gt;&lt;strong&gt;From left to right:&lt;br /&gt;&lt;/strong&gt;João Cardoso [MVP], José Almeida [MS], Ricardo Figueira [PontoNetPT], Nuno Costa [MS] e João Miranda [PontoNETPT]&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;img src="http://weblogs.pontonetpt.com/images/weblogs_pontonetpt_com/rbfigueira/384/r_P1010243.jpg" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://weblogs.pontonetpt.com/images/weblogs_pontonetpt_com/rbfigueira/384/r_P1010158.jpg" border="0" /&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;Note:&lt;/strong&gt; Do you want to see more ? :PPP&lt;br /&gt;&lt;/font&gt;&lt;a href="http://weblogs.pontonetpt.com/rbfigueira/gallery/384.aspx"&gt;&lt;font face="Verdana" size="2"&gt;http://weblogs.pontonetpt.com/rbfigueira/gallery/384.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=243831" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author><category term="General" scheme="http://weblogs.asp.net/rfigueira/archive/tags/General/default.aspx" /></entry><entry><title>Problems with Webhost4life</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2004/10/08/239696.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2004/10/08/239696.aspx</id><published>2004-10-08T08:48:00Z</published><updated>2004-10-08T08:48:00Z</updated><content type="html">&lt;p&gt;&lt;font face="Verdana" size="2"&gt;We have one Portuguese dotnet community (&lt;a href="http://www.pontonetpt.com"&gt;PontoNetPT)&lt;/a&gt; that use &lt;strong&gt;&lt;a href="http://www.asp.net/StarterKits/DownloadCommunity.aspx?tabindex=0&amp;amp;tabid=1"&gt;Community Starter Kit&lt;/a&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;We are having a big problem&lt;/strong&gt; and I want to share with you (I know that same of you use that host). :/&lt;br /&gt;&lt;br /&gt;We are using &lt;a href="http://www.webhost4life.com/"&gt;Webhost4life&lt;/a&gt;&lt;/font&gt;&lt;font face="Verdana" size="2"&gt; host for months but last month they &lt;strong&gt;turn off our site&lt;/strong&gt; two times (now is off): &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;Support:&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;"Looks like the database is stopped because you are using 100% cpu usage"&lt;/em&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;1-&amp;nbsp;They don’t tell us that they will turn off our site. Bad, very BAD!!&lt;br /&gt;2-&amp;nbsp;They only give us that message and no tips&amp;nbsp;or help about the problem.&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" size="2"&gt;We are thinking&amp;nbsp;moving to other host because the support is not very good!!!!&lt;br /&gt;&lt;strong&gt;Everything is stop because of that.&lt;/strong&gt; Perhaps they don’t like our traffic !! ;P&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Verdana" color="#0000ff" size="2"&gt;Is any problem with Community Starter Kit?&lt;br /&gt;Anyone have a similarly problem?&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=239696" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author><category term="General" scheme="http://weblogs.asp.net/rfigueira/archive/tags/General/default.aspx" /></entry><entry><title>PontoNetPT (community) event</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2004/09/24/233901.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2004/09/24/233901.aspx</id><published>2004-09-24T15:08:00Z</published><updated>2004-09-24T15:08:00Z</updated><content type="html">&lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;font face="Verdana" size="2"&gt;Is only to say that our community will do a big event in Portugal (yes, we are a Portuguese Community) ;P&lt;/font&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;strong&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;Agenda&lt;/span&gt;&lt;/strong&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 9.5pt; FONT-FAMILY: Verdana"&gt;&lt;a href="http://www.microsoft.com/portugal/msdn/eventos/PontoNet/default.aspx"&gt;&lt;span style="FONT-SIZE: 10pt"&gt;http://www.microsoft.com/portugal/msdn/eventos/PontoNet/default.aspx&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;Local of event:&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;span lang="PT" style="mso-ansi-language: PT"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;15/10/2004, 9:00-18:00 -&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;Lisboa (Porto Salvo) &lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;span lang="PT" style="mso-ansi-language: PT"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;Auditório da Microsoft&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;span lang="PT" style="mso-ansi-language: PT"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;Edifício Qualidade, C1 - C2 &lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;span lang="PT" style="mso-ansi-language: PT"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;Av. Prof. Doutor Aníbal Cavaco Silva &lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;span lang="PT" style="mso-ansi-language: PT"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;Tagus Park&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;span lang="PT" style="mso-ansi-language: PT"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;2744-010 Porto Salvo&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt; &lt;h1 style="MARGIN: 0cm 0cm 0pt"&gt;&lt;span style="mso-ansi-language: EN-GB"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;PORTUGAL&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/h1&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;span style="mso-spacerun: yes"&gt;&lt;font face="Verdana" size="2"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;font face="Verdana" size="2"&gt;I hope to see some friends of PontoNetPT community ! ;)&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;Note: On 16/10/2004 I will post some pictures&amp;nbsp;in the gallery ;P&lt;/strong&gt;&lt;/font&gt;&lt;/span&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=233901" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author><category term="General" scheme="http://weblogs.asp.net/rfigueira/archive/tags/General/default.aspx" /><category term="Dotnet" scheme="http://weblogs.asp.net/rfigueira/archive/tags/Dotnet/default.aspx" /></entry><entry><title>PontoNetPT (Weblogs)</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2003/12/19/44674.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2003/12/19/44674.aspx</id><published>2003-12-19T16:27:00Z</published><updated>2003-12-19T16:27:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I am the owner of one .NET Portuguese community (&lt;A href="http://www.pontonetpt.com"&gt;PontoNetPT&lt;/A&gt;). &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;We have installed the &lt;A href="http://scottwater.com/dottext"&gt;.Text&lt;/A&gt; ;)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Now, the people that talk Portuguese can have them own weblog in Portuguese ;)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Check this :&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://weblogs.pontonetpt.com/"&gt;&lt;IMG src="http://weblogs.pontonetpt.com/images/PontoNetPt_Weblogs.gif" border=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=44674" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author><category term="General" scheme="http://weblogs.asp.net/rfigueira/archive/tags/General/default.aspx" /><category term="Dotnet" scheme="http://weblogs.asp.net/rfigueira/archive/tags/Dotnet/default.aspx" /></entry><entry><title>PontoNetPT – Portuguese .Net Group</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2003/12/05/41461.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2003/12/05/41461.aspx</id><published>2003-12-05T14:27:00Z</published><updated>2003-12-05T14:27:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Verdana size=2&gt;This post is only to people that understand Portuguese ;)&lt;BR&gt;&lt;BR&gt;Yeap! Is true. There is one .Net group that talk about .net platform since 2 de November 2001 only in Portuguese language. We are more or less 300 programmers&amp;#8230;&lt;BR&gt;&lt;BR&gt;Here is the link &lt;/FONT&gt;&lt;A href="http://www.pontonetpt.com"&gt;&lt;FONT face=Verdana size=2&gt;http://www.pontonetpt.com&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;This site is hosted on a free server (have many limitations) and is only to give support to our group. Perhaps someone here can dispense some space to host for free this site&amp;nbsp;;) Note that we don&amp;#8217;t have any profits in mind!&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;If you don&amp;#8217;t speak Portuguese, please don&amp;#8217;t join. We only talk Portuguese in that mailing list :)&lt;/STRONG&gt;&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=41461" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author><category term="General" scheme="http://weblogs.asp.net/rfigueira/archive/tags/General/default.aspx" /><category term="Dotnet" scheme="http://weblogs.asp.net/rfigueira/archive/tags/Dotnet/default.aspx" /></entry><entry><title>Free ebook (Programming the .NET Compact Framework)</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2003/11/13/37290.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2003/11/13/37290.aspx</id><published>2003-11-13T10:17:00Z</published><updated>2003-11-13T10:17:00Z</updated><content type="html">&lt;BR&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;EM&gt;"Paul and Dave are simultaneously writing two Compact Framework books: one with all C# samples, the other with all VB samples. (The samples are going to be made available for download to registered users.) Prior to the publication, all chapters from both books will be made available on this website for public review and comment."&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;Check his link:&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt; 
&lt;P&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;http://www.paulyao.com/cfbook/index.asp &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;--------------------------------------------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;STRONG&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;PART 1: FOUNDATIONS&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;1 Compact Framework Architecture &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;2 What is a Compact Framework Program? &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;3 Fundamental .NET Data Types &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;4 Platform Invoke &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;STRONG&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;PART 2: USER-INTERFACE PROGRAMMING&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;5 Creating Forms &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;6 Mouse and Keyboard Input &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;7 Inside Controls &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;8 Data Binding &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;9 Inside More Controls &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;10 Custom Controls &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;PART 3: MANAGING DEVICE DATA&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;11 Storage &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;12 ADO.NET Programming &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;13 Synchronizing Mobile Data &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;14 Remote API (RAPI )&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;PART 4: CREATING GRAPHICAL OUTPUT&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;15 Compact Framework Graphics&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;16 Text and Fonts &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;17 Printing &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;A Appendix A: Hungarian Naming for .NET &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;--------------------------------------------------&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;Thanks, Paul Yao and David Durant for sharing that ;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN style="mso-ansi-language: EN-GB"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;FONT face=Verdana size=2&gt;&lt;EM&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Register online at http://www.paulyao.com/ReaderFeedback, to get access to complete chapters&lt;/EM&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=37290" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author><category term="Pocket PC" scheme="http://weblogs.asp.net/rfigueira/archive/tags/Pocket+PC/default.aspx" /><category term="Dotnet" scheme="http://weblogs.asp.net/rfigueira/archive/tags/Dotnet/default.aspx" /></entry><entry><title>Differences Between VB.NET / C#</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2003/11/12/37113.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2003/11/12/37113.aspx</id><published>2003-11-12T15:29:00Z</published><updated>2003-11-12T15:29:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Verdana size=2&gt;"....Because of the past differences between Microsoft&amp;#174; Visual Basic, Microsoft&amp;#174; Visual CT, and Microsoft&amp;#174; Visual C++, many developers have the impression that Microsoft&amp;#174; Visual C# .NET is a more powerful language than Microsoft&amp;#174; Visual Basic .NET. Some developers assume that many things that are possible in Visual C# .NET are impossible in Visual Basic .NET, just as many things that are possible in Microsoft&amp;#174; Visual CT 6.0 and earlier or Microsoft&amp;#174; Visual C++T 6.0 and earlier are impossible in Microsoft&amp;#174; Visual BasicT 6.0 and earlier. This assumption is incorrect. &lt;STRONG&gt;Although differences exist between Visual Basic .NET and Visual C# .NET, they are both first-class programming languages that are based on the Microsoft&amp;#174; .NET Framework, and they are equally powerful&lt;/STRONG&gt;..." &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Check this:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Differences Between Microsoft Visual Basic .NET and Microsoft Visual C# .NET&lt;BR&gt;&lt;/FONT&gt;&lt;A href="http://support.microsoft.com/?kbid=308470"&gt;&lt;FONT face=Verdana size=2&gt;http://support.microsoft.com/?kbid=308470&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana size=2&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Don&amp;#8217;t forget to do the download ;)&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=37113" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author><category term="Dotnet" scheme="http://weblogs.asp.net/rfigueira/archive/tags/Dotnet/default.aspx" /></entry><entry><title>DataBinder (Pros and Cons)</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2003/10/19/32482.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2003/10/19/32482.aspx</id><published>2003-10-19T12:54:00Z</published><updated>2003-10-19T12:54:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Verdana size=2&gt;DataBinder.Eval method saves you from writing complex expressions ;)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;BUT, &lt;STRONG&gt;using this method does impose a performance penalty on your code&lt;/STRONG&gt;, because all the work it does is late-bound. Ok, if we want the fastest possible code, you can replace calls to DataBinder.Eval with explicit casts. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;For example:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&amp;lt;%# DataBinder.Eval(Container.DataItem, &amp;#8220;myField&amp;#8221;,&amp;#8220;{0:c}&amp;#8221;) %&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;An equivalent expression using casts would be this:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&amp;lt;%# String.Format(&amp;#8220;{0:c}&amp;#8221;,(CType(Container.DataItem,DataRowView)(&amp;#8220;myField&amp;#8221;))) %&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Good ;)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=32482" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author><category term="Dotnet" scheme="http://weblogs.asp.net/rfigueira/archive/tags/Dotnet/default.aspx" /></entry><entry><title>VB.NET vs C# (best choice)</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2003/10/15/32025.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2003/10/15/32025.aspx</id><published>2003-10-15T09:21:00Z</published><updated>2003-10-15T09:21:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I was reading this article and .... :&lt;BR&gt;&lt;/FONT&gt;&lt;A href="http://www.aspnetpro.com/opinion/2003/09/asp200309en_o/asp200309en_o.asp"&gt;&lt;FONT face=Verdana size=2&gt;http://www.aspnetpro.com/opinion/2003/09/asp200309en_o/asp200309en_o.asp&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;EM&gt;"Whether it's just or not, &lt;STRONG&gt;C# developers make more money&lt;/STRONG&gt;, get work more easily, and enjoy more prestige than VB developers."&lt;BR&gt;&lt;BR&gt;&lt;/EM&gt;"&lt;EM&gt;ASPSOFT president and asp.netPRO columnist Jonathan Goodyear describes how, &lt;STRONG&gt;at his client's insistence, he converted a VB .NET code base to C#&lt;/STRONG&gt;, then says, "The overwhelming majority of my clients ... are resolute in their insistence on our use of C# while building their software.&lt;/EM&gt;"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Do you agree with this ?!!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;My simple conclusion:&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face=Verdana size=2&gt;&lt;STRONG&gt;It's crucial to learn C# ;P&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; &lt;SPAN style="mso-ansi-language: EN-GB"&gt;I prefer to do my stuff on vb.net but i know both languages (vb.net and c#) ;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=32025" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author><category term="General" scheme="http://weblogs.asp.net/rfigueira/archive/tags/General/default.aspx" /><category term="Dotnet" scheme="http://weblogs.asp.net/rfigueira/archive/tags/Dotnet/default.aspx" /></entry><entry><title>MSDN Event (Lisbon: 08 October)</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2003/10/13/31728.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2003/10/13/31728.aspx</id><published>2003-10-13T09:59:00Z</published><updated>2003-10-13T09:59:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I was on the MSDN event&amp;nbsp;(Lisbon: 08 October) &amp;#8211; Portugal! Yes, that little country ;)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;They talk about &lt;STRONG&gt;programming with ADO.NET (good practices)&lt;/STRONG&gt; ;)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;On &lt;STRONG&gt;&amp;#8220;Errors on Stored Procedures&amp;#8221;&lt;/STRONG&gt; subject:&lt;BR&gt;&lt;EM&gt;&amp;#8220; Informative messages (&lt;STRONG&gt;severity &amp;lt;=10&lt;/STRONG&gt;) can be capture by ADO.NET&amp;#8221; by Vasco Nunes&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Example:&lt;BR&gt;&amp;#8220;Conn&amp;#8221; is your connection&lt;BR&gt;We can build one event handler on infoMessage (connection), like this:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana color=#006400 size=2&gt;&lt;STRONG&gt;AddHandler conn.infoMessage, New SqlClient.SqlinfoMessageEventHandler(Addressof MessageEventHandler)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana color=#006400 size=2&gt;&lt;STRONG&gt;Sub MessageEventHandler(ByVal sender As Object, ByVal e As SqlClient.SqlinfoMessageEventArgs)&lt;BR&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face=Verdana color=#000000 size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#8216;do whatever&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana color=#006400 size=2&gt;&lt;STRONG&gt;End Sub&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;Great ;)&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=31728" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author><category term="General" scheme="http://weblogs.asp.net/rfigueira/archive/tags/General/default.aspx" /><category term="Dotnet" scheme="http://weblogs.asp.net/rfigueira/archive/tags/Dotnet/default.aspx" /></entry><entry><title>Pocket PC aggregator (MyMobileNews)</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2003/09/10/26984.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2003/09/10/26984.aspx</id><published>2003-09-10T09:08:00Z</published><updated>2003-09-10T09:08:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face=Verdana size=2&gt;I have started building one Pocket Pc aggregator with .NET Compact Framework and here is one screenshot:&lt;/FONT&gt;&lt;/P&gt;&lt;IMG src="http://rbfigueira.europe.webmatrixhosting.net/images/mobilenews.jpg" align=left border=0&gt; 
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;STRONG&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;Note:&lt;/STRONG&gt; In this stage, i am only doing some tests. The app still have some bugs and its not complete.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;Like I have said it will be an RSS/RDF news aggregator that runs on the Pocket PC 2002/3 PDA's. You can read news, blog entries, or any other type of syndicated data, sync it wirelessly or read it offline.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;STRONG&gt;Please wait, very soon I will update the gotdotnet workspace ;)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;The releases will be post on GotDotNet Workspace:&lt;BR&gt;&lt;/FONT&gt;&lt;A href="http://www.gotdotnet.com/community/workspaces/workspace.aspx?id=f1470873-2d53-4edc-9e02-38d5dee1126b"&gt;&lt;FONT face=Verdana size=2&gt;http://www.gotdotnet.com/community/workspaces/workspace.aspx?id=f1470873-2d53-4edc-9e02-38d5dee1126b&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=26984" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author><category term="Pocket PC" scheme="http://weblogs.asp.net/rfigueira/archive/tags/Pocket+PC/default.aspx" /></entry><entry><title>RE: PocketPc Emulator + Connecting to LocalHost (Solution)</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2003/09/10/26979.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2003/09/10/26979.aspx</id><published>2003-09-10T08:41:00Z</published><updated>2003-09-10T08:41:00Z</updated><content type="html">&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=Verdana&gt;&lt;STRONG&gt;&lt;BR&gt;On my pocket pc emulator nothing work.... what a hell !!&lt;BR&gt;&lt;/STRONG&gt;&lt;BR&gt;(...)&lt;BR&gt;&lt;BR&gt;Other weird think is that i have made "ipconfig" and get the network IP address. The IP address did work on (Pocket IE or on Internet Explorer browser). &lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face=Verdana size=2&gt;(...)&lt;BR&gt;&lt;BR&gt;Anyone knows what is wrong???&lt;BR&gt;What can i do? Any idea? &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana size=2&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; See my post on&amp;nbsp;(&lt;A href="http://weblogs.asp.net/rfigueira/posts/25752.aspx"&gt;PocketPc Emulator + Connecting to LocalHost (big problem)&lt;/A&gt;) for more detail about this problem.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana color=#ff0000 size=2&gt;&lt;STRONG&gt;UPDATE:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana color=#800080 size=2&gt;Now it works. I have the solution that works on my&amp;nbsp;laptop.&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face=Verdana color=#800080 size=2&gt;&lt;STRONG&gt;Here are the steps I have done:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#800080&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;[Pocket Emulator]&lt;/STRONG&gt;&lt;BR&gt;On network adapters-&amp;gt;DC21X4 Ethernet Adapter :&lt;BR&gt;-server assigned address is checked; &lt;BR&gt;-Name Servers - all empty&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana color=#800080 size=2&gt;On Connections I have set this configuration: &lt;BR&gt;-InternetSettings&lt;BR&gt;-Work Setting&lt;BR&gt;-The internet&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#800080&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;[LoopBack - Computer]&lt;/STRONG&gt;&lt;BR&gt;- Install microsoft loopback adapter and on the properties of the connection created assign IP (example: 10.10.10.10), does not mater witch IP you choose, &lt;BR&gt;&amp;nbsp;and put on Subnet Mask : 255.255.0.0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#deb887&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=#800080&gt;&lt;STRONG&gt;[Pocket Emulator]&lt;/STRONG&gt;&lt;BR&gt;On the IE of Emulator try reaching a web page of your computer, this should work. Do not use your machine name, use the Ip that you have define on the microsoft loopback (ex:10.10.10.10).&lt;/FONT&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=26979" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author><category term="Pocket PC" scheme="http://weblogs.asp.net/rfigueira/archive/tags/Pocket+PC/default.aspx" /></entry><entry><title>PocketPc Emulator + Connecting to LocalHost (big problem)</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/rfigueira/archive/2003/08/29/25752.aspx" /><id>http://weblogs.asp.net/rfigueira/archive/2003/08/29/25752.aspx</id><published>2003-08-29T09:02:00Z</published><updated>2003-08-29T09:02:00Z</updated><content type="html">&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Ok, this is not the right place to put his but perhaps anyone can help me&amp;#8230; I am around this to long days&amp;#8230;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I am developing one application (Pocket PC), using my laptop, and i am using the (Pocket Pc Emulator) to do the tests.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I have to use/read one xml file that are on my own machine server (localhost). &lt;br /&gt;That file will be on Internet BUT i want to simulate using my local server (localhost), avoiding connecting to web.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;How can i configure the emulator to connect to my server (localhost) ?&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I have read this article (Using the Emulator in Smart Device Projects):&lt;br /&gt;&lt;/font&gt;&lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/grfusingemulatorinsmartdeviceprojects.asp"&gt;&lt;font face="Verdana" size="2"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/grfusingemulatorinsmartdeviceprojects.asp&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I have made all steps but did not work... perhaps i am doing something wrong...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I am running the emulator on the same machine (my Laptop - acer aspire) with vs.net 2003 and perhaps my configuration (Connections) is wrong.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;The problem is that i can&amp;#8217;t view my webpages that are stored on my machine server (localhost). Like I said I have to use some files stored on my machine server (localhost) on one application that i am doing with compact Framework. That files will be on Internet BUT i want to simulate using my local server (localhost), avoiding connecting to web.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;strong&gt;My Laptop settings:&lt;/strong&gt; &lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;em&gt;&lt;strong&gt;Pc name:&lt;/strong&gt; laptop&lt;br /&gt;&lt;strong&gt;Connect Internet:&lt;/strong&gt; Dial-up Connections (phone line)&lt;/em&gt; &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;font face="Verdana" size="2"&gt;I have made this:&lt;br /&gt;++++++++++++++++++&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;To configure Pocket PC 2002 or Pocket PC 2000 with no proxy server &lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;Click Start on the emulator, click Settings, click the Connections tab, and then click Network Adapters. &lt;br /&gt;Under Adapters installed, click DC21X4 Ethernet Driver, and then click Properties. &lt;br /&gt;Click Use specific IP address, and then enter 192.168.0.2 in the IP address box, and 255.255.255.0 in Subnet mask box. &lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;To install the Microsoft Loopback Adapter in Microsoft Windows 2000 &lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;em&gt;In Windows Control Panel, double-click Add/Remove Hardware, and then click Next. &lt;br /&gt;Click Add/Troubleshoot a device, and then click Next. &lt;br /&gt;In the Devices list, click Add a new device, and then click Next. &lt;br /&gt;Select No, I want to select the hardware from a list, and then click Next. &lt;br /&gt;In the Hardware types list, click Network adapters, and then click Next. &lt;br /&gt;In the Manufacturers list, click Microsoft. &lt;br /&gt;In the Network Adapter list, click Microsoft Loopback Adapter, and then click Next. &lt;br /&gt;Click Next, and then click Finish.&lt;br /&gt;&lt;/em&gt;++++++++++++++++++&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I have tried without the Loopback Adapter because my Laptop have a Network adapters (Realtek RTL8139(A)-based PCI Fast Ethernet Adapter) BUT did not work !! :(&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;I have tried this on the emulator (Pocket IE):&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p&gt;&lt;a href="http://laptop/mypage.aspx"&gt;&lt;font face="Verdana" size="2"&gt;http://laptop/mypage.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" color="#ffa500" size="2"&gt;The page you are looking for cannot be found&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://127.0.0.1/mypage.aspx"&gt;&lt;font face="Verdana" size="2"&gt;http://127.0.0.1/mypage.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;font color="#ffa500"&gt;Trouble connecting&lt;br /&gt;Unable to connect with current settings. To change your connection settings, tab settings.&lt;br /&gt;[ok] [settings]&lt;/font&gt; &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I have tried many ways and ... not work!!&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;After some hours&amp;#8230;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I tried to view, with the emulator, some Internet pages, and i recived this error message:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="+0"&gt;&lt;font face="Verdana" color="#ffa500" size="2"&gt;Trouble connecting&lt;br /&gt;Unable to connect with current settings. To change your connection settings, tab settings.&lt;br /&gt;[ok] [settings] &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Somethink is wrong!! I went to my PDA (Toshiba e330) and tried to connect to Internet and ... this work fine. I went to connections of my PDA and see that he has using one proxy ?!?! I haven&amp;#8217;t put anything there? The proxy is "&lt;font color="#ff0000"&gt;pbtproxy01&lt;/font&gt;" ???!!&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;strong&gt;Note:&lt;/strong&gt; &lt;strong&gt;My browser (Internet Explorer) doesn&amp;#8217;t have any proxy on there!!!&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Ok, lets change the Emulator settings...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I have put that proxy on the connection settings and ... i can see Internet pages from Pocket Pc Emulator ;)&lt;br /&gt;Great... now lets try this links (Pocket IE):&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;*** connecting to internet (on-line) ****&lt;br /&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p&gt;&lt;a href="http://laptop/mypage.aspx"&gt;&lt;font face="Verdana" size="2"&gt;http://laptop/mypage.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt;&lt;font face="Verdana" color="#ff0000" size="2"&gt;error:&lt;br /&gt;&lt;/font&gt;&lt;font face="Verdana" color="#ffa500" size="2"&gt;Unknown host&lt;br /&gt;Description: Unable to locate the server named "laptop" --- the server&lt;br /&gt;does not have a DSN entry. Perhaps there is a misspelling in the server name,&lt;br /&gt;or the server no longer exists.&lt;br /&gt;Double-check the name an try again.&lt;/font&gt;&lt;/p&gt;
&lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt;&lt;a href="http://localhost/mypage.aspx"&gt;&lt;font face="Verdana" size="2"&gt;http://localhost/mypage.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;font color="#ff0000"&gt;error:&lt;/font&gt;&lt;br /&gt;&lt;font color="#ffa500"&gt;The page you are looking for cannot be found&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt;&lt;br /&gt;&lt;a href="http://127.0.0.1/mypage.aspx"&gt;&lt;font face="Verdana" size="2"&gt;http://127.0.0.1/mypage.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;font color="#ff0000"&gt;error:&lt;/font&gt;&lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Verdana" color="#ffa500" size="2"&gt;Internal error - server connection terminated&lt;br /&gt;Description: Internal error - server connection terminated&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;******************************************&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;*** NOT connecting to internet (off-line) ****&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p&gt;&lt;a href="http://laptop/mypage.aspx"&gt;&lt;font face="Verdana" size="2"&gt;http://laptop/mypage.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;font color="#ff0000"&gt;error:&lt;br /&gt;&lt;/font&gt;&lt;font color="#ffa500"&gt;The page you are looking for cannot be found&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;a href="http://127.0.0.1/mypage.aspx"&gt;&lt;font face="Verdana" size="2"&gt;http://127.0.0.1/mypage.aspx&lt;/font&gt;&lt;/a&gt;&lt;br /&gt;&lt;font face="Verdana" size="2"&gt;or&lt;br /&gt;&lt;/font&gt;&lt;a href="http://localhost/mypage.aspx"&gt;&lt;font face="Verdana" size="2"&gt;http://localhost/mypage.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;font color="#ff0000"&gt;error:&lt;br /&gt;&lt;/font&gt;&lt;font color="#ffa500"&gt;The page you are looking for cannot be found&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;******************************************&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;strong&gt;Note:&lt;/strong&gt; I have Test that pages connected to the normal Internet Explorer and then all work fine.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;When i am &lt;strong&gt;connection to Internet&lt;/strong&gt; i received some different error that point to some solutions...&lt;br /&gt;When i &lt;strong&gt;NOT connected to Internet&lt;/strong&gt; i received only the message that &lt;em&gt;"The page you are looking for cannot be found".&lt;/em&gt; Note that I want to work off-line! &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Why i did not received the same messages????&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;Using my IP did not work, also :(&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Here is my settings:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;+++++++++++++++++ &lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;&lt;strong&gt;[ ping laptop ]&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;Pinging laptop [169.254.25.129] with 32 bytes of data:&lt;br /&gt;Reply from 169.254.25.129: bytes=32 time&lt;10ms TTL=128&lt;br /&gt;Reply from 169.254.25.129: bytes=32 time&lt;10ms TTL=128&lt;br /&gt;Reply from 169.254.25.129: bytes=32 time&lt;10ms TTL=128&lt;br /&gt;Reply from 169.254.25.129: bytes=32 time&lt;10ms TTL=128&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;Ping statistics for 169.254.25.129:&lt;br /&gt;Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;Approximate round trip times in milli-seconds:&lt;br /&gt;Minimum = 0ms, Maximum = 0ms, Average = 0ms&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;&lt;strong&gt;[ ipconfig ]&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;Windows 2000 IP Configuration&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;Ethernet adapter Local Area Connection 2:&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;Connection-specific DNS Suffix . : &lt;br /&gt;Autoconfiguration IP Address. . . : 169.254.25.129&lt;br /&gt;Subnet Mask . . . . . . . . . . . : 255.255.0.0&lt;br /&gt;Default Gateway . . . . . . . . . : &lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;Ethernet adapter Local Area Connection:&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;Media State . . . . . . . . . . . : Cable Disconnected&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;&lt;strong&gt;[ Computer settings - Network ]&lt;/strong&gt;&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;Full computer name: laptop.&lt;br /&gt;workgroup: WORKGROUP&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;em&gt;+++++++++++++++++++&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;When i do this on my Internet explorer browser:&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p&gt;&lt;a href="http://laptop/mypage.aspx"&gt;&lt;font face="Verdana" size="2"&gt;http://laptop/mypage.aspx&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana" size="2"&gt; (laptop is my computer name) &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;It work fine !&lt;/font&gt;&lt;/p&gt;&lt;font face="Verdana" size="2"&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/font&gt;&lt;a href="http://169.254.25.129/mypage.aspx"&gt;&lt;font face="Verdana" size="2"&gt;http://169.254.25.129/mypage.aspx&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana" size="2"&gt; (this ip is the "ping" of my computer name). &lt;/font&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Don&amp;#8217;t work like "laptop"...it will force to connect to Internet ... if i do "connect" it will connect to Internet.&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;On my pocket pc emulator nothing work.... what a hell !!&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;The first weird think is that&lt;strong&gt; i don&amp;#8217;t use any proxy to connect to Internet&lt;/strong&gt; and on my PDA (Toshiba e330) i went to connections and see that he has using one proxy "&lt;font color="#ff0000"&gt;pbtproxy01"&lt;/font&gt; ???!! If i remove that from my device i will not connect to Internet.&lt;br /&gt;I only can connect to internet using the emulator if i put that proxy... but i cant connect to my local machine server .... &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;font size="+0"&gt;&lt;font size="2"&gt;Other weird think is that&lt;/font&gt; &lt;/font&gt;i have made "ipconfig" and get the network IP address. &lt;strong&gt;The IP address did work on (Pocket IE or on Internet Explorer browser).&lt;/strong&gt; &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I have a bad connection (phone line) and it is not practical ($$$$) to do all tests connection to Internet!!&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;Anyone knows what is wrong???&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;strong&gt;W&lt;/strong&gt;&lt;/font&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;strong&gt;hat can i do? Any idea?&lt;/strong&gt; &lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=25752" width="1" height="1"&gt;</content><author><name>rbfigueira</name><uri>http://weblogs.asp.net/members/rbfigueira.aspx</uri></author><category term="Pocket PC" scheme="http://weblogs.asp.net/rfigueira/archive/tags/Pocket+PC/default.aspx" /></entry></feed>