March 2006 Entries
I have just seen that Manuel Foerster has started blogging about Windows Workflow Foundation. He has written an article about custom persistence services for windows workflow foundation. (As the default persistence service only works with SQL Server, you might consider writing your own persistence service, if you have to support some other persistence medium and/or database.) You can read his article about custom persistence services for WWF here. [1] Custom Workflow Persistence Service[2] http://www.manuelfoerster.net...
Für alle .NET und SQL Server 2005 Interessierten aus dem Grossraum München: Am 06.04.2006 findet eine gemeinsame Veranstaltung der Pass Regional Gruppe Bayern und .NET User Group München. Thema : CLR Integration in SQL Server 2005Sprecher: Sebastian Weber, Microsoft DeutschlandAnmeldung und Anfahrtsbeschreibung: http://www.munichdot.net/Ev... [1] http://www.munichdot.net[2] Pass Deutschland[2] Weblog von Sebastian Weber...
Internet Explorer 7 Beta 2 Preview has been released yesterday. And the good thing is that the bug which prevented the FreeTextBox from working properly has been fixed. (FreeTextBox is that fancy edit box integrated into .Text, the platform on which geekswithblogs.net is running.) You can download the new IE7 version here (you will have to uninstall the old one first...) [1] http://www.microsoft.com/wi... http://www.freetextbox.com ...
There is a good introductory article about Windows Workflow Foundation from Brian Noyes on theserverside.net. This article describes the basics of Windows Workflow Foundation and demonstrates the use of it’s features through a sample application walkthrough. [1] http://www.theserverside.ne... ...
Bestellt ;-) [1] http://www.3dsupply.de
Manchmal habe ich den Eindruck dass es länger dauern kann eine Web-Anwendung zu installieren als sie zu implementieren :-) Es geht um folgendes Szenario: - IIS 6.0 mit Integrierten Windows Authentifizierung- SQL Server Verbindung mit Trusted Connection (SSPI) um das Eintragen der Credentials in die web.config zu vermeiden. Eigentlich ganz harmlos, oder? Man lässt die Anwendung in einem Application-Pool laufen, ordnet einen "low-priviledge" Benutzer dem Application Pool zu, und trägt...