C#


C# (C sharp) is a modern, object-oriented, and type-safe programming language rooted in the C language family, making it approachable for C, C++, and Java developers.

VSCode Avalonia Extension Download .NET Runtime Issue

How to fix Avalonia VSCode issue


String Comparison by Ignoring Case in C#

How to compare two string values while ignoring case sensitivity in C#


Base64 String Encoding and Decoding in C#

How to convert plain text string to base64 encoded string and vice versa in C#


'Hello, World!' Program in C#

The first baby step in C# programming: print Hello, World!


Save C# Image Object into Oracle BLOB

How to save Image in C# bytes into Oracle BLOB and use it later


Complete C# String Hash Functions

Generate message digest with MD5, SHA1, SHA256, SHA384, and SHA512 hash algorithms by using System.Security.Cryptography library.


Solving Sharepoint ClientContext Socket Exception in C#

How to prevent SocketException 'Address Already in Use' when using Sharepoint CSOM


Running Your First ASP.NET Core Web App with MySQL on Ubuntu 16.04

Beginner guide on how to integrate MySQL database into ASP.NET Core project with Identity and host it on Ubuntu Server


Camera Face Detection in C# using Emgu CV and WPF

Detecting faces from an image is simple with the power of Emgu CV, wrapper of OpenCV in .NET


Load External Image into WPF using OpenFileDialog

A simple WPF control implementation to browse and load an image into the app


‹ Prev
Page 2 of 3
Next ›