Tag: csharp

12 posts
Embedding Servo in Avalonia

Embedding Servo in Avalonia

For fun and not-for-profit

Apr 7, 2026

Cycle Detected in C# File Based Apps

What to do if you run into cycle detected errors in C# file-based apps

Jan 5, 2026

OAuth In The MCP C# SDK: Simple, Secure, Standard

Walkthrough of the new OAuth 2.0 and RFC 9728 PRM support shipped in the official MCP C# SDK, with sample code for protected MCP server authorization in .NET.

Jul 6, 2025

Extracting Icons From A Windows DLL Or EXE With C#

Extract icon resources from Windows DLL and EXE binaries to a local folder using C# and the Win32 API via P/Invoke.

Dec 7, 2024

How I Automated My Vaccine Appointment Search

Reverse-engineer the BC vaccination booking site's API and build a C# poller that surfaces newly opened appointment slots near a given location.

May 15, 2021

Tracing Azure SDK for .NET

Feb 4, 2020

Serverless Machine Learning with ML.NET and Azure Functions

Aug 21, 2018

Deploy .NET Machine Learning Models with ML.NET, ASP.NET Core, Docker and Azure Container Instances

May 11, 2018

Transcribing Podcasts with Microsoft Speech API

Feb 11, 2018

Real-Time Sentiment Analysis with C#

Jan 18, 2018

Client Credentials Authorization in C#

Dec 25, 2017
Henrique Dias icon
Henrique Dias
hacdias.com

Differences Between C, C++ and C#

There is one thing in common with the languages C, C++ and C#: their first letter. The fact of their name be similar makes some people think that these languages are almost the same thing. But… is it true? Are there any more similarities between these languages beyond their name?

Oct 31, 2016