Browse by Tags
All Tags »
.NET 2.0 (
RSS)
I recently had to investigate how to create satellite resource assemblies for assemblies that are strongly named. Some of the information was surprisingly poorly documented, and required some experimentation to figure out, so I'm posting the results in...
Here's one I wasn't expecting - a set of extensions for Visual Studio 2005 that provide some Orcas functionality now (alongh with a December CTP of the WinFX framework). The most interesting part is the WPF designer (code named "Cider"). I'm definitely...
One of my co-workers wanted to use a Windows Forms (2.0, in this case) TabControl as a way of swapping between sets of controls, but without display the actual tabs (controlling the switching entirely through code - a sort of swappable panel stack). After...
The MSBuild team has released a great new task, the AssemblyInfoTask. This task makes it easy to automatically update the assembly version numbers (both AssemblyVersion and AssemblyFileVersion, as well as other assembly information attributes) as part...
That's right, VS2005 has been posted for download. That groaning sound you hear is the MS servers being crushed under the load of too many downloads. So far Pro and Standard versions are up, as well as something called "Team Suite Trial Edition". Huh...
While converting our continuous integration process from Nant to MSBuild, I ran into a problem with unit tests. The build script runs our unit tests by calling the nunit-console.exe test runner with the Exec task. The tests reside in a number of assemblies...
More Posts