-
I have used the “Conservative” class several times now. It is a concrete example of how to set up MemBus. Let us have a look at what it does: A default publishpipeline is added by speci Weiter lesen...
-
This is a short note to point out that I just added to the Public Appearances page the next conference organized by the Deutsche ORACLE-Anwendergruppe (DOAG) in Nürnberg. It will take place on November 16-18. My talk, entitled “Transaktions-Management...
-
Few days ago the OOW content team informed me that they changed the location of my presentation from “Rm 200″ to “Rm 304″. This is very good news! Why? Because the capacity has more than doubled. They probably noticed that the...
-
As clearly stated in the Licensing Information guide, all features related to parallel processing (parallel backup and recovery, parallel query/DML, parallel statistics gathering, parallel index build/scans, parallel Data Pump export/import, in-memory...
-
as you might have guessed, MemBus isn’t a single class. A number of different responsibilities are tucked nicely behind the IBus interface. Those responsibilities want to be configured, which is done Weiter lesen...
-
What is a Bus? A bus carries people from A to B. That much is easy. You might have guessed that I am not in the transport business, nonetheless a bus in the software world also carries payloads aro Weiter lesen...
-
Eine Reporting Services Website nur über https zur Verfügung zu stellen ist an sich keine grosse Sache. In der MSDN Library http://msdn.microsoft.com/en-us/library/ms345223.aspx prima beschrieben. Ein kleiner Stolperstein ist hier allerdings versteckt...
-
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 Weiter lesen...
-
Well, it got a bit lengthy, sorry… Intro to set the scene. Skip if you like films like…er…can’t think of any without any intro. Every once in a while I turn on twitter to see if I can finally han Weiter lesen...
-
…the BBC has their own javascript library, glow . Their reasoning behind having their own library is quite interesting. Apparently, it is much more geared towards also supporting browsers that are Weiter lesen...
-
One of the new features in .NET 4.0 is the introduction of the dynamic keyword that delegates the check whether something can be called to the runtime. This supports the Dynamic Language runtime and Weiter lesen...
-
In one of our current objects we are using WCF as Client-Server communication. Contracts and endpoints are easily defined: We are using a common interface assembly from which the contracts are derive Weiter lesen...
-
Die in der Oracle Datenbank integrierte Data Profiling Funktionalität kann jetzt lizenzfrei genutzt werden. Somit hat nun jeder die Möglichkeit entsprechende Funktionalitäten zur Datenqualitätsanalyse mit in seine ETL-Prozesse zu integrieren. Hier Infos...
-
This test was driving me somewhat crazy... //TODO: A lot of setup noise here. Will we do similar tests again?! var threadId = -2; var threadIdFromTest = -1; IBus bus = null; var resetEvent = new ManualResetEvent(false); var uiThread = new Thread( () ...
-
The following video demonstrates how the use case described in my previous blog article has been developed. You can again download the original video if you like to follow it in better quality! The completed solution can be downloaded from here.