By Renato.Eccher on 8/8/2010 12:15 PM
The following example demonstrates the use of templates in Expression Blend and shows how to implement a specific template selector.
A template selector is used when you want to display elements differently according to their:
- Instance type
- values of properties
- or anything else you can dream off
Read More » |
By Renato.Eccher on 7/31/2010 4:41 AM
This is a series of article that define my conventions on how to do Windows Presentation Framework (WPF) development using Expression Blend and the ‘MVVM toolkit’. - Introduction
- Windows Presentation Foundation (WPF) Conventions
- Implementation using ‘MVVM Light’ toolkit
- Sample application
Read More » |
By Renato.Eccher on 7/31/2010 3:53 AM
This is a series of article that define my conventions on how to do Windows Presentation Framework (WPF) development using Expression Blend and the ‘MVVM toolkit’. - Introduction
- Windows Presentation Foundation (WPF) Conventions
- Implementation using ‘MVVM Light’ toolkit
- Sample application
Read More » |
By Renato.Eccher on 7/30/2010 3:09 AM
This is a series of article that define my conventions on how to do Windows Presentation Framework (WPF) development using Expression Blend and the ‘MVVM toolkit’. - Introduction
- Windows Presentation Foundation (WPF) Conventions
- Implementation using ‘MVVM Light’ toolkit
- Sample application
Read More » |
By Renato.Eccher on 7/29/2010 9:56 PM
This is a series of article that define my conventions on how to do Windows Presentation Framework (WPF) development using Expression Blend and the ‘MVVM toolkit’. - Introduction
- Windows Presentation Foundation (WPF) Conventions
- Implementation using ‘MVVM Light’ toolkit
- Sample application
Read More » |
By Renato.Eccher on 6/9/2009 4:43 AM
As a believer in model-driven design, I got excited when Entity Framework released the new capability of using the model designer to design your domain model first. As a second step, it allows you then to create the database schema. So, needless to say I jumped into it and tried it out. My enthusiasm got a damper when I realized that the Beta version has still some serious problems. Nevertheless, I think it is the right way to go. Read More » |
By Renato.Eccher on 5/27/2009 1:50 AM
CSS is simple, isn't it? Then try this: I was looking to implement an application design which uses the full screen (regardless of end user's view port resolution) and has a simple 3 or 2 column layout. It has a header section, no footer, but the tricky part was that the columns have to fill down the whole lenght of the browser.
I needed three attempts and I read a whole CSS book (Fexible Web Design - Creating Liquid and Elastic Layouts with CSS) in between to get where I am today. You can download my example or you can try it yourself.
Read More » |
By Renato.Eccher on 5/17/2009 2:40 PM
We have seen (05/15/2009) that filters and validators make up the business rule set. Applications which have their business rule implementations scattered all around in the architecture are hard and costly to maintain. To avoid that, every project must defines guidelines for business rule implementations at the very beginning. Read More » |
By Renato.Eccher on 5/16/2009 6:33 AM
Business rules are probably ranked in the top-ten of most misunderstood terms in computer science. In order to understand what business rules are you have to understand what business applications are and how the software development process works. Read More » |
By Renato.Eccher on 5/14/2009 3:09 AM
In part one (5/12/2009), I defined the responsibilities of the components of a data driven application. In this second part, I will show in what layer of the application architecture these components live. In addition, I define the technologies used to implement these responsibilities which I will address in detail in later blogs entries. Read More » |