<?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-10-19T13:54: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></feed>
