Yet another developer journey ...

Yet another developer journey ...

Follow
homeabout me
Tag

C#

#csharp

More content

Read more stories on Hashnode


Articles with this tag

NyxSql Part III - WPF/MAUI/AvalonUI

Dec 5, 20223 min read

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...

NyxSql Part III - WPF/MAUI/AvalonUI

NyxSql Part II - .Net project files

Sep 22, 20225 min read

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...

NyxSql Part II - .Net project files

NyxSql - a journey from .Net Framework to .Net 6 - Part I

Sep 16, 20223 min read

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...

NyxSql - a journey from .Net Framework to .Net 6 - Part I

.Net 5/6... application versioning howto

Jul 24, 20221 min read

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....

.Net 5/6... application versioning howto

c# Visual Studio turn off auto formatting for code area

Jun 27, 20221 min read

Sometimes you do not want to have auto formatting enabled for specific code areas. Mostly I am using that for short switch statements, for a better...

c# Visual Studio turn off auto formatting for code area

.Net Core and above (5,6,...) windows service / linux systemd

Jun 11, 20223 min read

Intro While windows services had their own implementation classes in the .Net Framework, when migrating to .Net (Core) we noticed that we had to...

.Net Core and above (5,6,...) windows service / linux systemd