Browse by Tags

All Tags » Tips-n-Tricks (RSS)
In order to integrate VSTS 2008 Database Edition fully into your development lifecycle, one thing you will probably want to do is kick off a data generation plan automatically during certain activities. Luckily, this is built into some scenarios, like...
Updated: Now that the Power Tools for VS2008 have been released , I recommend that you use the Sequential Databound Generator, FileBound Generator , and Data Generation Wizard for these scenarios. A while back , I put up a sample implementation of a custom...
Download source files for this post - includes some extra files for supporting techniques in this article Recently, I've been working a lot with VSTS DB Edition, in the hopes of fully-integrating database projects in my day-to-day development and...
In Visual Studio 2005, if you have a solution open, with only one project attached to it, the solution file is not visible in the Solution Explorer window. This can be slightly annoying, since right-clicking the solution file from this window is a quick...
Posted by twaldron | with no comments
Here is a quick and easy way to determine the version of the framework, under which an assembly was compiled (code written using SnippetCompiler ): using System; using System.Collections.Generic; using System.Reflection; public class MyClass { public...
Posted by twaldron | with no comments
Filed under: , ,