Sign in
Middleware stories
Random problems & solutions covering Microsoft's distributed technologies
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
about me
ATL
C++
CLR
com interop
GC
interop
metadata
performance
security
serialization
SvcTraceViewer
tracing
vb6
WCF
web services
WIF
Browse by Tags
MSDN Blogs
>
Middleware stories
>
All Tags
>
wcf
Tagged Content List
Blog Post:
UsernameToken Profile vs. WCF
Akos
The WS-Security UsernameToken Profile 1.0 defines how the username and password can be encapsulated into a security token. The profile defines two different ways to transmit the password (or password equivalent): · wsse:PasswordText : the password is sent in clear-text · wsse:PasswordDigest...
on
24 Jun 2010
Blog Post:
Garbage collection vs. expression evaluation
Akos
A few months ago, a customer contacted us with a problem that seemed to be related to WCF. As it turned out, its roots were deep within the CLR… The error was indeed thrown by WCF: it was a System.ServiceModel.CommunicationObjectAbortedException: “The communication object, System.ServiceModel.Channels...
on
23 Apr 2010
Blog Post:
Service metadata: size does matter
Akos
Web services use standards like WSDL and WS-Policy to describe themselves in an interoperable format. When you use WCF to implement your web service, generating the metadata is fortunately not your job (assuming you haven’t defined any custom binding elements). However, if you have a service that...
on
4 Feb 2010
Blog Post:
Tool of the month: Microsoft Service Trace Viewer
Akos
I was quite busy during the last two months, but today I’m back with a new post. If you use WCF, you’ve probably already come across this tool, which is mostly marketed as WCF’s troubleshooting companion. However, it’s actually a very useful utility for general .NET troubleshooting. Note that this...
on
1 Feb 2010
Blog Post:
WCF Performance Counters
Akos
WCF offers its own set of performance counters, which allow you to observe the live performance of your services, from various aspects. However, WCF does not publish performance counter data by default, and even when enabled, you can choose which categories of counters are published. As you expect, this...
on
19 Oct 2009
Page 1 of 1 (5 items)