Blogs
Blogs
TAGS
.NET
AppFabric
Apps and Devices
Asp.Net
azure
BizTalk
C#
cloud
Core.Net
Devices and Services
Integration
iot
iothub
Microsoft Azure
MOSS
RFID
ServiceBus
SharePoint
Visual Studio
WCF
Windows
windows azure
Windows Phone
Workflow
WSS 3.0
View more
BLOGS
RSS Syndication
Opml
Blogs on this Site
Sort By:
Most Recent
|
Most Viewed
|
Most Commented
Presentation at the / Präsentation auf der Microsoft SOA & Business Process Conference 2007
(German version below) Damir and I presented at the Microsoft SOA & Business Process Conference 2007 at the Microsoft Conference Center in Redmond. We talked about interesting topics surrounding BizTalk RFID, a completely new component of BizTalk...
Posted to
Andreas Erben's posts
by
Andreas Erben
on 11-02-2007
Filed under:
BizTalk 2006
,
BizTalk RFID
,
RFID
,
BizTalk 2006 R2
,
BizTalk
,
BizTalk Server 2006
,
BizTalk Server 2006 R2
,
BizTalk Server
,
German
,
deutsch
,
BPM
,
SOA
SOA and BPM presentation, Redmond 2007
Here is the link to our power point presentation from SOA and Business Process Management Conference in Redmond 2007. If anybody interested on Sensor Service Bus technology do not hesitate to contact us. Hope you enjoyed the session. Andreas and Damir
Posted to
Damir Dobric Posts
by
Damir Dobric
on 11-01-2007
Filed under:
Rfid
,
WCF
Let BizTalk RFID handle your EventHandler-component logging / Lassen Sie BizTalk RFID das Logging für Ihre EventHandler-Komponenten übernehmen.
German version below The Visual Studio project template for BizTalk RFID EventHandlers that is shipped with BizTalk RFID demonstrates nicely, how you should use logging from your EventHandler-components unless you have a really good reason to do otherwise...
Posted to
Andreas Erben's posts
by
Andreas Erben
on 10-31-2007
Filed under:
BizTalk RFID
,
RFID
,
BizTalk 2006 R2
,
BizTalk
,
BizTalk Server 2006
,
BizTalk Server 2006 R2
,
BizTalk Server
,
German
,
deutsch
RFID Service Bus
One of vital requirements for successful deployment of RFID in enterprises is for sure flexibility to support a number of different processes. Because different processes are covered by different enterprises it is likely that underlying technology behind...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 10-31-2007
Filed under:
Rfid
,
WCF
Implementing your own Service Bus
The idea around Service Bus technology seems to become a hot topic soon. Because of this, I will describe in this post how one Service Bus can be build on the top of WCF. If you are familiar with WCF after you read this you should know how the Service...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 10-31-2007
Filed under:
Rfid
,
BizTalk
,
Core.Net
,
WCF
FileWatcher DSPI Provider
Daenet.FileWatcher DSPI (Device Service Provider) is a provider which simulates RFID specific operation based on system IO hooks. This provider is in general useful for emulating of RFID hardware and it can be used to receive the data form BizTalk server...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 10-29-2007
Filed under:
Rfid
ThresholdBreached Error
Sometimes your process may fail with following error: "T he RFID process engine "your process name" encountered an error of type ThresholdBreached. The service will attempt to restart this process engine automatically, unless this was because...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 10-28-2007
Filed under:
Rfid
Refresh your BizTalk RFID documentation! Holen Sie sich die neue BizTalk RFID Dokumentation!
(German version below) As with a recent customer scenario we were wondering what the customer was talking about: Please remember that BizTalk RFID documentation was updated after the launch. You can download it here: http://www.microsoft.com/downloads...
Posted to
Andreas Erben's posts
by
Andreas Erben
on 10-26-2007
Filed under:
BizTalk RFID
,
RFID
,
BizTalk 2006 R2
,
BizTalk Server 2006 R2
,
German
,
deutsch
Impersonating by username and password
Sometimes it is required to authenticate the user when username and password are known. For this the windows API LogonUser function is used. This function, with little bit .NET code, can be used to fully authenticate the thread in .NET as it would be...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 10-19-2007
Filed under:
Rfid
,
Core.Net
,
WCF
Testing of EventHandlers
If one EventHandler has to be developed for BizTalk RFID event handler pipeline, the project template " Event Handler Template " should be used. In this case the project solution will contain the project folder "Deploy Scripts". This...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 10-17-2007
Filed under:
Rfid
User Impersonation in WCF
If there is one thing in software development which I don't really like, it is for sure something called "Trusted Delegation". I'm astonished how this "trouble making feature" is almost completely unknown in the world of software...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 10-14-2007
Filed under:
WCF
DebugEventHandler for BizTalk RFID
One of most exiting features of Microsoft BizTalk RFID is the ability to handle tag read events asynchronously. When one DSPI provider detects one tag in the radio field, the event detection should be notified. Following code snippet shows simplified...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 10-13-2007
Filed under:
Rfid
BizTalk Rfid EventHandler recap
(German version below) For those who are new to BizTalk RFID or have not used it in a while, here is a recap of the minimal requirements for implementing a EventHandler component. Inherit from RfidEventHandlerBase Parameterless constructor must be accessible...
Posted to
Andreas Erben's posts
by
Andreas Erben
on 10-08-2007
Filed under:
BizTalk 2006
,
BizTalk RFID
,
RFID
,
BizTalk 2006 R2
,
BizTalk
,
BizTalk Server 2006
,
BizTalk Server 2006 R2
,
BizTalk Server
,
German
,
deutsch
,
.NET
Patch for “Failure to start RFID service” with .NET3.5 BETA
As you probably know the current BizTalk RFID setup fails if the .NET35 BETA framework is installed on the target machine. In this case following error is written in the event log: "The Microsoft BizTalk RFID service failed to start: Could not load...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 10-03-2007
Filed under:
Rfid
Workaround for problem with BizTalk RFID and .NET 3.5 beta 2 installed on the same machine
If you install .NET framework 3.5 beta 2 on the same machine like Microsoft BizTalk RFID, then your RFID Services will not start anymore. See: http://support.microsoft.com/kb/942521 The reason for this is that the installation of .NET framework 3.5 beta...
Posted to
Andreas Erben's posts
by
Andreas Erben
on 10-03-2007
Filed under:
Windows Communication Foundation
,
WCF
,
BizTalk RFID
,
RFID
,
BizTalk
,
.NET
,
Visual Studio 2008
,
Orcas
,
VS 2008
,
.NET 3.5
« First
...
< Previous
74
75
76
77
78
Next >
...
Last »
developers.de is a .Net Community Blog powered by daenet GmbH.
IMPRESSUM
CONTACT
WEBSITE