Latest comments

In response to: Placement.info hidden features

Piotr Szmyd [Visitor] · http://www.szmyd.com.pl
Nice one! How I could've missed that?:)
PermalinkPermalink 04/01/11 @ 19:52

In response to: Orchard Indexing

Tim Brennan [Visitor]
This post is just what I needed to see. I'm looking forward to part 2

Tim
PermalinkPermalink 02/17/11 @ 17:58

In response to: Don't let me be lonely tonight

Defosseux Antoine [Visitor]
Félicitations!!!

Là tu ne peux pas être plus au cœur ;)
PermalinkPermalink 04/19/10 @ 14:05

In response to: Don't let me be lonely tonight

chabrier [Visitor]
Always the best forever!
Bonne chance à toi!
PermalinkPermalink 04/09/10 @ 14:37

In response to: Don't let me be lonely tonight

gaelle Andreo [Visitor]
Je te souhaite bcq de succes pour ce nouveau challenge.
Félicitations!!!
PermalinkPermalink 04/08/10 @ 14:56

In response to: Don't let me be lonely tonight

Luc Natter [Visitor]
Fécilitations à toi, que du bon.
Bonne continuation dans ta nouvelle carrière. Le prochain moteur ASP va tout casser !
A bientôt.
PermalinkPermalink 04/06/10 @ 17:34

In response to: Don't let me be lonely tonight

Laurent Kempé [Visitor] · http://www.laurentkempe.com
Congratulations! And good luck for your new pro experience and life! Hope to meet you in Redmond some time.
PermalinkPermalink 04/06/10 @ 14:53

In response to: Don't let me be lonely tonight

Patrick Smacchia [Visitor] · http://www.NDepend.com
Félicitation!
PermalinkPermalink 04/03/10 @ 12:37

In response to: Don't let me be lonely tonight

Bertrand Le Roy [Visitor] · http://weblogs.asp.net/bleroy
Welcome to the team, and have a safe trip.

(and in case some are wondering, this is no April fools joke, Sébastien is going to be part of my team)
PermalinkPermalink 04/01/10 @ 22:02

In response to: Don't let me be lonely tonight

Fabrice [Visitor] · http://weblogs.asp.net/fmarguerie
Félicitations et bonne chance pour cette nouvelle aventure !
PermalinkPermalink 04/01/10 @ 12:23

In response to: The Homer Car Syndrome

Gap [Visitor]
Hello,

The contrary is also true: Don't let designers working alone.
In this case you'll certainly produce a nice piece of engineering, but useless for business...

Communication should be continuous, and use a common language that both world understand (e.g. usecase don't need much background).
PermalinkPermalink 10/28/09 @ 12:34

In response to: The Homer Car Syndrome

vlad [Visitor] · http://www.omondo.com
I fully agree with you and this is where UML modeling is stupid if used with MDD (e.g. model driven development). How business could alone decide about requirements if it doesn't see what would be the result. After a first iteration the architect or program manager shows to the customer what has been developped. After this stage they together decide to adapt requirements and what is really possible. After few iterations the project is getting better and better.
The problem with UML is that you can't add presentation layers and deploy the application without developers codding methods. If you code manually methods then the traditional MDD is impossible because only code from a static model is possible. This is why MDD is stupid !!
I mean that UML as a language is certainly the best way for documenting a project but using the model in a waterfall approach with MDD is just ridiculous !!

I have written an article on this waterfall versus agile approach available at: http://www.forum-omondo.com/documentation_eclipseuml_2008/waterfall_versus_incrementale_modeling_cycle.html

Vlad,
PermalinkPermalink 10/27/09 @ 11:52

In response to: The Homer Car Syndrome

sandreo [Member]
I will just say YES !


PermalinkPermalink 10/27/09 @ 11:38

In response to: First bits of Euss 2.0

Quentin P [Visitor]
Merci pour cette précision.
Je n'avais effectivement pas vue que le projet ciblé entre autre .NET 2.0

J'approuve donc 100% (voir plus) ce projet.
PermalinkPermalink 10/15/09 @ 19:47

In response to: First bits of Euss 2.0

Steve Degosserie [Visitor] · http://yoot.be
Nice ;)
PermalinkPermalink 10/15/09 @ 13:44

In response to: First bits of Euss 2.0

Sébastien Ros [Member]
S'il n'y avait vraiment aucune différence, on n'aurait pas pris la peine de gérer les deux. La version string permet de garantir que les utilisateurs sous .NET 2.0 peuvent aussi utiliser la même syntaxe. Du coup il n'y a qu'un seul langage de requête à connaitre, et en plus il est légèrement standard sur .NET, LINQ.
PermalinkPermalink 10/15/09 @ 07:21

In response to: First bits of Euss 2.0

Quentin P [Visitor]
Je ne suis pas (encore) trop le projet mais je vois déjà une différence de taille entre les deux approches.

La requête NLinq est écrite dans un string, on ne peut donc apparemment pas avoir accès à l'intelliscence.
PermalinkPermalink 10/14/09 @ 19:35

In response to: ECMAScript vs. JavaScript

Bertrand Le Roy [Visitor] · http://weblogs.asp.net/bleroy
Stop right there. :) EcmaScript 4 is DEAD. It will never be. It's ES 5th edition now.
PermalinkPermalink 10/12/09 @ 20:51

In response to: Lost feeds

Romain Verdier [Visitor] · http://codingly.com
I used to have similar problems with some others rss readers. I didn't use IE for reading my feeds (neither for browsing actually) so I don't have a clue about what's going on here.

But I can recommend you Google Reader. I use it for ages now, and it work great. No more feed issues, weird sync problems, etc. It supports offline reading, it performs well, and is synchronized by nature.
PermalinkPermalink 10/06/09 @ 11:03

In response to: Jint - Javascript interpreter for .NET

Jb Evain [Visitor] · http://evain.net/blog/
JScript.NET is basically old, deprecated, and has never been updated since .net 1.1. Doesn't really sounds like a good choice.

AFAIK, there's no plan to have a DLR based jscript in .net 4.0.

They do have one though, that used to ship with the early betas of Silverlight, but it's nowhere to be found nowadays.

For heavy usages, you'd get a performance boost. That being said, both IPY and IR have transitioned to a mixed interpreter / compiler state, where only the code called often gets compiled.

You could get debuggability of the scripts. Also you'd get interop with the other DLR based languages, or languages that support it. For instance you could have a «dynamic» C#4 object talking «natively» to a Jint object.
PermalinkPermalink 09/23/09 @ 08:40