Many times I try to take as much of the presentation logic out of the viewmodel as possible. While using a MVVM pattern, sometimes it’s easy to be lazy and create boolean or visibility properties to handle logic on the front-end. This week I’m showing a quick way to abstract that logic to the view …
Category Archive: C#
Permanent link to this article: http://blogs.dotnetkicks.com/seesharprun/2011/08/11/using-style-triggers-for-complex-interactivity/
Jan
22
Lambda What? Lambda Who?
I promise this is a short post. I have recently fallen in love with LINQ, but more recently I have grown to appreciate Lambda expressions. I don’t know if this is because I find them simple to read, or because I once took a class as an undergraduate student where we built a modern language …
Permanent link to this article: http://blogs.dotnetkicks.com/seesharprun/2010/01/22/lambda-what-lambda-who/
Permanent link to this article: http://blogs.dotnetkicks.com/seesharprun/2010/01/20/utility-extension-methods-part-2/
Jan
15
Utility Extension Methods
I realize that every time I post code, although I’m still a rookie in this sport, I’m putting my neck out there for some serious criticism. But, that’s the only way to have fun in the dev world. Ever since the introduction of Extension Methods in C# 3.0, I find myself writing a lot of …
Permanent link to this article: http://blogs.dotnetkicks.com/seesharprun/2010/01/15/utility-extension-methods/
Jan
12
Permanent link to this article: http://blogs.dotnetkicks.com/seesharprun/2010/01/12/linq-musings/

Comments