Best of C#August 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Earn a Free C# Certification from Microsoft and freeCodeCamp

    Microsoft and freeCodeCamp have teamed up to bring you a new free professional certification: the Foundational C# Certification. This professional certification includes 35 hours of training from Microsoft and an online certification exam. By the end of this process, you'll have earned your own verified certification that you can add to your Résumé, LinkedIn, or CV.

  2. 2
    Article
    Avatar of asayerasayer·3y

    An Introduction to Blazor

    Blazor is a cutting-edge web framework created by Microsoft. The term ‘Blazor’ is a fusion of ‘Browser’ and ‘Razor,’ the latter being a syntax within ASP.NET that facilitates the generation of dynamic web elements.

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

    Microsoft Kills Visual Studio for Mac -- Visual Studio Magazine

    Microsoft kills Visual Studio for Mac after a years-long effort to get the IDE up to par with the Windows version. Development problems caused VS 2022 for Mac to debut about six months after that Windows version last year. Support will officially end in one year, on Aug. 31, 2024.

  4. 4
    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.

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

    Background Tasks Are Finally Fixed in .NET 8

  6. 6
    Article
    Avatar of circleCircleCI·3y

    DevOps language trends 2023: Top tools used by elite software delivery teams

    DevOps language trends 2023: Top tools used by elite software delivery teams. Python leapfrogged JavaScript and Ruby to become the second-most commonly used language. Python is a fast-growing developer favorite due to its versatility, easy-to-read syntax, and extensive ecosystem of libraries and frameworks.

  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.