C++ Metaprogramming: Variadic Templates & Fold Expressions-Now with 100% Less Headaches | HackerNoon
Variadic templates greatly simplify the process of creating functions and classes that can accept a variable number of template arguments, transforming generic code development.
Entity Framework 8 - Partial Classes Tricks You Should Know About | HackerNoon
In EF 8, generating classes directly from the database can lead to loss of customizations when the model is regenerated; partial classes offer a solution to this issue.
The new feature called 'nullable reference types' makes two mistakes by focusing on non-nullable variables, which have always been part of C#, misleading developers.