Search Articles — Sudonull

Search Results

In this project

Elvis access modifier in C# — static access control

https://sudonull.com/elvis-access-modifier-in-c-static-access-control

How Elvis modifier ensures strict, compiler access control to private members in C#. Real examples, limitations and best practices for senior developers.

C# speech recognition VK Cloud with hooks

https://sudonull.com/c-speech-recognition-vk-cloud-with-hooks

Implementation of a voice typer in C# with NAudio, low-level hooks and VK Cloud API. Full code, error handling, STA for Clipboard. For middle/senior dev — assemble and test.

LLM training in C# with OpenCL: practical guide

https://sudonull.com/llm-training-in-c-with-opencl-practical-guide

Step-by-step guide to training language models in C# using OpenCL instead of CUDA. Creation, training, and export of compact LLMs.

Labeled break in C# 15: practical application

https://sudonull.com/labeled-break-in-c-15-practical-application

We analyze when labeled break and continue in C# 15 are really needed, and when it's better to use refactoring. Examples for developers.

From the web

C# - a modern, open-source programming language | .NET

https://dotnet.microsoft.com/en-us/languages/csharp

Build your apps faster with world-class developer tools that help you write precise, accurate, and maintainable code the first time.

C# Tutorial (C Sharp) - W3Schools

https://www.w3schools.com/cs/index.php

C# (C-Sharp) is a programming language developed by Microsoft that runs on the .NET Framework. C# is used to develop web apps, …

C# Guide - .NET managed language - C# | Microsoft Learn

https://learn.microsoft.com/en-us/dotnet/csharp/

Learn C# programming - for beginning developers, developers new to C#, and experienced C# / .NET developers.

C Sharp (programming language) - Wikipedia

https://en.wikipedia.org/wiki/C_Sharp_(programming_language)

The name "C sharp" was inspired by the musical notation whereby a sharp symbol indicates that the written note should be made a …

C# Tutorial - GeeksforGeeks

https://www.geeksforgeeks.org/c-sharp/csharp-programming-language/

Mar 23, 2026 · C# (pronounced C-sharp) is a modern, object-oriented programming language developed by Microsoft. It is widely …

C# Tutorial

https://www.csharptutorial.net/

This C# tutorial helps you learn C# programming from scratch and shows you how to apply C# to develop your next great application. …

Online C# Compiler (Editor) - Programiz

https://www.programiz.com/csharp-programming/online-compiler/

Write and run your C# code using our online compiler. Enjoy additional features like code sharing, dark mode, and support for …

C# Tutorial

https://www.tutorialspoint.com/csharp/index.htm

C# (pronounced "C-Sharp") is a simple, modern, general-purpose, object-oriented programming language developed by Microsoft …

C# Online Compiler (Editor / Interpreter) - W3Schools

https://www.w3schools.com/cs/cs_compiler.php

C# Compiler (Editor) With our online C# compiler, you can edit C# code, and view the result in your browser.

Learn C# Free - Interactive Course, Real Code | Coddy

https://coddy.tech/landing/csharp

Write and run real C# code in your browser. No Visual Studio install, no .NET SDK setup. Each lesson compiles your C# program …

Trending Now