User Paul Lefebvre - Stack Overflowmost recent 30 from stackoverflow.com2009-12-23T02:50:32Zhttp://stackoverflow.com/feeds/user/25615http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1621738/realbasic-to-write-windows-applications/1625119#16251193Answer by Paul Lefebvre for RealBasic to write Windows applications?Paul Lefebvre2009-10-26T14:24:43Z2009-10-26T14:24:43Z<p>I was never a big VB6 developer, but I have used VB.NET quite a bit. REALbasic is a great substitute for creating desktop applications, but there are some things it cannot do, such as create DLLs or COM objects.</p>
<p>The REALbasic language is significantly more robust than VB6, it's fully object-oriented, has introspection/reflection and even has some dynamic capabilities. The IDE is a lot nicer than the VB6 IDE. But VB6 is 10 years old now and REALbasic is updated regularly, so it ought to be better.</p>
<p>There is a weakness in the 3rd party control market. You won't find anything as good as the grid controls available to VB6, for example. Reporting has been a weak area until recently. REALbasic itself now includes reporting capabilities and there are several 3rd party reporting tools available.</p>
<p>I've created quite a few professional business apps for Windows using REALbasic, but I do all my development on Mac OS X and use VMware Fusion and REALbasic's remote debugger to test and debug on Windows XP/Vista/7.</p>
http://stackoverflow.com/questions/614905/xpath-tools-for-mac-os-x0XPath tools for Mac OS XPaul Lefebvre2009-03-05T14:08:58Z2009-09-30T20:36:28Z
<p>When I worked mostly in Windows, I used Stylus Studio to test out XPath on my XML files. Now that I primarily use OS X, I haven't found an equivalent tool.</p>
<p>What tools for OS X do you recommend for XPath work?</p>
http://stackoverflow.com/questions/1373139/dev-platform-of-choice-for-windows-and-os-x-desktop-apps/1374539#13745395Answer by Paul Lefebvre for Dev Platform of choice for Windows and OS X desktop appsPaul Lefebvre2009-09-03T16:33:15Z2009-09-03T16:33:15Z<p>REALbasic can be a great way to create cross-platform apps. The language is fully object-oriented and resembles Java far more than it does any version of BASIC that you may have used.</p>
<p>REALbasic does compile to native apps with a native look-and-feel, but the executables are not small. Even an empty app will be more than 1MB.</p>
<p>However, given your app will output Flash files, it seems like Flex/AIR might make the most sense for this project.</p>
http://stackoverflow.com/questions/956255/why-is-it-bad-practice-to-call-an-eventhandler-from-code/956523#9565232Answer by Paul Lefebvre for Why is it bad practice to call an eventhandler from code?Paul Lefebvre2009-06-05T15:30:48Z2009-06-05T15:30:48Z<p>Why is it bad practice? Because it is much easier to reuse code when it is not embedded into UI controls.</p>
<p>Why can't you do it in REALbasic? I doubt there's any technical reason; it's likely just a design decision they made. It certainly does enforce better coding practices.</p>
http://stackoverflow.com/questions/835069/which-sqlite-administration-console-do-you-recommend/835840#8358400Answer by Paul Lefebvre for Which SQLite administration console do you recommend?Paul Lefebvre2009-05-07T16:51:43Z2009-05-07T16:51:43Z<p>On Mac OS X, I primarily use <a href="http://menial.co.uk/software/base/" rel="nofollow">Base</a>.</p>
http://stackoverflow.com/questions/825385/porting-a-powerbuilder-application-to-net/826252#8262520Answer by Paul Lefebvre for Porting a PowerBuilder Application to .NETPaul Lefebvre2009-05-05T18:22:46Z2009-05-05T18:22:46Z<p>You might want to spend some time investigating <a href="http://www.sybase.com:80/products/modelingdevelopment/powerbuilder" rel="nofollow">PowerBuilder 11.5</a> (recently released) which adds some significant .NET integration.</p>
<p>Migrating to PowerBuilder 11.5 in order to make use of new .NET code will certainly be a lot easier than completely rewriting the entire app in C#.</p>
http://stackoverflow.com/questions/784173/what-are-the-performance-characteristics-of-sqlite-with-very-large-database-files/786146#7861465Answer by Paul Lefebvre for What are the performance characteristics of sqlite with very large database files?Paul Lefebvre2009-04-24T14:46:10Z2009-04-24T14:46:10Z<p>I've created SQLite databases up to 3.5GB in size with no noticeable performance issues. If I remember correctly, I think SQLite2 might have had some lower limits, but I don't think SQLite3 has any such issues. </p>
<p>According to the <a href="http://sqlite.org/limits.html" rel="nofollow">SQLite Limits</a> page, the maximum size of each database page is 32K. And the maximum pages in a database is 1024^3. So by my math that comes out to 32 terabytes as the maximum size. I think you'll hit your file system's limits before hitting SQLite's!</p>
http://stackoverflow.com/questions/775106/oracle-xe-or-postgres/775316#7753160Answer by Paul Lefebvre for Oracle XE or Postgres ?Paul Lefebvre2009-04-22T00:50:38Z2009-04-22T00:50:38Z<p>You haven't provided much information, but unless you're already an Oracle expert, I see no reason to choose Oracle XE over PostgreSQL. PostgreSQL will always be free and is far more capable and more scalable.</p>
<p>And you can choose to run PostgreSQL on Windows, Mac OS X or Linux. I think Oracle XE is limited to Windows and Linux.</p>
http://stackoverflow.com/questions/775276/sqlite-c-warnings/775304#7753042Answer by Paul Lefebvre for SQlite C warnings Paul Lefebvre2009-04-22T00:45:46Z2009-04-22T00:45:46Z<p>From the SQLite web site:</p>
<blockquote>
<p>Some people say that we should
eliminate all warnings because benign
warnings mask real warnings that might
arise in future changes. This is true
enough. But in reply, the developers
observe that all warnings have already
been fixed in the compilers used for
SQLite development (various versions
of GCC). Compiler warnings only arise
from compilers that the developers do
not have access to.</p>
</blockquote>
<p><a href="http://www.sqlite.org/faq.html#q17" rel="nofollow">http://www.sqlite.org/faq.html#q17</a></p>
http://stackoverflow.com/questions/425185/is-realbasic-worth-50/426280#4262809Answer by Paul Lefebvre for Is REALBasic worth $50?Paul Lefebvre2009-01-08T22:26:26Z2009-04-17T18:37:59Z<p>$50 is not much money these days and REALbasic Personal is absolutely worth it. It's a bargain, even. For what you say you want to do, it should be perfect.</p>
<p>The current versions of REALbasic are quite robust. They can save projects in text file format for use with source control. I use it with Subversion on multi-person teams every day. It's fully object-oriented, has introspection capabilities, has had extension methods for years (C# only got them in .NET 3.0), includes SQLite as its built-in database and much more.</p>
<p>There are downsides of course. It doesn't yet create Cocoa apps (they are Carbon right now), it doesn't have as many built-in controls as some other IDEs, it uses quite a bit of RAM and it's harder to automate builds than it should be. Still, REALbasic is a far cry from a toy language. It's just saddled with a bad name :-)</p>
<p>But, I guarantee you'll have your first OS X app created within minutes of using REALbasic.</p>
http://stackoverflow.com/questions/704883/osx-windows-development-for-newbies/706066#7060662Answer by Paul Lefebvre for osx & windows development -- for newbiesPaul Lefebvre2009-04-01T15:31:06Z2009-04-01T15:31:06Z<p>As Andy Dent and others here have indicated, for a newbie to create cross-platform applications it is hard to beat REALbasic.</p>
<p>Sure, there are plenty of other cross platform solutions such as QT (C++), Java, .NET (to some extent) and wxWidgets but they are not something a beginner would be able to use effectively.</p>
<p>I have many years of professional development experience in a wide variety of languages and technologies and I prefer to use REALbasic most of the time.</p>
<p>With that said, you might also consider Runtime Revolution or Adobe Air.</p>
http://stackoverflow.com/questions/701792/should-i-bother-learning-windows-workflow/701862#701862-1Answer by Paul Lefebvre for Should I bother learning Windows Workflow?Paul Lefebvre2009-03-31T16:21:47Z2009-03-31T16:21:47Z<p>It depends on the type of software you build. WPF is neat. WCF has its uses. Windows Workflow is pretty "enterprisey", though. It requires more setup and can get complex.</p>
<p>Unless you build enterprise software that would benefit from a definable workflow, I wouldn't bother much with it.</p>
http://stackoverflow.com/questions/689729/how-to-install-mysql-on-leopard-mac-os-x-10-5/690042#6900420Answer by Paul Lefebvre for How to install MySQL on Leopard, Mac OS X 10.5?Paul Lefebvre2009-03-27T14:43:27Z2009-03-27T14:43:27Z<p>And if you're not a command-line person, I highly recommend you also install the MySQL Preference Pane to start/stop the server and install Sequel Pro to create databases and run queries.</p>
<p>ftp://ftp.mysql.com/pub/mysql/download/gui-tools/MySQL.prefPane-leopardfix.zip</p>
<p><a href="http://www.sequelpro.com/" rel="nofollow">http://www.sequelpro.com/</a></p>
http://stackoverflow.com/questions/689807/sql-server-vs-oracle/690011#6900113Answer by Paul Lefebvre for SQL server VS OraclePaul Lefebvre2009-03-27T14:33:38Z2009-03-27T14:33:38Z<p>I've worked with both SQL Server and Oracle on a variety of projects. My thoughts:</p>
<ul>
<li>SQL Server works better with .NET</li>
<li>Generally, SQL Server is easier to install and work with. As a developer, I've rarely needed a DBA for SQL Server, but always seem to run into something with Oracle that I need a DBA to do.</li>
<li>I greatly preferred PL/SQL (Oracle) over T-SQL (SQL Server) for writing stored procedures</li>
<li>Oracle seems to have more significant hardware requirements</li>
<li>The default admin tools for SQL Server are easier to use than the ones included with Oracle</li>
<li>Development shops rarely mix the two</li>
</ul>
http://stackoverflow.com/questions/686846/an-alternative-ide-for-sybase-powerbuilder/687380#6873801Answer by Paul Lefebvre for An alternative IDE for Sybase PowerbuilderPaul Lefebvre2009-03-26T20:08:04Z2009-03-26T20:08:04Z<p>The PowerBuilder IDE <strong>is</strong> clunky, but I don't think developing completely outside the PowerBuilder IDE is a good idea. I think there are just too many dependencies right now.</p>
<p>However, the IDE for PowerBuilder 12 will be built using Microsoft's Visual Studio Isolated Shell so it ought to be much better when that is released. Also, I believe they'll be doing away with the PBL format which ought to make source control much easier to work with.</p>
<p>Certainly something to watch.</p>
http://stackoverflow.com/questions/679303/when-the-use-of-an-extension-method-is-a-good-practice/679328#6793280Answer by Paul Lefebvre for When the use of an extension method is a good practice?Paul Lefebvre2009-03-24T21:29:57Z2009-03-24T21:29:57Z<p>Extension methods are a great way to add functionality to classes that you don't own (no source), are in the framework or that you don't want to inherit for whatever reason.</p>
<p>I like them, but you are right. They should be used judiciously.</p>
http://stackoverflow.com/questions/671876/whats-a-good-way-to-uniquely-identify-a-computer4What's a good way to uniquely identify a computer?Paul Lefebvre2009-03-23T00:19:13Z2009-03-23T01:52:24Z
<p>I'm developing some desktop software for a client to resell. The client wants to restrict the software so that the registration code will be specific to one and only one computer.</p>
<p>Besides using the MAC from the network card, does anyone have any other techniques (that work on both Windows and Mac OS X) for uniquely identifying a computer?</p>
http://stackoverflow.com/questions/639396/best-programming-language-to-learn-for-a-beginner-vb-programmer/671888#6718880Answer by Paul Lefebvre for Best programming language to learn for a beginner VB programmer?Paul Lefebvre2009-03-23T00:23:50Z2009-03-23T00:23:50Z<p>I've found that for a lot of people, the easiest language to transition to from VB is REALbasic. Its syntax is quite similar to VB, but the language itself is much more object-oriented. It's also much easier to get started with than VB.NET and the .NET framework.</p>
http://stackoverflow.com/questions/669892/getting-an-insert-id-from-webkits-html5-database-storage/670108#6701080Answer by Paul Lefebvre for getting an insert ID from Webkit's HTML5 database storagePaul Lefebvre2009-03-21T22:19:25Z2009-03-21T22:19:25Z<p>Something like this ought to work:</p>
<pre><code>SELECT last_insert_rowid();
</code></pre>
http://stackoverflow.com/questions/631060/can-i-make-a-field-autoincrement-after-made-a-table/631229#6312290Answer by Paul Lefebvre for Can I make a field AUTOINCREMENT after made a table?Paul Lefebvre2009-03-10T16:52:07Z2009-03-10T16:52:07Z<p>You cannot alter columns on a SQLite table after it has been created. You also cannot alter a table to add an integer primary key to it.</p>
<p>You have to add the integer primary key when you create the table.</p>
http://stackoverflow.com/questions/614905/xpath-tools-for-mac-os-x/616255#6162553Answer by Paul Lefebvre for XPath tools for Mac OS XPaul Lefebvre2009-03-05T19:24:47Z2009-03-05T19:24:47Z<p>I found AquaCode which seems to work pretty well (and is open-source):</p>
<p><a href="http://ditchnet.org/aquapath/" rel="nofollow">http://ditchnet.org/aquapath/</a></p>
http://stackoverflow.com/questions/612087/xpath-to-find-nested-values0XPath to find nested valuesPaul Lefebvre2009-03-04T19:33:29Z2009-03-05T13:13:42Z
<p>I have some XML I'm having trouble processing with XPath. I can't seem to get the values I'm looking for. The XML is structured like this:</p>
<pre><code><Group>
<Menu>
<Name>Top Menu</Name>
<Document>
<DocName>Readme.txt</DocName>
</Document>
<Menu>
<Name>Sub Menu</Name>
<Document>
<DocName>Manual.pdf</DocName>
</Document>
<Document>
<DocName>UserGuide.pdf</DocName>
</Document>
</Menu>
</Menu>
</Group>
</code></pre>
<p>Given the menu name, I want to get back a list of DocumentNodes in the menu. For example, given "Sub Menu", I'd like to get back the two Document nodes for Manual.pdf and UserGuide.pdf.</p>
<p>Currently, I'm pulling this information using code that loops through the children, but, I'd rather just pull it up directly using XPath, but my skills with it are weak.</p>
<p>(And before you ask, I cannot restructure the XML. It's provided to me this way.)</p>
<p>Any thoughts?</p>
http://stackoverflow.com/questions/612987/packaging-to-use-to-deploy-cross-platform/613098#6130981Answer by Paul Lefebvre for Packaging to use to deploy cross-platform?Paul Lefebvre2009-03-05T00:15:29Z2009-03-05T00:15:29Z<p>I have a client that uses IzPack to create a single installer (it's Java-based) that installs their app on Windows, OS X and Linux.</p>
<p><a href="http://izpack.org/" rel="nofollow">http://izpack.org/</a></p>
http://stackoverflow.com/questions/611867/moving-from-hobbyist-to-professional/612027#6120270Answer by Paul Lefebvre for Moving from Hobbyist to ProfessionalPaul Lefebvre2009-03-04T19:17:56Z2009-03-04T19:17:56Z<p>I also recommend looking into either contributing to an open source project or starting one yourself. I recommended this plan to a former co-worker who was looking to move to another technology that he had no professional experience with. After releasing an open-source project, he was contacted directly by a company wanting to utilize his project and his skills and got hired.</p>
http://stackoverflow.com/questions/610920/maximum-number-of-workable-tables-in-sql-server-and-mysql/611004#6110041Answer by Paul Lefebvre for Maximum number of workable tables in SQL Server And MySQLPaul Lefebvre2009-03-04T15:14:58Z2009-03-04T15:14:58Z<p>I doubt SQL Server will have a performance problem working with thousands of tables, but I sure would.</p>
<p>I've worked on databases with hundreds of tables in SQL Server with no problems, though.</p>
http://stackoverflow.com/questions/605619/powerbuilder-for-a-java-programmer/606689#6066890Answer by Paul Lefebvre for PowerBuilder for a Java programmer?Paul Lefebvre2009-03-03T14:54:55Z2009-03-03T14:54:55Z<p>Yes, you would certainly be able to learn PowerBuilder. Whether you want to is a question only you can answer, though.</p>
<p>I used PowerBuilder for many, many years (versions 4 through 9). There were parts I truly liked. It's a great way to build business applications. It's object-oriented and the DataWindow is a wonderful technology.</p>
<p>But it has its bad points as well. The IDE is archaic. The code editor is simplistic (no code completion, for example). Integration with source control is annoying and the community is pretty small. And it's Windows-only.</p>
<p>There is a magazine (PowerBuilder Developer's Journal - SYSCON), but it's pretty thin these days. Sybase does appear to have some neat things up their sleeves for future versions of PowerBuilder, however.</p>
<p>Personally, I liked it enough that I would go back to it if an opportunity arose.</p>
http://stackoverflow.com/questions/601075/whats-the-difference-between-the-net-unit-testing-framework-out-there/601130#6011301Answer by Paul Lefebvre for What's the difference between the .NET Unit Testing framework out there?Paul Lefebvre2009-03-02T02:54:21Z2009-03-02T02:54:21Z<p>I've worked with a few unit testing frameworks for .NET and haven't found any of them to be dramatically different than another for my purposes.</p>
<p>Originally an argument against using the unit testing included with Visual Studio Team System was that people using the lesser version of Visual Studio could not run your tests. That's less of a problem now as I believe VS Pro now includes unit testing. I liked that Visual Studio could generate a lot of the test harnesses for you automatically.</p>
<p>As long as you're actually writing the unit tests, I don't think it much matters which tool you choose.</p>
http://stackoverflow.com/questions/600446/sql-server-how-do-you-return-the-column-names-from-a-table/600453#6004530Answer by Paul Lefebvre for SQL Server: How do you return the column names from a table?Paul Lefebvre2009-03-01T20:34:44Z2009-03-01T20:34:44Z<p>Something like this?</p>
<pre><code>sp_columns @table_name=your table name
</code></pre>
http://stackoverflow.com/questions/599361/what-development-and-build-lifecycle-tools-do-you-use/600113#6001133Answer by Paul Lefebvre for What Development and Build Lifecycle Tools Do You Use?Paul Lefebvre2009-03-01T17:06:21Z2009-03-01T17:06:21Z<p>If you work with .NET, it's hard to beat Team Foundation Server for its integration with Visual Studio. It contains the development tools, version control, issue tracking, configuration management, automated testing, unit testing, automated building, artifact management and everything else you've described.</p>
<p>Of course, TFS is expensive, oftentimes non-intuitive and is missing some features compared to other tools I've used. If you have a MSDN license you can use TFS for Workgroups (up to 5 users IIRC) for free, though.</p>
http://stackoverflow.com/questions/599626/does-anyone-know-an-good-free-natural-sounding-text-reader-for-the-mac/600103#6001034Answer by Paul Lefebvre for Does anyone know an good free natural sounding text reader for the mac?Paul Lefebvre2009-03-01T17:00:44Z2009-03-01T17:00:44Z<p>OS X has built-in speech services for any Cocoa app. Just select the text and click AppName->Services->Speech->Start Speaking Text</p>
<p>Additionally, Preview can read PDFs quite nicely. Just open the PDF and select Edit->Speech->Start Speaking.</p>
<p>The default Alex voice (in Leopard at least) is quite good.</p>
http://stackoverflow.com/questions/956255/why-is-it-bad-practice-to-call-an-eventhandler-from-code/956523#956523Comment by Paul Lefebvre on Why is it bad practice to call an eventhandler from code?Paul Lefebvre2009-06-05T19:05:46Z2009-06-05T19:05:46ZNo, it is an argument for not attempting to reuse code that is in events. If the code is only applicable for the event, then I would put it in the event. But if I need to call it from anywhere else, I refactor it into its own method.http://stackoverflow.com/questions/784173/what-are-the-performance-characteristics-of-sqlite-with-very-large-database-files/811862#811862Comment by Paul Lefebvre on What are the performance characteristics of sqlite with very large database files?Paul Lefebvre2009-05-13T23:18:54Z2009-05-13T23:18:54ZI'm curious, were all your INSERTS in a transaction?http://stackoverflow.com/questions/704883/osx-windows-development-for-newbies/704950#704950Comment by Paul Lefebvre on osx & windows development -- for newbiesPaul Lefebvre2009-04-01T14:50:13Z2009-04-01T14:50:13ZI don't think QT (requiring C++ knowledge) is a good choice for someone who claims to be a "newbie".http://stackoverflow.com/questions/507291/should-we-select-vb-net-or-c-when-upgrading-our-legacy-apps/507421#507421Comment by Paul Lefebvre on Should we select VB.NET or C# when upgrading our legacy apps?Paul Lefebvre2009-03-26T14:20:09Z2009-03-26T14:20:09ZYou're right; oftentimes it makes the most sense to just stick with VB6. But I think people are afraid that VB6 will stop working on some future version of Windows.
And if you need to improve your UI, add a lot of new features or go cross-platform it makes sense to consider other tools.http://stackoverflow.com/questions/671876/whats-a-good-way-to-uniquely-identify-a-computer/671914#671914Comment by Paul Lefebvre on What's a good way to uniquely identify a computer?Paul Lefebvre2009-03-23T01:15:01Z2009-03-23T01:15:01ZI completely agree about the customer support issue which is why I originally recommended to the client that they not use a computer-specific code. But they feel it is important.http://stackoverflow.com/questions/670036/any-good-sql-server-management-software-for-mac-osComment by Paul Lefebvre on Any good SQL Server Management software for Mac OS?Paul Lefebvre2009-03-23T00:12:35Z2009-03-23T00:12:35ZAny particular DBMS? Or are you looking to manage MS SQL Server from Mac OS X?http://stackoverflow.com/questions/899/best-subversion-client-for-mac-os/529006#529006Comment by Paul Lefebvre on Best subversion client for Mac OSPaul Lefebvre2009-03-23T00:11:03Z2009-03-23T00:11:03ZActually, Versions can handle SVN tags. You just have to use a little drag&drop as there is no menu option for it. Simply Option-Drag your folder onto the tags folder and you'll be prompted accordingly.http://stackoverflow.com/questions/435990/why-do-programmers-love-hate-objective-c/599031#599031Comment by Paul Lefebvre on Why do Programmers Love/Hate Objective-C?Paul Lefebvre2009-03-21T22:21:43Z2009-03-21T22:21:43ZYou tend to prefer languages you don't yet know? I like to learn new languages too, but I find that odd.http://stackoverflow.com/questions/615886/php-ruby-python-yumaComment by Paul Lefebvre on PHP, Ruby, Python...Yuma?Paul Lefebvre2009-03-05T19:57:51Z2009-03-05T19:57:51ZYuma is a way to utilize REALbasic syntax within HTML, much like how PHP works. It is a 3rd party product and is not affiliated with REAL Software.http://stackoverflow.com/questions/612987/packaging-to-use-to-deploy-cross-platform/613098#613098Comment by Paul Lefebvre on Packaging to use to deploy cross-platform?Paul Lefebvre2009-03-05T01:37:18Z2009-03-05T01:37:18ZI have no idea. I had never heard of IzPack until just last month. I always create separate installers for each platform.http://stackoverflow.com/questions/612087/xpath-to-find-nested-valuesComment by Paul Lefebvre on XPath to find nested valuesPaul Lefebvre2009-03-04T19:50:46Z2009-03-04T19:50:46ZYou're right. I mean to say XPath. Brain fart!http://stackoverflow.com/questions/258740/what-tools-are-built-using-themselves/258853#258853Comment by Paul Lefebvre on What tools are built using themselves?Paul Lefebvre2009-03-04T19:45:03Z2009-03-04T19:45:03ZYes, starting with REALbasic 2005 the IDE has been written in REALbasic. The compiler, however, is not.http://stackoverflow.com/questions/590753/best-vm-software-for-mac-os-x/592608#592608Comment by Paul Lefebvre on Best VM software for Mac OS X?Paul Lefebvre2009-03-04T19:40:23Z2009-03-04T19:40:23ZDitto. I had the same experience with Parallels, so switched to Fusion. It's been rock-solid and fast.http://stackoverflow.com/questions/536103/powerbuilder-pborca-automated-builds/539670#539670Comment by Paul Lefebvre on PowerBuilder (PBOrca) automated buildsPaul Lefebvre2009-03-04T19:36:18Z2009-03-04T19:36:18ZI also recommend PowerGen. I used it for many years to automate our PowerBuider builds.http://stackoverflow.com/questions/548007/what-are-the-advantages-of-c-over-say-delphi-realbasic-for-windows-application/548133#548133Comment by Paul Lefebvre on What are the advantages of c# over, say, delphi/realbasic for windows applicationsPaul Lefebvre2009-02-14T01:46:04Z2009-02-14T01:46:04Zit's "strength" </spelling nazi> :-)