Kiwi MVC.NET : Authentication Layer, introduction Part2

I know it is a bit weird to begin a CMS application by implementing a Membership system but the simple raison why I start up with that is because I needed for my work (as you can see in my previous post ).
Too often, I saw developers rewriting their own membership system in place to [...]

Agile – One thing to do before starting a new project

A colleague gave me an article about things you have to do and things you do not have to do during a project. I found it very funny, true and usefull. Thus, I allow myself to recopy it on my blog.

Bookmark It

Hide Sites

$$(’div.d86′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

“AZAM, ADAM, Abracanabram” ! Is Harry Potter a dotnet developer?

Well, with all the acronyms which exist in the software development world, Harry Potter should have found a lot of words for his magic formulas. Today, I will explain you two of them, AZAM and ADAM.

Bookmark It

Hide Sites

$$(’div.d39′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Kiwi MVC.NET : Building the application Part1

In this part, I am going to explain you how to setup an MVC .Net application.
I will tell you often “I am not a senior .Net developer”, I assume that I can make some faults and have totally wrong. If you think I am, do not hesitate to contact me at pierre@dervalp.com or leave me [...]

Agile – Scrum “I believe in a better way”

If Ben Harper was a developper, sure, he would have use Scrum.
First of all, Scrum is just a methodology and not a magic word that would erase all the problems during your development lifecycle. Rather than invent a new definition of Scrum, look at the wikipedia definition:
Scrum is an iterative incremental process of software development [...]