Browse by Tags
All Tags »
Tools: Misc (
RSS)
First of all, if you've come here looking for how to activate connection pooling when using SSAS 2005 via ADOMD.NET, you're in for a little surprise - there is none by design . Loading a new connection can take up a long time, since with every new session...
Whenever I teach classes or do demos, I get asked about the C# code snippets I use in Visual Studio, so I decided to release them, if anyone would like to use them. I've created a project on CodePlex and I'll try to update it whenever I write a new one...
A little known, as far as I can tell from asking around, yet extremely useful property in the Windows Forms designer's property grid is GenerateMember . Defaulting to true , it decides whether a control/component gets declared as a field on the form ...
Duck Typing is a very nice mechanism and Guenter Prossliner's article does it justice by introducing it to .NET with NDuck. Duck Typing is a way to create a strongly typed wrapper at runtime that would take a type and 'force it' to implement an interface...
After reading James Nies's great piece, Fast Dynamic Property Access with C# , which gives a great performance alternative for repetative reflection tasks, I started reading the comments and found two forks from it, one for more than just properties by...
As a step to further promote correct writing of generators using CodeDom, I've created a utility that takes an entire assembly and creates typed methods that create every type in it, invoke every method, reference every member, etc.. Now wait a second...
In Specifications and More on Specifications , Wesner Moise talks about some of the features in his upcoming tool NStatic , which is a static analysis tool for .NET. I've been following Wesner for a couple of years now, being especially interested in...
After commenting on EricG's post , I decided I'd post a couple of code snippets I altered a while back for Visual Studio 2005. I have altered the prop and propg snippets so that they explicitly reference the fields using the this keyword . I think it...
I really liked the results of my previous experiment and have created another one. This time, it's for those of you out there who dabble in colors: The System.Drawing.Color Visualizer The visualizer shows the color and an underlay color to compare to...
I really like the idea of visualizers that has been implemented in Visual Studio 2005 and have wanted to write some for quite some time. So I have added to the mix another passion of mine - CodeDom and therefore present: The CodeDom Visualizer The Visualizer...
More Posts
Next page »