Oskar Gewalli's blog articles

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
.
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
.
0
comment
on 11/24/2019 7:01 AM
Why C style programming languages are designed in the cultural context of having a English keyboard layout. Programming C style languages on a Swedish keyboard layout is somewhat awkward since you need to exercise finger gymnastics in order to use common characters like {}\. Unless you switch to Python the easiest fix is to use multiple keyboard layouts. How I started out by adding English (US) and then Swedish (Sweden) however, I ended up with a long list of keyboard layouts in the keyboard selection t[...]
>> Read the full article
.
0
comment
on 11/24/2019 7:01 AM
Why C style programming languages are designed in the cultural context of having a English keyboard layout. Programming C style languages on a Swedish keyboard layout is somewhat awkward since you need to exercise finger gymnastics in order to use common characters like {}\. Unless you switch to Python the easiest fix is to use multiple keyboard layouts. How I started out by adding English (US) and then Swedish (Sweden) however, I ended up with a long list of keyboard layouts in the keyboard selection t[...]
>> 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