Over the past year, I’ve done a lot of .NET DD4T development. I remember back what I started writing some Razor views, my initial thought was “I really wish I had intellisense on my Model.” Back then, my naïve solution was to write a code generator to basically write hard coded POCO models that populated the Properties in the Constructor. I’ve used that a couple times with mixed results, but recently I started wondering “isn’t there a better way to do....