Posts

Apex Part 1 - Getting Started with the Apex SDK

More than 14 years old

Create an MVVM application in minutes with the new Apex SDK! The video below shows this in action, see what you think. There is also an accompanying …

Come on MS - Improve MFC

More than 14 years old

Loads of developers still use MFC. OK - if you're writing a new project, MFC would not be a great choice. But what if you're maintaining a 1.5 million …
Read more

Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies.

More than 14 years old

Are you getting the error below when working with Silverlight projects? Could not load file or assembly 'System.Windows, Version=2.0.5.0, …
Read more

Create Item Templates in Visual Studio

More than 14 years old

Part 3 of my series on extending Visual Studio is now available on the CodeProject: …

Embedding a Console in a C# application

More than 14 years old

I have uploaded a new article on the CodeProject - embedding a Console in a C# Application. Here's a screenshot of the control in use: As always, …

Disabling Constraints with a Stored Procedure in Oracle

More than 14 years old

Sometimes you need to disable constraints on a Oracle Database. Why might this be? Well image the situation that you are exporting data into an …
Read more

SharpGL 2.0

More than 14 years old

SharpGL 2.0 has been released - hit the GitHub site to get it: https://github.com/dwmkerr/sharpgl Some new features: Full support for all OpenGL …
Read more

Using imp or exp as a SYSDBA

More than 14 years old

One of the things that I regularly forget is the syntax for running imp or exp for Oracle and specifying a SYSDBA user. As a quick hint, here's the …

Debugger:: An unhandled non-continuable exception was thrown during process load

More than 14 years old

The following exception can be a very tricky one to deal with: Debugger:: An unhandled non-continuable exception was thrown during process load here's …
Read more

Switch

More than 14 years old

I have written the second article in my series on Extending Visual Studio. In this article I describe how to create a Visual Studio Addin that allows …
Read more