Andrew Rea
C# & ASP.NET Developer BLOG
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET 3.5
ActionScript 3.0
Agatha
ASP.NET
ASP.NET MVC
ASP.NET.NET MVC
AutoMapper
Business Objects
C#
CQRS
CSS
Custom Controls
Data Bound Controls
Extension Methods
Flash
HTML
IIS
Javascript
LINQ to XML
Multi Threading
NUnit Tests
Security
Semaphore
Shortcut Keys
Silverlight
Skype
SQL Server 2005
Thread Syncronization
TQL
Visual C#
Visual Studio
WCF
Web Controls
Win Forms
Win Forms C#
Windows Live Writer
Sponsors
advertise here
News
Books I am reading at present
Books I am purchasing next
Navigation
Home
Blogs
Archives
October 2010 (1)
August 2010 (1)
July 2010 (3)
June 2010 (1)
May 2010 (1)
March 2010 (3)
February 2010 (1)
December 2009 (3)
August 2009 (2)
March 2009 (6)
February 2009 (3)
January 2009 (5)
November 2008 (2)
October 2008 (1)
September 2008 (1)
August 2008 (4)
July 2008 (2)
June 2008 (3)
May 2008 (7)
April 2008 (7)
March 2008 (4)
February 2008 (10)
January 2008 (3)
Browse by Tags
All Tags
»
Visual C#
(
RSS
)
.NET 3.5
ActionScript 3.0
Agatha
ASP.NET
Business Objects
C#
Custom Controls
Data Bound Controls
Flash
Javascript
Silverlight
WCF
Web Controls
Win Forms
Win Forms C#
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:
C#
,
Visual C#
,
.NET 3.5
,
WCF
,
Agatha
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...
Filed under:
Data Bound Controls
,
ASP.NET
,
C#
,
Custom Controls
,
Visual C#
,
.NET 3.5
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...
Filed under:
ASP.NET
,
Web Controls
,
Win Forms
,
Win Forms C#
,
C#
,
Visual C#
,
Business Objects
.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...
Filed under:
Javascript
,
C#
,
Visual C#
,
Silverlight
,
.NET 3.5
,
ActionScript 3.0
,
Flash
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...
Filed under:
Win Forms
,
Win Forms C#
,
C#
,
Visual C#
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:
C#
,
Visual C#
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:
C#
,
Visual C#
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...
Filed under:
Win Forms
,
Win Forms C#
,
C#
,
Custom Controls
,
Visual C#
More Posts