C#

C#

Choose Build Targets Depending on Build OS

How to use OS detection to set different build targets in csproj files. Only to help navigate the nuget jungle.

Read
C#

Hashing passwords and EF core

Can entity framework core be used to make sure passwords are hashed and not stores in plain text?

Read