Adobe SVG Viewer in .NET WinForms
I was working on a C# WinForms project where I had to embed the Adobe SVG Viewer in my form. The only distribution available comes in the form of an…
Read up on .NET news, tips, cautions... and other areas of technological interest.
I was working on a C# WinForms project where I had to embed the Adobe SVG Viewer in my form. The only distribution available comes in the form of an…
The .NET Framework comes with a large set of image manipulation libraries. Generating thumbnail images becomes very easy. But image pixelation, if it were a feature, is turned on by…
I implemented Dijkstra’s algorithm using C# for a Computer Science course. I implemented it in a generalized way, that still allows for optimization by the consuming code. I release the…
So I have been applying NHibernate.Generics to all my projects. I have learned some valuable lessons. NHibernate has always warned that all entity classes should implement their own Equals and…
I’m working on a ward photo directory project, for which I needed a web client scripting library. The idea was to be able to programmatically masquerade as a web browser,…
I wrote a managed C# wrapper for the spssio32.dll library that comes with SPSS. It exposes most of the functionality of spssio32.dll for .NET use. All the memory management required…
The EMAR project that I have been working on for about four years is finally getting a (decent) new name. NAssess. This is in preparation for releasing EMAR with the…
After ignoring the advice to use Ruby 1.8.2 instead of the more recent 1.8.3, I got the “uninitialized constant Mysql” error and decided to downgrade. With Gentoo, this was very…
Have you ever heard of a product called Ants Profiler by Red Gate? An absolutely phenomenal product for profiling .NET code. At the time of this writing, it runs at…
I have already blogged about how to get FreeTextBox 3.0.x working without an aspnet_client subfolder with its hundreds of files. FreeTextBox has seen several revisions since that post, and amazingly…