ADO.NET: what did you just say?
I need to do some processing when rows are deleted from my DataTable. One would think it should be easy: after all, you have RowDeleting and RowDeleted events, that should […]
I need to do some processing when rows are deleted from my DataTable. One would think it should be easy: after all, you have RowDeleting and RowDeleted events, that should […]
I was preparing for a presentation on MEF, and I stumbled upon this sentence: catalog.Catalogs.Add(new DirectoryCatalog(“C:\\SimpleCalculator\\SimpleCalculator\\Extensions”)); “This absolute path is for debugging purposes only. In a production application, you would […]
OK, I filed it. Let’s see what happens now.
Stumbled upon an interesting situation in NAnt, which may inspire some philosophical thought on what “to exist” really means. We run a NAnt build script from our program and set […]
It is well known in some circles that Turkish locale has unusual capitalization rules that may break otherwise solid code (e.g. see here: “Turkish Java Needs Special Brewing“). In a […]
I had the following problem: my project wsa configured for continuous integration with CruiseControl.NET. It shares source control tree with some frequently updated scripts that are not really related to […]
I am writing a plugin-hosting WPF application. For variety of reasons I have to put plugin-ins into their own app domains. To name just a few: – plugin unload is […]
Here’s the weirdness in a nutshell (more details later). I have a host-plugin situation. The plugin is created in its own app domain. It does not have access to host […]
Here’s the exception I received today: System.Reflection.ReflectionTypeLoadException. Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Isn’t it lovely? Do the authors […]
A couple of weeks ago I have found time to download release version of Windows 8 from MSDN that was available since August 15th. I installed in a virtual machine […]