Tag Archives: tutorial

tutorial

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 »

Security – TCPView tool.

TCPView is a Windows program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections. On Windows Server 2008, Vista, and XP, TCPView also reports the name of the process that owns the endpoint. TCPView provides a more informative… Read More »

Error: fix Chrome browser update error.

If you try to update the Chrome browser on Settings – About Chrome and you receive this error:

then you need to stop all tasks that depend on the Chrome browser. The error tells me something changed the browser functionality, maybe a browser hijacker threat or a similar malware rooted in the browser area.… Read More »