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)
January 2009 - Posts
0
Comments
CascadingDropDownExtender setting SelectedValue
by
REA_ANDREW
I had a situation recently where: I needed a cascading drop down interface I needed it to execute on the client I needed to reload the parent and child items' selection. The Cascading DropDownList Extender is an excellent control as are its siblings inside...
Filed under:
C#
0
Comments
NetBeans IDE Feature I would like to see inside Visual Studio
by
REA_ANDREW
I am currently inside the NetBeans IDE which is my IDE of choice at the moment for my Java development. I thought I would mention a refactoring feature I would like to see inside Visual Studio "Out of the Box." It is with regards...
Filed under:
C#
2
Comments
Developing ASP.NET Custom Controls, Method Single Responsibility and an easier way to manage large data forms
by
REA_ANDREW
You can download the files here. Until a few weeks ago I did not know about a feature called Control State. I knew of course about ViewState but not Control State. I would love to know everything about everything in this game i.e. computing...
Filed under:
C#
2
Comments
A nice Java Static String function I can now port into C# using Extension Methods
by
REA_ANDREW
I have just been playing around making a small networking application using Java when i came across a small and dead simple function which I thought, "hey that is useful," and "oh that would now fit .NET Extension Methods." So...
Filed under:
C#
2
Comments
Reviewing my choice for ORM
by
REA_ANDREW
UPDATE 2009-01-27: Choosing a Service model over a domain model inside NetTiers for the Component Layer can also achieve this functionality, but is definitely good to know and great to work with ObjectDataSources. Reduces the code required...
More Posts