Login
BLOGs    August 1, 2010
Categories
 
 
 
Search
 
 
 
Archive
 
 
 
Latest Blog Entries
 
Author:Renato.EccherCreated:5/9/2009 10:51 AM
Thoughts and notes about software development in general and experiences with the new Microsoft Enterprise technologies.

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’.

  1. Introduction
  2. Windows Presentation Foundation (WPF) Conventions
  3. Implementation using ‘MVVM Light’ toolkit
  4. Sample application

Read More »

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’.

  1. Introduction
  2. Windows Presentation Foundation (WPF) Conventions
  3. Implementation using ‘MVVM Light’ toolkit
  4. Sample application

 

Read More »

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’.

  1. Introduction
  2. Windows Presentation Foundation (WPF) Conventions
  3. Implementation using ‘MVVM Light’ toolkit
  4. Sample application

Read More »

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’.

  1. Introduction
  2. Windows Presentation Foundation (WPF) Conventions
  3. Implementation using ‘MVVM Light’ toolkit
  4. Sample application

Read More »

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 »

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 »

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 »

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 »

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 »

The component architecture defines the responsibilities of each layer or component of an application. Defining this at the beginning of a project, implementing accordingly and validating it through code reviews is the basis for maintainable applications. By not defining it at the beginning, you will have as many component architectures as you have programmers on your team over time.

Read More »

 
 
 Copyright 2009-10 by EccoDynamics  Terms Of Use Privacy Statement