.NET Nakama

Improving your .NET skills

Recent Posts

  • June 04, 2022

    Top 9 Skills Every .NET Developer Must Have

    Being a .NET developer is more than just knowing how to code. Here are some of the top skills you need to start your.NET developer career.

  • May 04, 2022

    One step beyond by using .NET Collections to its fullest

    .NET provides several collections namespaces that provide great flexibility when working with groups of objects. You'd better to start to read this article. To the rockin'est, collections namespaces of .NET (generic, concurrent, and immutable). One step beyond! 😁

  • April 04, 2022

    Must-Know Concepts Related to LINQ and IEnumerable

    Understanding LINQ and IEnumerable can be quite challenging because they involve several concepts. Read this article to learn more about boxing and unboxing, extension methods, anonymous functions, lambda expressions, and more to level up 💪 🆙.

  • March 04, 2022

    Understanding the .NET Language Integrated Query (LINQ)

    LINQ provides powerful unified query syntax to query different data sources (e.g., SQL, XML, ADO.NET Datasets, Objects, etc.) that any .NET developer should know. Let's learn about the LINQ architecture and technologies, query syntaxes, execution types, and query operations.

  • February 04, 2022

    .NET IdempotentAPI 1.0.0 Release Candidate

    .NET IdempotentAPI 1.0.0 (Release Candidate 1) is released with many improvements 🎉✨. If concurrent requests, idempotency keys, and caching give you a headache, then it is time to try the open-source IdempotentAPI NuGet library 😉.