Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
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:
Friday, March 25, 2022
Guess6 published on GitHub
›
Decided to polish the code a little bit and published it on GitHub . Such small yet complete apps are a great sandboxes to test/show various...
Tuesday, February 22, 2022
Guess6 in React - source
›
The game itself is published here . Here's the full source code. It's surprisingly consise, feel free to study it on your own. /...
Guess6 in React
›
Saturday, January 8, 2022
WinForms Dependency Injection in .NET6
›
This entry is motivated by the discussion in one of StackOverflow's questions, the How to use dependency injection in WinForms . A corr...
6 comments:
.NET 6 WebAPI with JWT bearer token authentication minimal example
›
The console client: using Microsoft.IdentityModel.Tokens; using System.IdentityModel.Tokens.Jwt; using System.Security.Claims; using Syste...
‹
›
Home
View web version