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:
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:
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:
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:
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