Mercury Business Framework Source

Posted by DeltaWolf7 | Posted in Project News | Posted on 18-02-2011

Tags: , , ,

0

Mercury business framework is available for download on CodePlex

V1.0.0.6 Delta’s Data Access Layer Released

Posted by DeltaWolf7 | Posted in Project News | Posted on 17-02-2011

Tags: , , , , , ,

0

The latest version of my data access library has been release to CodePlex

CodePlex

WPF Cross thread example added

Posted by DeltaWolf7 | Posted in Random Content | Posted on 16-02-2011

Tags: , , , , ,

0

I have added a good example of how to update a control in WPF from a thread.

View the example here

Google Code (Data Access Layer)

Posted by DeltaWolf7 | Posted in Project News, Site News | Posted on 01-12-2010

Tags: , , ,

0

The first of many moves to open source has begun with my generic data access layer for custom .Net objects.

You can download it and the source from Google Code

Resizing a Bitmap image with C#

Posted by DeltaWolf7 | Posted in Site News | Posted on 18-08-2009

Tags: , ,

0

I have written an example that shows how you can resize a Bitmap image using C#

View it here

Basic Encryption/Decryption Example C#

Posted by DeltaWolf7 | Posted in Project News | Posted on 22-07-2009

Tags: , ,

0

I have just added a new code snippet to the site, one that deals with simple encryption/decryption of strings.

View here