Best of C ProgrammingApril 2024

  1. 1
    Article
    Avatar of watercoolerWatercooler·2y

    Who

    Discover similar articles, compare versions, and find more information about dotnet and dotnet-core.

  2. 2
    Article
    Avatar of dotnet.NET Blog·2y

    Refactor your C# code with primary constructors

    Learn how to refactor your C# code using primary constructors to reduce boilerplate code and improve readability.

  3. 3
    Article
    Avatar of mwaseemzakirWaseem .NET Newsletter·2y

    EP 57 : How can you make your password more secure?

    The post discusses different approaches to make passwords more secure, including using salt, peeper, and multiple iterations of hashing.

  4. 4
    Video
    Avatar of communityCommunity Picks·2y

    competitive programming is killing C++

    The post discusses how competitive programming is impacting the use of C++, and emphasizes the importance of exploring the language beyond just competitive coding. It also introduces several frameworks and libraries in C++ that readers can explore.

  5. 5
    Video
    Avatar of communityCommunity Picks·2y

    BestJS 1.0 is here

    The post discusses the development of a new JavaScript runtime called BestJS, its performance benchmarks, and layers of implementation involving IO and events, co-routines, and JavaScript.

  6. 6
    Article
    Avatar of codemazeCode Maze·2y

    How to Create a Zip File in Memory In C#

    Learn how to create Zip files in memory using C# and transmit them via a REST API. Understand the benefits and use cases of in-memory Zip files.

  7. 7
    Article
    Avatar of lobstersLobsters·2y

    C isn’t a Hangover; Rust isn’t a Hangover Cure

    The post discusses the risks of memory safety issues in C and C++ code, the reasons why people don't switch from C to other languages, and the role of C in the embedded systems industry.

  8. 8
    Article
    Avatar of codemazeCode Maze·2y

    Using Property Mappings in AutoMapper To Define Mapping Rules

    This post explores the usage of AutoMapper and how to define property mappings in order to streamline object mapping and minimize errors in .NET development.

  9. 10
    Article
    Avatar of telerikTelerik·2y

    ASP.NET Core Basics: Getting Started with LINQ

    Learn how to use LINQ in ASP.NET Core for efficient data manipulation. Find out how LINQ can simplify querying and transforming data, and how it is commonly used with databases.