Best of .NETMarch 2023

  1. 1
    Article
    Avatar of devblogsDevBlogs·3y

    Announcing TypeScript 5.0

    TypeScript 5.0 introduces new features, optimizations, and breaking changes. It brings many new features, while aiming to make TypeScript smaller, simpler, and faster. Some of the optimizations include improved performance and reduced package size. There are also breaking changes in the library definitions and API. Overall, TypeScript 5.0 provides developers with a more efficient and powerful tool for building JavaScript applications.

  2. 2
    Article
    Avatar of devblogsDevBlogs·3y

    How Async/Await Really Works in C#

    Learn how async/await works in C# and how it improves the scalability of .NET code. Understand the difference between synchronous and asynchronous methods and how they are implemented using the async/await pattern.

  3. 3
    Article
    Avatar of bartwullemsThe Art of Simplicity·3y

    The lost art of writing SQL queries

    Most (junior) developers no longer are able to write anything but the most trivial queries. If you want to sharpen your SQL skills, have a look at https://www.sql-practice.com/. Here you get a whole list of exercises that require writing SQL queries. If you get stuck hints are available that help you get on the right track.