Tags
January 2012 M T W T F S S « Oct 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Recent Posts
Archives
Friends
Work
Meta
Author Archives: XIU
Resizing images with WPF 4.0
Microsoft changed the default behaviour for scaling images with WPF 4.0/.NET 4.0. They opted for a faster but less accurate scaling algorithm named Linear instead of the default Fant that was used in WPF 3.0. You can change this behaviour using the … Continue reading
Resizer
I’ve been working on a little project to demo the features of Vidyano. It’s used internally to generate the thumbnails for our Wiki. The source code is available on codeplex and the application is deployed as click-once. I’ll be talking about … Continue reading
iRail.be is back online
iRail.be is a website to find train information here in Belgium, it scraped the original complicated website of the NMBS and provided a clean/simple interface to access the information. More info on the blogpost.
Vidyano 2.0 released
I’m proud to announce that our team has finished our next major version of Vidyano. Build from scratch to optimize everything for the latest .NET 4.0 release and using all latest features of it (MEF, Rx, …). The User Interface … Continue reading
.NET 4.0
Some updated download links for the latest .NET version: Microsoft .NET Framework 4 (Web Installer) Microsoft Visual Studio 2010 Express Downloads Microsoft Web Platform Installer 2.0 Microsoft Expression Blend® 4 Reactive Extensions for .NET (Rx) Snoop WPF4 .NET Reflector Vidyano … Continue reading
Rails dynamic finders for .NET 4.0
Ruby on Rails allows you to use ‘dynamic’ finders to query the database. This is actually a feature from ActiveRecord to dynamicly use methods which will represent where clauses on the database. Some examples: User.find(:first, :conditions => [“name = ?”, … Continue reading
Vidyano Release Candidate
UPDATE: Vidyano 2.0 released The Vidyano Release Candidate is now available Together with a new website we offer complete support now for any application build with Vidyano, think of it as a Go Live license. More information (including documentation, tutorials … Continue reading