August 2004 - Posts

2
Comments

FxCop rules contest. by nattYGUR

I won Visual Assist X (1-user license) at Codeproject (article contest) and I really don’t need it. So here is the deal, the one that will send me most of rules for FxCop (Design rules preferred) will get this Visual Assist X (1-user license). All of...
0
Comments

Enterprise Navigation mechanism. by nattYGUR

As every average enterprise my domain also contains many systems develop by many development tools and running on several operation systems. We’ve got Natural/Adabas applications running on MF, Java applications running on Sun and Linux machine, COM,...
0
Comments

What are the main changes in IT world that will occur in the next 10 years? by nattYGUR

As part of the interviews, that I go through lately, I was asked to mention 3 main changes that will happen in IT field within the coming 10 years. Well here my humble opinion: As I post already I really believe that the application presentation will...
0
Comments

The visual age and architecture or who will save me from endless grid views? by nattYGUR

Today most of system split into layers with visual layer (UI) that responsible for formatting and displaying data to the user. Beneath UI layers responsible for application logic and data management. This concept pushes many of us to believe that visual...
0
Comments

While downsizing/rewriting legacy systems to open/newest system don’t follow legacy system design. by nattYGUR

Actually there are two aspects that we tend to follow when downsizing legacy system. The first aspect is business logic and the second is system design. Business logic: here I use to hear “It works perfect for the user so we duplicate it to our new system...
0
Comments

Natty test for adaptive OO systems. by nattYGUR

This is a simple test that I use to get basic insight whether system is built on solid OO approach, and adaptive to further changes. Using those questions while interviewing system owner gives me indication about OO level of the system and system adaptively...
2
Comments

What about Specification? by nattYGUR

How many times you use third party library that implement any given task such as state machine, logging, Concurrency Utilities, etc’? Eventually you manage to find the right package for your needs and integrate it into your system. Every thing looks...
1
Comments

Entity architecture. by nattYGUR

There are two main architectural pattern regarding application structure. The most common one is Layer patter. Layer suggests that you will organize your code in layers which characterize certain system aspect and responsible to carry out that system...
0
Comments

Part of page images download to machine but didn’t display. by nattYGUR

I saw couple of question about this issue. All the cases that I saw were connected someway to memory problems on the machine. Here's a list of possible solutions to that issue: 1) The most common scenario is station that running Development tool, IIS...
Filed under:
1
Comments

Pluggable architecture by nattYGUR

As I mention in my previous post I'll start to post on .Net implementation of architecture patterns. This time on Pluggable : Name : Pluggable architecture . Problem: need to add/remove classes/components from your running system dynamically without any...
More Posts