#csharp
Read more stories on Hashnode
Articles with this tag
Just a very short blog post... for everyone who is not yet known to it. Since .Net Framework 4.6 for two immutable types we got new static fields in...
Introduction In one of my older projects, I often had to synchronize and work with different parallel threads. Using async, parallel or 'real' threads...
In part III we take a closer look at where to upgrade our UserInterface from WindowsForms. As NyxSql was created as a learning project more than a...
Intro Within this article we will take a look at the upgrade project file and how it should look like : ) With .Net (Core), Microsoft introduced a...
Intro In this series, I will write about upgrading a project which was created on .Net Framework 2 to .Net Core. All steps will be included, as in...
Until we switched to .net 6 from the .net framework we used a major.minor (m.xxx) versioning together with the compile/build time as build number....