Browse by Tags

All Tags » C# » Tips-n-Tricks (RSS)
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...
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: , ,