Best of C ProgrammingAugust 2023

  1. 1
    Article
    Avatar of dotnet.NET Blog·3y

    Announcing the New Foundational C# Certification with freeCodeCamp

    The Foundational C# Certification is completely free, globally available, and includes a full 35-hour C# training course hosted on Microsoft Learn. FreeCodeCamp is a charity that creates free learning resources for math, programming, and computer science. The certification is not just a badge, but a mark of quality education.

  2. 2
    Article
    Avatar of newstackThe New Stack·3y

    Bram Moolenaar, Author of the Open Source Vim Code Editor, Has Died

    Bram Moolenaar, Author of the Open Source Vim Code Editor, has died after a brief illness. Vim was based on Unix’s Vi, a screen-oriented text editor created by Bill Joy that proved to be immensely popular.

  3. 3
    Article
    Avatar of asayerasayer·3y

    Unlock high performance with WebAssembly

    WebAssembly is a compact binary instruction format that acts as a virtual machine within web browsers. It can execute code written in various programming languages, including C, C++, Rust, and more. This article will explore the features, advantages, and use cases of WebAssembly, as well as the development workflow and tools that support it.

  4. 4
    Article
    Avatar of discdotDiscover .NET·3y

    Background Tasks Are Finally Fixed in .NET 8

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    The C Programming Handbook for Beginners

    The C Programming Handbook for Beginners C is one of the oldest, most widely known programming languages. It aims to teach you C programming fundamentals and is written with the beginner programmer in mind. There are no prerequisites, and no previous knowledge of any programming concepts is assumed.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    Go 1.21 Release Notes

    Go 1.21 introduces a small change to the numbering of releases. Most of its changes are in the implementation of the toolchain, runtime, and libraries. The new functions and compute the smallest (or largest) function deletes all elements from a map or zeroes all elements of a slice.

  7. 7
    Article
    Avatar of codemazeCode Maze·3y

    Techniques for Sorting a List in C#

    Techniques for Sorting a List in C# - Code Maze In this article, we will explore different techniques for sorting a list. The C# language provides us with a variety of ways in which we can accomplish this task. We will also implement our own custom class which will allow us to maintain a list of data in a sorted fashion.