[13 Oct 2009 | 0 Comments]
.NET offers quite an extensive configuration framework in which you can use XML files to configure your applications. The drawback is that most of these files need to be located in the applications directory or sub-directories. Thus excluding reuse throughout different applications. An example of ... [More]

Development »

[15 Oct 2009 | 0 Comments]

A collegue of mine needed an algorithm to filter out duplicate objects in a List and count the total occurence of each distinct object. He used this query to get his results, it may be usefull to some of you. myRoles = from c in allRoles group c.RoleId by new { c.PersonId, c.R... [More]

Development, Featured »

[13 Oct 2009 | 0 Comments]

.NET offers quite an extensive configuration framework in which you can use XML files to configure your applications. The drawback is that most of these files need to be located in the applications directory or sub-directories. Thus excluding reuse throughout different applications. An example of ... [More]

Development »

[9 Jun 2009 | 0 Comments]

So your using SVN as we are? And you need to remove all the SVN files and folders to relocate or just detach your project? Then this trick will save you some time. It adds a 'Delete SVN Folders' entry to your context menu in Windows Explorer.   How does it work? Create a new file with a .reg ex... [More]

Development »

[4 Jun 2009 | 0 Comments]

Last weekend a new 2.0 stable version of Vici MVC was released. So if you're really into web development have a break and visit http://www.viciproject.com/   More Tips & Tricks to come ...

Development »

[20 May 2009 | 0 Comments]

The latest Vici MVC releases from 2080 up contain a new ActionResult object. This allows your controllers to return an action instead of the default void. So what should I use it for? Let's say you would like to stream xml or the contents of a file to the browser. This could be done the old wa... [More]

Featured, Varia »

[19 May 2009 | 0 Comments]

Once upon a time there was a young boy that was looking for a virtual outlet on the web. Together with a few colleagues they all started their own websites. But! Wait a second, it all stands with a good name right? Right! So of we went, searching for good names for our sites. And there it was, ou... [More]

Development »

[18 May 2009 | 0 Comments]

As you all might know, or not know, I'm a hardcore user of the Vici Project. So I will try to post some tips and tricks on Vici projects here. This piece of code helps those who would like to loop over a range of items or just use a counter to loop over.     ... [More]

Actua »

[4 May 2009 | 0 Comments]

Op zaterdag 9 mei 2009 kan je in Schelle terecht voor hun 5e garageverkoop. Bewoners uit de gemeente kunnen dan hun garage openzetten om naar goede oude amerikaanse, of is het nu schelse, traditie hun overbodige spulletjes te verkopen.   Voor meer info en adressen van de garag... [More]

Varia »

[11 Mar 2009 | 0 Comments]

Gezien we tegenwoordig, als Belgen, bijna allemaal met een digitale identiteitskaart rondlopen is het misschien wel eens nuttig om te weten wat we er juist mee kunnen doen. Ja we kunnen tax-on-web gebruiken, dat weten de meesten onder ons. Wat je dan nodig hebt is een kaartlezer. In veel laptops z... [More]

Development »

[26 Feb 2009 | 0 Comments]

Online photo album service Pixagogo introduced new album icons to help you identify the settings of your albums. This way it will be clearer for users to see if their albums are publically available, password protected or private. So no need to go to the album settings to check out whether your pr... [More]