When are ASP.NET Expression Builders most useful?

Posted by SkippyFire on Stack Overflow See other posts from Stack Overflow or by SkippyFire
Published on 2009-06-16T20:15:29Z Indexed on 2010/04/16 2:03 UTC
Read the original article Hit count: 410

I saw an example of using Expression Builders, and creating your own Custom Expression Builder Classes here:

http://aspnet.4guysfromrolla.com/articles/022509-1.aspx

However, I fail to see the value in using this approach. It doesn't seem much easier than programmatically setting values in your code behind.

As far as I can tell, the only thing you can do with them is set properties. Maybe they would be useful for setting defaults on certain controls?

Can anyone shed light on where this ASP.NET feature becomes powerful?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about expression-builders