Archives de
Tag: Development

LOTR – If Gandalf was part of an IT team …

LOTR – If Gandalf was part of an IT team …

Once i have finished looking for Lord Of The Ring extended version for the forth time, i asked myself on the role of Ganfalf in an IT team. What could be his role , his function ? The one who recruit people… He is kind of Human Resource and is involved in recruitment 🙂 It’s important for co-workers to have a word to say about future resources ! The one who knows a lot… He has a lot of knowledge…

Lire la suite Lire la suite

New App using ASP.NET with some fancy frameworks …

New App using ASP.NET with some fancy frameworks …

One of my colleague (Tomislav Babic) has created a long but perfectly built article about creating an ASP.Net application. He started from the database with Entity Framework, going on with Breeze.Net for the glue between client & server and close the article with Knockout JS & KOGrid for the client presentation layer. If you want to learn from scratch how to setup a solution or if you want to discover some new frameworks, read it ! http://tomislavbabicnet.blogspot.com/2013/03/build-application-using-aspnet-mvc-4.html Edit : You will be able to…

Lire la suite Lire la suite

A little workflow engine

A little workflow engine

In one of my projects, i need to create a little workflow system that fits with UI needs. This workflow engine needs basic features (if, while, foreach, basic actions) and also need to “stop and wait” for a user input for example. I have created my own one because I did not found my happiness in existing ones. I dont care, bring me to the download now !   Inside the beast The workflow will be defined for a given…

Lire la suite Lire la suite

Perfect software architecture does not exists !

Perfect software architecture does not exists !

Low cohesion, modularity, dependency inversion, responsibility, interface segregation, overengineering, stovepipe syndrome, silver bullet or shotgun surgery… All of these techniques may lead you to the best solution but the mirror edge is quite thin. At one extreme you will provide an architectural marvel, maybe useless. On the other you may create a genie in a bottle. This article will try to draw some typical situations of the real development world. We can symbolize a software feature by a circle and,…

Lire la suite Lire la suite