
September 4th, 2008 by

Marcel
Quellen verwalten in Word 2007
Das neue Word 2007 hat eine integrierte Literaturverwaltung. Sie ersetzt keine professionelle Quellenverwaltung, wie man sie für Haus- und Diplomarbeiten benötigt - erleichtert aber für wirklich in der Arbeit verwendete Quelle die Formatierung und Erstellung des Literaturverzeichnisses.
Read the rest of this entry »
Posted in Diplomarbeit, HFH, Hausarbeit |
15 Comments »

September 3rd, 2008 by

Marcel
Here is a short C# code snippet about how to remove a BizTalk assembly resource from a BizTalk application.
Read the rest of this entry »
Posted in Biztalk, Development |
1 Comment »

June 2nd, 2008 by

Marcel
Das Fritz!Box Anrufliste Gadget zeigt in der Sidebar von Vista die Anrufliste der Fritz!Box an.
Die Anrufliste wird direkt von der Fritz!Box geladen und angezeigt.
Read the rest of this entry »
Posted in Vista Gadgets |
29 Comments »

May 5th, 2008 by

Marcel
Um Daten sicher auf einem USB-Stick zu transportieren, sollte man diese verschlüsseln.
So kann niemand ohne Weiteres - falls der Stick mal verloren gehen sollte oder in die falschen Hände gerät - die Daten lesen und missbrauchen.
Read the rest of this entry »
Posted in Datensicherheit |
6 Comments »

May 2nd, 2008 by

admin
Standardmäßig enthalten Variablen in .NET nur Referenzen auf Objekte und nicht “die Daten selbst” (abgesehen von “value types”). D.h. übergibt man eine Variable an eine Funktion, dann kann das Objekt, das sich hinter dieser Variable verbirgt, innerhalb der aufgerufenen Funktion dauerhaft verändert werden. Diese Änderung bleibt auch nach Rückkehr aus der Funktion bestehen.
Read the rest of this entry »
Posted in C#, Development |
No Comments »

May 2nd, 2008 by

admin
This small tool works like the IISReset for IIS. You can start/stop the BizTalk hosts from the command prompt.
The code is simple an easy customizable.
Read the rest of this entry »
Posted in Biztalk, Development |
No Comments »

May 2nd, 2008 by

admin
'------------------------------------------------------------------
' Save as "ManageActiveOrchestrations.vbs"
' WMI script to manage active Orchestration instances
'
' Marcel Tiews in 05
'------------------------------------------------------------------
Read the rest of this entry »
Posted in Biztalk, Development |
No Comments »

May 2nd, 2008 by

admin
For some reason Microsoft has forgotten or missed to add the ability of managing references between BizTalk applications to BTSTask.
Therefore I have written a small command-line tool to overcome this issue.
You can
- list the references of an application
- list all applications referencing a certain application
- delete references
- and add references to applications
using this tool.
Read the rest of this entry »
Posted in Biztalk, Development |
2 Comments »