Omer van Kloeten's .NET Zen

Programming is life, the rest is mere details

News

Omer van Kloeten's Facebook profile

Get Firefox

.NET Resources

Articles :: CodeDom

Articles :: nGineer

Culture

Projects

Browse by Tags

All Tags » Tools: Misc (RSS)
SQL Server 2005 Analysis Services's ADOMD.NET Connection Pooling, or Lack Thereof
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...
Releasing My Code Snippet Repository
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...
Windows Forms' GenerateMember
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
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...
Fast Generic Dynamic Property Access with C# - Now With 10% More Awesome!
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...
CodeDom Reflection Generator
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...
NStatic
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...
Property Snippets
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...
Visualizers Returns
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...
Visualizers
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 »