Categories: Perso, Visual Studio
The way we build UI is changing
October 18th, 2011For 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 »
jQuery Control Toolkit
June 6th, 2009Hello 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 »
Powershell for Visual Studio
March 23rd, 2009Hello,Here is my new project : Powershell for Visual Studio. There is already syntax coloration, and basic intellisense (available cmdlets, with their help). Currently, it seems that the VS2008 SDK is needed to make it work. This will be solved in th… more »
Bonjour MEF
February 7th, 2009Hello 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 »
Assemblies EmbeddedResources with .NET 3.5 SP1
September 28th, 2008Hello everyone,It's been a long time since posting. I've just installed the new SP1 for VS2008, and .NET 3.5 SP1. Then, I've been struggling with assemblies and embedded resources. Before installing it, if I had an assymbly with the default namespace… more »
Php for Visual Studio (Php4VS)
April 30th, 2008Morning everyone,Some days ago, I've published a project on codeplex : php4vs. Currently, it provides basic functions, but I intend to implement intellisense. Though, we could have a great php IDE, but it would also have made me understand a bit more… more »