Browse by Tags

All Tags » Visual C# (RSS)

Compiling examples for consuming the REST Endpoints for WCF Service using Agatha by REA_ANDREW

I recently made two contributions to the Agatha Project by Davy Brion over on Google Code, and one of the things I wanted to follow up with was a post showing examples and some, seemingly required tid bits.  The contributions which I made where:...
Filed under: , , , ,

Programmatic WebControls – Variations of design by REA_ANDREW

I thought I would compose a short how to on programmatic web controls.  Often I have looked at the core set of controls within ASP.NET and wonder what design is required in order to get the design time mark up similar to that of the various controls...

Catching the exception from the ObjectDataSource Inserted Event by REA_ANDREW

One thing I was puzzled over today was that I could see the Exception property of the ObjectDataSourceStatusEventArgs but I could not seem to cast it into the Exception I was expecting.  After a little mooching around, and debugging the actual type...

.NET, Adobe Flash and Cross Domain Communication -How To AND How Not to LOL! by REA_ANDREW

  "Is SilverLight going to use Cross Domain Poilicies?"   I hope no one is thinking, "FLASH?!?! why not Silverlight!!"    If so I apologise lol, but a project I am working on, the client has clearly specified...

We should have a Shuffle function for the Array base class - like Java by REA_ANDREW

This is only my opinion of course and I am, like always, braced for someone to come along and say "There is one!" lol .  But at present I am not aware if there is one, so... I am just writing to display my attempt at one.  I think...

Delegate Chaining by REA_ANDREW

After a few questions I have taken part in, I have recently gone further into delegate chaining.  I have to say that I am, like most others things in C#, really impressed.  It kind of adds a horde of functionality to the facade design pattern...
Filed under: ,

Add object to Clipboard using C# in a couple of ways by REA_ANDREW

This is a simple example of using the ClipBoard to transport objects.  In this example I will generate a TreeNode and save it to a ClipBoard entry.  I will then retrieve this node, cast it and either add it to the root of the TreeView or add...
Filed under: ,

A version of a WinForms Rounded GroupBox with transparency by REA_ANDREW

I made something similar a while back and never did anything with it.  I started again today as usual because the interest took me lol.  So there are custom group boxes out there and I have seen a few on Code Project, but in this blog I have...
More Posts