.NET
Blank lines in files generated by T4 templates
Why does my T4 text template (.tt) generate a code file full of empty lines?
.NET
Why does my T4 text template (.tt) generate a code file full of empty lines?
.NET
A current project I'm working on uses Unity to do dependency injection which has created a little bit of a challenge. Much of this code was architected and built several years ago, and generally follows a repository/DAO pattern where: A static InjectionContainer class holds a reference to
.NET
I had to support a legacy Web Forms application and while in the process of cleaning up several existing UserControls I had to explain to another developer exactly why using the ViewState to store custom properties wasn't worse than the current solution - which was, on every page
.NET
I had a few methods in a project that implemented some business logic that I wanted to be able to test from another project, but that weren't public. So how can I test them? Well... A testable method should be relatively self-contained. It should take a set of