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

C# is the modern, open-source, cross-platform object-oriented programming language for the .NET developer platform with free tools …

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/

C# language documentation The C# guide contains articles, tutorials, and code samples to help you get started with C# and the .NET …

C Sharp (programming language) - Wikipedia

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

The Ecma standard lists these design goals for C#: [1] The language is intended to be a simple, modern, general-purpose, object …

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.csharptutorial.net/

This C# tutorial helps you master C# programming from scratch and shows you how to apply C# programming effectively.

C# Syntax - W3Schools

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

C# Syntax In the previous chapter, we created a C# file called Program.cs, and we used the following code to print "Hello World" to …

CSharp.com - Master C# Programming | Tutorials, Documentation

https://csharp.com/community

Your comprehensive resource for C# programming. Learn with tutorials, explore documentation, discover best practices, and join our …

C# Tutorials: Learn C# Step-by-Step

https://www.tutorialsteacher.com/csharp

Learn C# step by step from basics to advanced topics including OOP, generics, collections, delegates, SOLID principles, and design …

Learn C# Programming

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

C# (pronounced "C Sharp") is a versatile programming language developed by Microsoft that is widely utilized across enterprise-level …

Trending Now