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
ASP.NET.NET MVC
Business Objects
C#
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
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)
Recent Posts
3
Comments
Programmatic Drawing with Silverlight 2.0/3.0 – An Analogue Clock
by
REA_ANDREW
Download the source project Image Working in Silverlight I have seen a lot of comparisons made between ActionScript and Silverlight with specific focus on the difference in lines of code, and more specifically when referring to the drawing...
Filed under:
C#
,
Silverlight
,
.NET 3.5
2
Comments
Mocking the session object with Moq inside ASP.NET MVC and having a clean builder method for session values in the controller
by
REA_ANDREW
I am currently deep into TDD with ASP.NET MVC and Moq as the mocking framework I have chosen. I have been pondering on some valid methods in order to integrate both page index and also page size into the request. Page index and page size will be...
Filed under:
ASP.NET.NET MVC
2
Comments
ASP.NET Dynamic Data – Using Column Generators based on Meta Data
by
REA_ANDREW
I was looking at the generated site which ASP.NET Dynamic Data had provided and thought, I wonder how I can choose which columns I want to display based on the model itself. This is then dynamic, in the way that for one model I show one column,...
Filed under:
ASP.NET.NET MVC
0
Comments
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
0
Comments
Idea for a Helper Utility Class Generator for a WCF Rest Service
by
REA_ANDREW
This morning I followed an Adobe Flex tutorial, well 3, about consuming Twitters restful API inside Flex. After this it got me thinking about WCF and their Rest Starter Kit. I looked and they are now up to Preview 2, so I downloaded it and...
Filed under:
C#
,
.NET 3.5
,
WCF
1
Comments
My Jquery Plugins : Fader
by
REA_ANDREW
This plug-in I made is quite handy and has a few applications. I think JQuery is a fantastic library for javascript, as it does what it says on the tin: WRITE LESS, DO MORE Ok so the fader, I have written this plugin with a few options, which are...
Filed under:
Javascript
0
Comments
Useful DateTime functions in JavaScript based on .NET DateTime
by
REA_ANDREW
A question recently on StackOverflow.com triggered me to think that it would be nice if in JavaScript I could do this: var d = new Date(); d.AddDays(1); So exactly like what I can do in .NET. I know a lot of people try and achieve date solutions...
0
Comments
Nice quick JQuery plugin
by
REA_ANDREW
I think I am thinking too much about how to write a good blog post. I think I need to master letting my brain flow while intercepting the output and tweaking things. Well I have not yet mastered it, but I shall continue to try. I was...
Filed under:
Javascript
0
Comments
IIS and Virtual Directories and their usefulness
by
REA_ANDREW
I had a requirement of late where by I wanted to share a Master Page over many physical sub sites, i.e. Main Website (www.mainsite.com) Sub Site 1 (www.subsite1.com) Sub Site 2 (www.subsite2.com) etc… It was at this point when I thought of virtual directories...
Filed under:
IIS
0
Comments
Comparing Byte Arrays in C# and more specifically using the .NET 3.5 Framework
by
REA_ANDREW
I was looking for a simple way of comparing two byte arrays and it is not as 123 as you may think as methods which you may assume would return true, DO NOT. I found a solution that does exactly what I need and is part of the framework, and I found...
Filed under:
C#
More Posts
Next page »