Blog Timeline

Agile Principles

  • Wednesday, March 4, 2015
  • by hbopuri

1. Our highest priority is to satisfy the customer through early and continuous delivery of valuable software. 2. Welcome changing requirements, even

Create a Visual Studio Solution file dynamically

  • Thursday, February 12, 2015
  • by

This code snipped will help a scenario when you have a bunch of C# projects that you want to add to a single solution file. You can add each project to your solution manually, but that will be tedious. The below code snippet will scan all C# project files in the recursive directories and add those to a solution file. This will save a lot of time. //solutionName = "mySol.sln"; give a solution name with extension

Search

Latest Posts

  • Agile Principles

    Read more
  • Create a Visual Studio Solution file dynamically

    Read more
  • Never do in code, what you can get the SQL Server to do well for you

    Read more