Nach Ordnungsbegriffen durchsuchen

The Last Drupal Post
The Domain transfer of realfiction.net is almost through, which means that I say goodbye to the Drupal CMS and hello to Rf.Sites, my own codebase to publish stuff. If availability is gone at some point it means that the new nameservers are being propagated...
Use 32 and 64bit Oracle Client in parallel on Windows 7 64-bit for e.g. .NET Apps
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. How Download and install Oracle Clients 11g...
Rf.Sites source code available
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 support just the features I need on my site for mainly two reasons...
ASP.NET MVC: class / action, not method / action
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 roughly as follows: read more
How can I get rid of this goto?
Help! It's late and I don't see a good way to get rid of this goto construct: private void advanceTheTimeCursor( Func<DateTime> nextTime, Action uponSuccessfulAdvancement) { loop: var t = nextTime(); if (t > reference) return; uponSuccessfulAdvancement...
Repository or DAO?: Repository
Fine, fine, the title is a blatant copy from Fabio Maulo 's equally titled blog post . Then again, this was the direct inspiration for understanding how the data access should look like in the mini-Blog engine I am cooking up. I decided to implement...
Intermezzo: XSL 2.0 on .NET
I was up to updating some old stuff that I had previously written in JAVA to the .NET world. It has been a while since I worked with JAVA - I had forgotten that the XSL I once built used version 2.0 features. To my dismay .NET 3.5 allows you to control...
Feynman & Silverlight: A great combination
Over at Microsoft research , they have put up numerous lectures from that great theoretical physicist and bongo player, Richard Feynman . read more
Meet DIs local rep: The AbstractContext
I am having an unhealthy yet energetic and fruitful relation with a close relative of 'the' Dependency Injection (DI) container. She's called AbstractContext and she's been able to cope with all kinds of thorny situations where numerous...
ASP.NET MVC from scratch
Yesterday I thought that it would be a good idea to check out ASP.NET MVC (MVC) on my "on-the-edge" rig with Visual Studio 2010 running on Windows 7. It shouldn't have surprised me then, that ASP.NET MVC support is currently unavailable...
Fashion of the week - Building with Rake
Here & There I have been seeing people using Ruby's build system rake in their .NET open source projects instead of NAnt or MSBuild. I don't really feel like commenting this fact here, but it is slightly annoying that people expect us to know...
How much does Linq.Take take?
I wasn't 100% certain how much the "Take" would take from a list with less elements than the number you want to take. It probably says in the docs, but let me assure you that this test succeeds: [ Test ] public void TakeTakesAsMuchAsThereIs...
Scary StructureMap configuration expressions Pt.1
"Most scary StructureMap Configuration Expression"™ so far... ForRequestedType < ISession > ( ) . InterceptConstructionWith ( wcfCachePolicy ) . AddInstances ( instanceExpression => instanceExpression. Conditional...
Comfortable command line argument parsing
Once in a while you may want to write a command line tool which may have to accept commad line arguments. In comes a nice little bit of source code that is part of the great output of the Mono project. Documentation is available here and the source code...
cycling through a number range
What I really wanted to do was to play a round of quakelive. But right now, quakelive is down (well, it's Beta, isn't it?). Quakelive pointed me to their twitter feed . read more
Mehr Beiträge Nächste Seite »