Oskar Gewalli's blog articles

0
comment
on 12/28/2019 9:29 AM
After writing the previous posts about getting some of the infrastructure working for non Windows systems, I’ve seen better ways of getting it to work. Instead of using a netfx.props file, you can use a Directory.Build.props with platform specific configuration as seen in for instance FSharp.Compiler.Service: <Project> <!-- mono --> <PropertyGroup Condition="'$(OS)' == 'Unix'"> <MonoRoot Condition="'$(MonoRoot)' == '' and $([MSBuild]::IsOsPlatform('Linux'))">/usr</MonoRoot> <MonoRoot Conditio[...]
>> Read the full article
.
0
comment
on 12/28/2019 9:29 AM
After writing the previous posts about getting some of the infrastructure working for non Windows systems, I’ve seen better ways of getting it to work. Instead of using a netfx.props file, you can use a Directory.Build.props with platform specific configuration as seen in for instance FSharp.Compiler.Service: <Project> <!-- mono --> <PropertyGroup Condition="'$(OS)' == 'Unix'"> <MonoRoot Condition="'$(MonoRoot)' == '' and $([MSBuild]::IsOsPlatform('Linux'))">/usr</MonoRoot> <MonoRoot Conditio[...]
>> Read the full article
.
0
comment
on 12/28/2019 1:13 AM
Command handlers are services If we start from the command redux post by Ayende. In actual shopping scenarios we need to deal with not a clear script of actions that can be executed in a sequential manner. Instead we have a unidirectional wizard-style flow where the customer is redirected from the shopping site to payment provider and back. Let us ignore these complexities and look at the following: var placeOrderCommand = new CompositeCommand( new RegisterOrderCommand(), new ReserveStockComman[...]
>> Read the full article
.
0
comment
on 12/28/2019 1:13 AM
Command handlers are services If we start from the command redux post by Ayende. In actual shopping scenarios we need to deal with not a clear script of actions that can be executed in a sequential manner. Instead we have a unidirectional wizard-style flow where the customer is redirected from the shopping site to payment provider and back. Let us ignore these complexities and look at the following: var placeOrderCommand = new CompositeCommand( new RegisterOrderCommand(), new ReserveStockComman[...]
>> Read the full article
.
0
comment
on 12/21/2019 12:01 PM
Setup Apple Airport printer on Windows. Connect the printer using USB directly Windows will auto install the needed drivers. Setup the printer as a network printer Reconenct the printer into the airport. Select could not find printer among the listed then start going down the printer Wizard flow: In order to connect to the printer we add the router IP address as the “port” Then select Custom settings: Note that the default Port Number is correct and continue: Make sure to use the printer [...]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper

Logging in...