Category: R&D

The way we build UI is changing

October 18th, 2011
For some time now, I am working on a UI framework in .NET. This framework potentially can generate a UI for everything. For now, WPF and HTML rendering are implemented. What I have discovered when working on this framework, is that our UI needs have chan… more »

Asynchronous EUSS !

February 4th, 2011
Euss evolves ! From now on, asynchronous request are available. At least, the most basic engine can deal with them (the memory engine). It is almost the end of DataService more »

jQuery Control Toolkit

June 6th, 2009
Hello everyone,It's been a long time since I posted something on my blog. I was a little busy with my work. But this work enables now me to introduce you a new codeplex project : jQuery Control Toolkit. The aim of the project is to be able to use jQu… more »

Bonjour MEF

February 7th, 2009
Hello everyone,Do you know MEF (Managed Extensibility Framework) ? It is a new library in .NET that enables greater reuse of applications and components. Using MEF, .NET applications can make the shift from being statically compiled to dynamically co… more »

Lucene Persistence Engine Sample

April 24th, 2008
Due to my preceding post, I had to publish a sample on how to use this Lucene Persistence Engine. And since a picture is worth a thousand words, I let try it. The sample is a small application that looks for content in an articles library.You may fin… more »

Lucene Persistence Engine for Euss

April 20th, 2008
I have been working with EUSS for some time now. For the one who don't know it yet, I would suggest you to have a look at it. During my free time, I've developed a Persistence Engine based on Lucene. If you know EUSS or have taken some time to read the o… more »