Object Pascal to Javascript

Paraphrasing from the Optimale Systemer AS website, Smart Mobile Studio brings the power of pascal to the browser and RAD to javascript.  While in beta, the promise is appealing for old-time Delphi developers.

ExtensionMethod.Net

ExtensionMethod.Net has over 300 C#  extension methods (over 100 are on the string class).  For an overview on extension methods visit this MSDN page or see my old post.

How to prevent a Silverlight .XAP from being cached…

To be safe one should add (and change) a query parameter after their Silverlight application to prevent the file from being cached. The HTML would look something like: <param name="source" value="ClientBin/MySilverlightApplication.xap?revision=2012011801"/> And the revision needs to be changed after every new build that is published.

Skype was written in Delphi

Wikipedia credits Skype as being written in Delphi.  For a good list of other applications written in Delphi, visit delphi.wikia.com.  Plus Embarcadero has  a dizzying showcase here.  The list of software built with Delphi includes Ad-Aware (which I recommend/install on all relatives machines), Beyond Compare (used at work), Adobe Captivate, FinalBuilder, Help and Manual, Macromedia […]