Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Friday, August 26, 2022
TypeScript puzzle No.2 (easy)
›
Consider following code class Foo { bar() { return 1 } } const foo = new Foo foo.bar() Now consider that for some reason we w...
Monday, August 22, 2022
TypeScript's Conditional Type Operator example
›
We all like good examples, examples which, when seen, make us grasp new ideas easier. I believe the notion of Conditional Types in TypeScr...
Thursday, August 11, 2022
Node.js + Express + TypeScript (ts-node reloaded)
›
This is a short follow up to one of my previous posts, the Node.js + Express + TypeScript where a tiny tutorial on writing node.js node w...
Thursday, June 9, 2022
Cannot navigate to the symbol under the carret after updating VS 2022
›
After VS 2022 has been updated, suddenly some projects refuse to provide navigation between tokens, you can't just click on anything an...
Thursday, May 5, 2022
Visual Studio 2022, Environment/Startup
›
What happens when you just open the Visual Studio? It displays a solution selector where you pick up one of latests solutions. This is the ...
Monday, April 25, 2022
Node.js + Express + TypeScript
›
The Node.js + Express + Javascript is a great platform and this short tutorial shows how to add TypeScript to the picture. Start with insta...
Wednesday, April 13, 2022
Simplest SAML1.1 (WS-Federation) Federated Authentication in .NET 6
›
Years ago I've blogged on how to do the WS-Fed using code only in .NET . The approach had multiple advantages over the static WSFederat...
1 comment:
‹
›
Home
View web version