by Taoffi Nassar
10. July 2011 03:22
I spent a long time during the last months writing about meta-models. That was in the context of a book for Editions ENI (France) about some concepts to which I dedicated some work since quite a while (it was around 1998, as long as I remember, that I started studying the basis of the approa...
[More]
by Taoffi Nassar
9. June 2010 17:24
This is a small story, yet with something special:
Once upon a time, there was a list of events stored into a database table. Each event had (evidenceJ) a date.
A friend of mine asked me to sort these event items.
I asked, as you may imagine: Ascending or Descending?
But this, appar...
[More]
by Taoffi Nassar
18. March 2010 05:16
Ho to view periodic relationship data
In the previous post, I exposed a method for uniquely indexing time spans of periodic-memberships.
Here, we will discuss the next task: How to view historical data in such structures?
To illustrate this, we will talk about a portfolio sample data, sim...
[More]
by Taoffi Nassar
14. March 2010 23:46
Introduction
The relations between some ‘real world’ objects can sometimes be in the form of ‘periodic membership’. By ‘periodic membership’, I mean the context when one object can be member of another during one or more periods of time.
Examples:
· ...
[More]
by Taoffi Nassar
26. February 2010 20:26
Filtering database data
As we have seen in Part III, the SQL Select statement is composed of the following parts:
SELECT [field1], [field2],… [fieldn]
FROM &...
[More]
by Taoffi Nassar
9. February 2010 19:15
Sorting and filtering database records
After having succeeded to display our server data into Silverlight DataGrid (see previous post), we will now continue the adventure to complete our solution with some useful and necessary features that Silverlight DataGrid originally proposes (for example, sor...
[More]
by Taoffi Nassar
4. February 2010 17:38
Introduction
As I exposed in an earlier post, Database structure can be declined into the following hierarchy
§ A table
§ Containing rows
§ Containing data //(arranged into columns)
This schema cannot live without the following meta-data structure
§ Table definition...
[More]
by Taoffi Nassar
7. December 2009 15:04
Software is about defining objects structures, relationships and behavioral contour. This is probably a too short sentence to define what software is. But it can be a good commencement for what I would like to expose here.
Years passed for the software industry to mature and be able to express the ...
[More]