Category Archives: C#

C# programming with CSharp

Godot – files in C# in Godot game engine.

Today I tested a new source code with the Godot game engine. The source code recognizes the drag and drop operation for text and image files.

C# – First steps with C# and .NET – part 064.

This is a simple example of how to add to the Environment Variable variable Path a simple path read on the admin console. This code first retrieves the current system environment variables using the Environment.GetEnvironmentVariables method. Create a simple project with dotnet tool and add this source code:

Depending on the system security level… Read More »

C# – First steps with C# and .NET – part 063.

This new article presents a guide to running C# Azure functions in an isolated worker process. They comes also with: For complete examples, see the .NET 6 isolated sample project and the .NET Framework 4.8 isolated sample project Isolated worker processes are designed to run untrusted code in a sandboxed environment, which makes them a good choice for… Read More »