Jason Bock
http://twincitiescodecamp.com
Jason Bock is a Developer Advocate at Rocket Mortgage and a Microsoft MVP (C#). He has nearly 30 years of experience working on several business applications using a diverse set of frameworks and languages. He's the author of “.NET Development Using the Compiler API,” “Metaprogramming in .NET,” and “Applied .NET Attributes.” He's written numerous articles on software development issues and has presented at a number of conferences and user groups. He's a leader of the Twin Cities Code Camp (https://twincitiescodecamp.com/) and holds a master's degree in Electrical Engineering from Marquette University.
Detailed Biography
Jason Bock is a Developer Advocate at Rocket Mortgage and a Microsoft MVP (C#). He has nearly 30 years of experience working on several business applications using a diverse set of frameworks and languages. He's the author of “.NET Development Using the Compiler API,” “Metaprogramming in .NET,” and “Applied .NET Attributes.” He's written numerous articles on software development issues and has presented at a number of conferences and user groups. He's a leader of the Twin Cities Code Camp (https://twincitiescodecamp.com/) and holds a master's degree in Electrical Engineering from Marquette University.
Articles Authored
-
Writing Code to Generate Code in C#
Last updated: Thursday, December 14, 2023
Published in: CODE Magazine: 2023 - May/Jun
Jason tells you how to use C# 9 "source generators" that generate new code during the compilation process, allowing developers to eliminate repetitive tasks and improve application performance.