Vagif Abilov's blog on .NET

Browse by Tags

All Tags » Solution » Visual Studio (RSS)
Introducing Solution Maker 2.0: new features and support for Visual Studio 11
A couple of years ago I wrote a utility that could scan directories and generate solution files (I blogged about it here and here ). I called it Solution Maker and later made its source available at BitBucket . I received feedback from users that helped...
Using T4 templates to manage assembly version information
I wanted to configure version information generation for some .NET projects. It’s been a long time since I investigated available options, so I searched around hoping to find some simple way of doing this. What I’ve found didn’t look very encouraging...
First look at NDepend 3.0
I installed to today the latest version of NDepend and gave it a try. Last time I blogged about NDepend , I used it on a small solution, and while the generated report was full of useful information, I did not use the product at full strength, because...
Utility to generate solution files can now create solution folders
If somebody wants more from the program you wrote, it’s a good sign. It means that at last you did something useful :-) Recently my colleague mentioned that the utility that I wrote to generate project solution file should support creation of solution...
Utility to generate Visual Studio solution file for a group of projects
I wanted to analyze our company projects with NDepend and ran NDepend on a couple of our solutions. While it produced very interesting reports (I will try to cover results of NDepend analysis in one of my following posts), I've found that the solution...