BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

ReBlogger Contents

Previous posts in WSCF/WCF

 
 
Page 94 of 21350

TechDays Sweden 2009: Presentation slides and demos for 'WCF Tips & Tricks" session

Blogger : Thinktecture Blog
All posts : All posts by Thinktecture Blog
Category : WSCF/WCF
Blogged date : 2009 Mar 18


Building on the presentation from last week in Antwerp I give this session here in Stockholn at the Swedish TechDays.

In this lecture I address some problems that may occur with WCF and present possible solutions to them. In addition, there are also some smaller but powerful tips which you may just want to try out.

Here is the outline of the topics (again, this is just a selection of tips, we have more in the pipeline, maybe at other conferences) and the list of questions/problems being addressed.
Please feel free to download the PDF and the sample code at the end of this post.
  • Consuming
    • Do I always need to create a proxy class from WSDL/MEX?
    • How can I make consuming services more robust?
    • Is there a way to improve performance when calling services?
    • How can I call in-process ‘services’ and WCF services in the same way?
  • Hosting
    • Which host to use? IIS/WAS or a self-host?
    • How do I inject logic in IIS/WAS hosting?
  • Bindings
    • My WCF service is slow, what is happening?
    • I want to use HTTP but not necessarily angle brackets (aka ‚XML‘)
    • How can I choose from the best communication options?
  • Quotas & throttles
    • Beyond Hello World, all my services and consumers fail with strange exceptions
    • My services do not perform the way they are supposed to
    • How can I teach WCF to be less ‘conservative’ in Intranet environments?
  • Metadata & WSDL
    • Some non-WCF consumers cannot understand the WSDL WCF produces
    • My WSDL contains the wrong host name
    • I cannot use multiple IIS web site bindings with my WCF services
  • Large data
    • My service eats a lot of memory and chokes the CPU when sending/receiving large data
    • Bigger messages are making my communication really slow
    • I have arbitrary, non-structured data to transfer
  • Performance
    • Somehow my entire WCF-based application is ‚slow‘
    • Hosting my WCF service in IIS seems not to perform well under high load
    • I cannot seem to get a high throughput when clients talk to my service via HTTP
    • All that data is being transferred again and again, it makes my system slow
  • Tracing
    • Some rarely known tip here

Download presentation (PDF) and demo code



Read comments or post a reply to : TechDays Sweden 2009: Presentation slides and demos for 'WCF Tips & Tricks" session
Page 94 of 21350

Newest posts
 

    Email TopXML