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)
March 2009 - Posts
4
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
7
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
2
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
2
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...
4
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
More Posts