bricelam / bricelam.github.io

Highlighting some of my more technical adventures
bricelam.net
3 stars 2 forks source link

T4 and EF Core Reverse Engineering #38

Closed utterances-bot closed 1 year ago

utterances-bot commented 2 years ago

T4 and EF Core Reverse Engineering | Brice’s Blog

I’m a huge fan of T4–the underutilized templating engine that ships as part of Visual Studio.

https://www.bricelam.net/2020/02/03/t4-and-efcore.html

cerkit-spd commented 2 years ago

Thank you. Exactly what we needed. I was sad when someone once told me (just before I was about to present to a room full of people about the benefits of using T4 for code generation) that T4 was being deprecated. It seems very much alive to me. This will definitely invigorate our workflow. Thanks again.

bricelam commented 2 years ago

@cerkit-spd Be sure to follow the latest updates for 7.0 on https://github.com/dotnet/efcore/issues/4038. Especially take a look at my latest PR https://github.com/dotnet/efcore/pull/27565 which will be included in Preview 3 (April).