1:11:52
C# Source Generators – Why and How
In this recorded Live! 360 session, you'll learn how C# source generators work, why they matter, and how they can dramatically ...
24:31
Роман Щербаков «C# 9.0 Source Generators»
Курс молодого бойца по кодогенерации и метапрограммированию! Слайды: ...
59:13
Андрей Дятлов — Source generators v2.0 — инкрементальные генераторы
DotNext — конференция для .NET‑разработчиков
Подробнее о конференции DotNext: https://jrg.su/3WmFRE — — С появления генераторов в С# прошло меньше года, но их ...
1:12:29
Andrey Dyatlov — Source Generators in Action
DotNext — конференция для .NET‑разработчиков
Learn more about the DotNext conference: https://jrg.su/3WmFRE — — C# 9 will bring us the long-awaited ability to integrate ...
55:18
Code that writes code - .NET Source generators - Glenn F. Henriksen - NDC London 2026
This talk was recorded at NDC London in London, England. #ndclondon #ndcconferences #developer #softwaredeveloper Attend ...
27:59
All About C# Source Generators | .NET Conf 2023
While using Reflection is still a necessary tool for any developer. The Roslyn source generators are a compelling way to write ...
26:52
Make you C# code generate itself with Source Generators! | #1
In this tutorial, I'll walk you through the basics of creating and using Roslyn Source Generators in C#. While the example project ...
48:58
Introduction to C# Source Generators, a comprehensive development guide covering the process of creating source generators in ...
1:15:06
Андрей Дятлов «Source generators v2.0 — инкрементальные генераторы»
С появлением генераторов в С# прошло меньше года, но их популярность в сообществе уже позволила найти ...
29:00
Using Source Generators for Fun (and Maybe Profit)
One of the features added in C# 9 is called "source generators", enabling a developer to create new code at compile time.
51:31
Code that writes code - .NET Source generators - Glenn F. Henriksen - NDC Copenhagen 2025
This talk was recorded at NDC Copenhagen in Copenhagen, Denmark. #ndccopenhagen #ndcconferences #developer ...
13:44
Episode 29 - Source Generators
On today's video we will be creating a C# Source Generator from scratch. C# source generators allow you to inject code directly ...
0:25
Why C# Source Generators Matter in Real Projects
Learn how C# source generators eliminate boilerplate and keep code automatically in sync in real world applications.
11:38
Unity Metaprogramming: Reflection, Source Generators, IL Weaving
Reflection, Roslyn Source Generators, IL Weaving, and Reflection.Emit are the most popular metaprogramming techniques you ...
38:32
Source Generators are a new C# feature currently in preview that runs during compilation and can inspect your program to ...
2:45
Source Generators in C# and .NET for Beginners
Roslyn Source Generators are Complex (but full of endless possibilities) Full link to the post is here: ...
21:19
Never send a Human to do a Machine's Job
Improve performance in Unity by leveraging the power of Roslyn for compiling Source and Incremental generators, and building ...
11:40
C# Source Generator by example
C# Source Generator by Example Source Generators are a powerful feature in C# that allow you to generate code at compile time ...
58:29
Code that writes code - .NET Source generators - Glenn F. Henriksen - Azure Dev Summit 2025
This talk was recorded at the Lisbon Exhibition and Congress Centre in Lisbon, Portugal. #azuredevsummit #ndcconferences ...
47:49
In this video we talk about the new .NET 5 feature source generators. We go over an example of where they could be used ...