Mixing Paradigms Using the Latest C# Language Features - Zoran Horvat - NDC Porto 2022

Поділитися
Вставка
  • Опубліковано 19 лип 2022
  • Mixing functional programming and metaprogramming into good-old object-oriented C# is not new. Still, so many programmers don't see it clearly yet: Those paradigms are not additions to an established programming model; they are genuine parts of a unified programming method, support for which is progressively being added to the C# programming language.
    In this session, we will demonstrate use of latest functional additions to C# - records, tuples, deconstruction, nullable reference types, LINQ, extension methods, and a few others - which will be integrated with object-oriented and even procedural elements into a unified design which effectively solves a practical problem.
    Check out more of our featured speakers and talks at
    www.ndcconferences.com
    ndcporto.com

КОМЕНТАРІ • 10

  • @jordanfarr3157

    Whaaaaat! I didn't know you did NDC talks!

  • @shawnl1155
    @shawnl1155 2 роки тому +4

    Thanks for this Zoran. For next time, I personally would prefer a business application example since I got confused with the game example early on and tried to think of business use cases after.

  • @nickbarton3191
    @nickbarton3191 Рік тому +1

    Brilliant but he's from a different planet.

  • @user-fs3qr5yg7e

    hi i enjoyed your presentation and really want to deepen my understanding of the functional approach presented here. any chance we can get the source of the presentation it really would help me understand how all fits together. thanks zoran!

  • @MehmeterTem5534
    @MehmeterTem5534 2 роки тому

    38:34