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
ASP.NET
ASP.NET MVC
Business Objects
C#
CSS
Custom Controls
Data Bound Controls
Extension Methods
Flash
HTML
Javascript
LINQ to XML
Multi Threading
NUnit Tests
Security
Semaphore
Shortcut Keys
Silverlight
Skype
SQL Server 2005
Thread Syncronization
TQL
Visual C#
Visual Studio
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
August 2008 (4)
July 2008 (2)
June 2008 (3)
May 2008 (7)
April 2008 (7)
March 2008 (4)
February 2008 (10)
January 2008 (3)
April 2008 - Posts
0
Comments
Another few useful JavaScript functions when working with file and directory paths
by
REA_ANDREW
Whilst working on a project recently, I was having to deal with physical file locations. In .NET there is the extremely useful object Path, which yields very useful static functions for formatting filenames and directory names etc... What...
Filed under:
Javascript
1
Comments
Creating a Regular Expression Evaluator Program - Part 2
by
REA_ANDREW
So I thought I would move straight onto an update to this Regular Expression Evaluator tool. What I have done code wise is only 2 lines, but for functionality and ease of use, I have added three tabs, three text boxes and another button. ...
Filed under:
Win Forms C#
0
Comments
Windows Live Writer : Little JavaScript for Code Display
by
REA_ANDREW
OK in my previous post towards the end I noticed a little config button on one of the plugins in Windows Live Writer. So the plug in I am referring to is Syntax Highlighter Version 1.0.9.0 from http://wlwplugins.com/syntax-highlighter-code-formatting...
Filed under:
Javascript
,
Windows Live Writer
1
Comments
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#
1
Comments
Creating a Regular Expression Evaluator Program
by
REA_ANDREW
In this blog I want to display how easy it is to create a simple Regular Expression Evaluator tool, which will come in real handy when you want to create a regular expression. There are commercial ones out there, but I get by with this one. ...
1
Comments
NUnit Testing and Custom .NET Configuration File
by
REA_ANDREW
I got hit with this problem, not so long ago. I was testing a project I was making and in some of the tests this involved the retrieval of settings from the configuration file. I created an App.config file for the assembly, and went onto to...
Filed under:
C#
,
NUnit Tests
0
Comments
Pair Type, maybe even a Trio
by
REA_ANDREW
I know there is a Pair type inside the Web UI framework, but I feel this idea is too handy not to implement as a generic type. This will probably have been done sometimes before me it is untrue lol, but any how. I decided to make the class then and there...
More Posts