DCSIMG
Tools: Misc - עומר.נט

Browse by Tags

All Tags » Tools: Misc (RSS)

HTML to JavaScript HTML DOM Converter

Posted Dec 18 2008, 06:20 PM by עומר ון קלוטן  

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 simple little application. I've written it...

SQL Server 2005 Analysis Services's ADOMD.NET Connection Pooling, or Lack Thereof

Posted May 27 2008, 11:33 AM by עומר ון קלוטן  

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 to the database, all of the metadata...

Releasing My Code Snippet Repository

Posted Dec 15 2007, 01:40 AM by עומר ון קלוטן  

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 or update the old ones. Nothing to release...

Windows Forms' GenerateMember

Posted Apr 12 2007, 05:05 PM by עומר ון קלוטן  

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 ( true ) or as a local variable in the InitializeComponent...