Polyglot Programming

Published: Oct 1, 2008 At Anug last time we heard about F# and functional programming. One of the things we discussed was polyglot programming: Could one do a website where the UI was in ironRuby or ironPython, the business objects in C# and the harder calculations in F#? Actually I brought this up, and nobody seemed to buy it. The reason people used was that you would have to be in a bigger enterprise in order to do this kind of polyglot programming, simply because it will be too hard to deal with all these different languages (Correct me if I got this wrong!). ...

October 1, 2008 · Klaus Hebsgaard

Polyglot Programming

Polyglot Programming Published: Oct 1, 2008 Source: https://khebbie.dk/polyglot-programming-2/ At Anug last time we heard about F# and functional programming. One of the things we discussed was polyglot programming: Could one do a website where the UI was in ironRuby or ironPython, the business objects in C# and the harder calculations in F#? Actually I brought this up, and nobody seemed to buy it. The reason people used was that you would have to be in a bigger enterprise in order to do this kind of polyglot programming, simply because it will be too hard to deal with all these different languages (Correct me if I got this wrong!). ...

October 1, 2008 · Klaus Hebsgaard

Two Great Links

Two Great Links Published: Jul 29, 2008 Source: https://khebbie.dk/two-great-links/ Just a short post to show two great sites/tools/whatever: The Joel Test: 12 Steps to Better Code 12 things that your software organization should be doing in order to perform well… Programmer Competency Matrix A matrix where you can evaluate programmer Competency

July 29, 2008 · Klaus Hebsgaard

Two Great Links

Published: Jul 29, 2008 Just a short post to show two great sites/tools/whatever: The Joel Test: 12 Steps to Better Code 12 things that your software organization should be doing in order to perform well… Programmer Competency Matrix A matrix where you can evaluate programmer Competency

July 29, 2008 · Klaus Hebsgaard

PowerGUI

PowerGUI Published: Feb 12, 2008 Source: https://khebbie.dk/powergui/ I Just discovered PowerGui an application, where you can host your most used powershell scripts. It can off course be used by IT Pros, but developers can leverage on it as well. For instance a testing framework has been made. I have for instance made two small scripts that searches the Eventlog to find when the computer was started and stopped during the last month. I use this when I have to register how much time was used on a project - well i have to since I am always behind here :-(

February 12, 2008 · Klaus Hebsgaard

PowerGUI

Published: Feb 12, 2008 I Just discovered PowerGui an application, where you can host your most used powershell scripts. It can off course be used by IT Pros, but developers can leverage on it as well. For instance a testing framework has been made. I have for instance made two small scripts that searches the Eventlog to find when the computer was started and stopped during the last month. I use this when I have to register how much time was used on a project - well i have to since I am always behind here :-(

February 12, 2008 · Klaus Hebsgaard

[DK]Svcutil

Published: Nov 5, 2007 Vi bruger SVCUTIL til to ting i øjeblikket: Til at generere datacontracts udfra vores kanoniske datamodel At generere proxies udfra vores datacontract dll’er add 1: Vi opbevarer vores kanoniske datamodel i xsd og kan generere datacontracts udfra en xsd således: svcutil /dconly cdm.xsd På den måde stemmer datakontrakterne altid overens med den kanoniske datamodel add 2: Når man gerne vil have WCF til at generere proxies udfra en service laver den en ny proxy hver gang, men vi vil gerne have den til at genbruge datacontracts, her kan svcutil hjælpe. ...

November 5, 2007 · Klaus Hebsgaard

[DK]Svcutil

[DK]Svcutil Published: Nov 5, 2007 Source: https://khebbie.dk/dksvcutil/ Vi bruger SVCUTIL til to ting i øjeblikket: Til at generere datacontracts udfra vores kanoniske datamodel At generere proxies udfra vores datacontract dll’er add 1: Vi opbevarer vores kanoniske datamodel i xsd og kan generere datacontracts udfra en xsd således: svcutil /dconly cdm.xsd På den måde stemmer datakontrakterne altid overens med den kanoniske datamodel add 2: Når man gerne vil have WCF til at generere proxies udfra en service laver den en ny proxy hver gang, men vi vil gerne have den til at genbruge datacontracts, her kan svcutil hjælpe. ...

November 5, 2007 · Klaus Hebsgaard

Logparser

Published: Sep 6, 2006 I just discovered a tool from Microsoft called LogParser, I don’t have a lot of experience with it. The point with the tool is that you can use sql to query your logs, and you can query different logtypes (Windows EventLog, csv, xml, sql server and more). At http://www.logparser.com you find a forum regarding LogParser. Here is a small example of a logparser query: ...

September 6, 2006 · Klaus Hebsgaard

Logparser

Logparser Published: Sep 6, 2006 Source: https://khebbie.dk/logparser/ I just discovered a tool from Microsoft called LogParser, I don’t have a lot of experience with it. The point with the tool is that you can use sql to query your logs, and you can query different logtypes (Windows EventLog, csv, xml, sql server and more). At http://www.logparser.com you find a forum regarding LogParser. Here is a small example of a logparser query: LogParser -i:EVT -o:NAT “SELECT * FROM System” ...

September 6, 2006 · Klaus Hebsgaard