Posted on 27. January 2011 09:04 by B-Virtual
This article will not cover the usual basic ingredients for your first MVC site, it covers the basics you'll need to know before you even start thinking about your first model-view-controller driven site.
The reason of this article is that I find many new web developers fail when it comes to clean web site development. This is a bold statement, but one that, from my experience, needs more attention.
[More]
Posted on 16. June 2010 09:27 by B-Virtual
Well, you'll figure it out once you get there. We just launched http://www.zemmeke.be
So feel free to visit our brand new one pager ... ;)
2cf38599-5a92-4ac5-9984-537b0d199942|0|.0
Tags: web, fun
Fun
Posted on 30. April 2010 22:47 by B-Virtual
After running Windows 7 in VM Fusion on my internal SSD I wanted to use the ex-internal 7200 RPM disk I replaced with the SSD to run my VMs. But to use the full capacity of the 7200 RPMs as an external disk, I couldn't rely on USB 2.0. So I went on the lookout for a good eSata ExpressCard.
I purcha...
[More]
Posted on 14. April 2010 07:42 by B-Virtual
Ever wondered how you could print the content of your iPad? Well, this is a start...
Posted on 5. March 2010 13:02 by B-Virtual
In the near future I will be posting some more Vici Project tips & tricks for you all to enjoy.
03b6f885-9f26-481d-8117-63b0608eee5b|0|.0
Tags:
Development
Posted on 15. October 2009 14:56 by B-Virtual
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,...
[More]
f2d8b58e-9b50-4f43-a5ab-3a06e2e4bf40|0|.0
Tags:
Development
Posted on 13. October 2009 17:08 by B-Virtual
.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 th...
[More]
75c4ca62-4c7d-46ca-a099-9cd307674d83|0|.0
Tags:
Development
Posted on 9. June 2009 22:54 by B-Virtual
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...
[More]
Posted on 4. June 2009 14:24 by B-Virtual
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 ...
Posted on 20. May 2009 10:01 by B-Virtual
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 way by u...
[More]