Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Monday, April 24, 2017
Using ngrok to expose any local server to the Internet
›
Ngrok is here for some time and it's a great tool that makes it possible to expose a website from local machine to the Internet by crea...
Friday, March 10, 2017
Visual Studio 2017 doesn't seem to support Silverlight but Silverlight itself is supported till 2021
›
This has been a great week as VS2017 has finally got its RTM version. Unfortunately, for some developers news aren't that great. It s...
Friday, February 3, 2017
Calling promises in a sequence
›
One of the top questions about promises I was asked lately is a question on how to call promises in a sequence so that the next starts only ...
Thursday, January 12, 2017
Node.js 7.x async/await example with express and mssql
›
Async/await has finally found its home in node 7.x and it’s just great, we’ve been waiting for ages. Not only it works great, with Visual St...
1 comment:
Friday, December 16, 2016
Combining sync/async WCF client/server that share an interface-based contract
›
Having a shared interface between WCF client and server is handy, often you just put such contract in a shared assembly and you just build y...
Thursday, August 25, 2016
SignedXml::CheckSignature and dreadful “The profile for the user is a temporary profile” on .NET 4.6.2
›
Sometimes, out of nowhere, your well-tested and working-for-years code just stops working just because something changes somewhere you can r...
Monday, April 18, 2016
Yet another short async/await example
›
The async/await pattern is here for some time and this is going to be yet another short example that could possibly make it easier for someo...
‹
›
Home
View web version