Getting FubuMVC from github and building it from the command line

06.02.2010 - 09:46

Documentation on new and upcoming projects is sometimes a bit sparse, here a first contribution to FubuMVC : The bare beginnings. Get some git environment running. This is a good introduction ...read more

Use 32 and 64bit Oracle Client in parallel on Windows 7 64-bit for e.g. .NET Apps

26.11.2009 - 07:46

Since you come here probably looking for an answer, let me give it first. After that, if you have time, I'll explain why it turned out to be that sort of hack, i.e. what other approaches didn't work....read more

Rf.Sites source code available

14.10.2009 - 09:07

It is my aim to have this site running on .NET code by the time I can leave my current hosting contract (end of February 2010). After some time I decided to have my own small platform to suppor...read more

ASP.NET MVC: class / action, not method / action

28.09.2009 - 08:13

While pushing along my little home-brew CMS, Rf.Sites, which uses ASP.NET MVC for the HTTP Cruft that comes with Web development, there was something that was disturbing me. The train of thought was ...read more

How can I get rid of this goto?

24.09.2009 - 10:01

Help! It's late and I don't see a good way to get rid of this goto construct: private void advanceTheTimeCursor( Func nextTime, Action uponSuccessfulAdvancement) { loop: var t...read more
0 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