Leaning Into Windows

Kathleen Dollard's view of life and .NET development

Browse by Tags

All Tags » Code Generation » Design (RSS)
Isolating Metadata
In code generation, metadata is the information about your application, generally about your database and definitions to express your data as business objects. If you use Entity Framework, your metadata is the edmx file which is displayed via the designers...

Posted by Kathleen | 1 comment(s)

Why You Care About System.AddIn
When I was fighting with AppDomains to support XML Linq code generation in my new Workflow based code generator, Bill McCarthy said “Hey did you look at System.AddIn” and I said “No, silly I’m not writing add-ins.” Well, a few months later, I’m still...

Posted by Kathleen | with no comments