Omer van Kloeten's .NET Zen

Programming is life, the rest is mere details

News

Omer van Kloeten's Facebook profile

Omer has been professionally developing applications over the past 8 years, both at the IDF’s IT corps and later at the Sela Technology Center, but has had the programming bug ever since he can remember himself.
As a senior developer at NuConomy, a leading web analytics and advertising startup, he leads a wide range of technologies for its flagship products.

Get Firefox


powered by Dapper 

.NET Resources

Articles :: CodeDom

Articles :: nGineer

Culture

Projects

Browse by Tags

All Tags » Tools: Misc (RSS)
HTML to JavaScript HTML DOM Converter
One of our products demands converting quite a large amount of HTML to equivalent scripts, written in JavaScript that create said HTML. Looking around the Internet, I found no tool that will automate this process for me, so I went ahead and created this...
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...
More Posts Next page »