2024-01-28
Types of dependencies
›
The term "dependency" is used very often in software engineering, but depending on context, it may mean slightly differ...
2023-12-29
Call Graph Acyclicity
›
Abstract In technical design of software systems as conventionally practiced, call graphs often contain cycles. We show that cyc...
2023-12-23
Towards Authoritative Technical Software Design
›
Abstract In this paper we examine the long-standing need within the Software Engineering Discipline for technical design docume...
2023-09-05
Converting MSBuild project files from legacy-style to SDK-style
›
I recently did this at work, and I decided to document the process here in the form of a how-to guide. Please note that I am not ...
2023-08-15
On the "Dotfuscator" tool by PreEmptive Solutions
›
I am giving this tool a try at work, and I am encountering a great many problems with it. I decided to publicly document my findi...
2023-07-21
Migrating a project from DotNet Framework 4.7.2 to DotNet 7
›
I recently did this at work, and I decided to document the process here in the form of a how-to guide. Please note that I am not ...
2023-07-06
[SOLVED] Maven deploy fails with status 422 unprocessable entity
›
It has been more than a year since I created this question on GitHub Community; a couple of days after that I found the solution by myself, ...
2023-06-12
The Trouble with XAML Hot Reload in WPF
›
The XAML Hot Reload feature of WPF is extremely useful because GUI work often involves tweaking visual aspects of an application, ...
2023-05-26
Program Code is Uncountable
›
There are some words in English that are uncountable. For example: cheese , furniture , music , evidence , research , knowledge , ...
2023-05-13
Hyrum's Law
›
With a sufficient number of users of an API, it does not matter what you promise in the contract: all observable behaviors of your syst...
‹
›
Home
View web version