Learning .NET Learn .NET by simple examples. Notes on file EOL To ensure a correct and consistent EOL for source files, execute the following commamnds under the project root before everything else git config set core.safecrlf true git config set core.autocrlf false