Browse by Tags

All Tags » C# (RSS)
The latest version of Quick Objects includes introduces some nice features, increasing its appeal for both enterprise and small-shop development. The core framework now supports bulk delete and update operations, previously only possible by dropping down...
Posted by twaldron | with no comments
Filed under: , ,
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...
A while back, Microsoft gave us the excellent Power Tools release for the database edition of VSTS 2005. One of the best things about this release was the Sequential Data Bound Generator , which allows the generation of specific values for lookup tables...
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: , ,