Browse by Tags

All Tags » WCF (RSS)

ESB Series: Part 5

Been a really crazy month with a lot of projects all going into production at once. Finally had some time to blog about the progress on my WCF based ESB: http://www.iserviceoriented.com/blog/post/Building+Our+Own+ESB+-+Publish+Subscribe+Part+5.aspx There...
Posted by Jesse Ezell | with no comments
Filed under: , ,

Configuring WCF Performance

Because the WCF team wanted to provide something secure out of the box and allow inexperienced developers to get up and running quickly, WCF will not perform well without tweaking. Here's a little help with the less obvious settings: http://www.iserviceoriented...
Posted by Jesse Ezell | with no comments
Filed under:

ESB Series Part 4

Long awaited part 4 of my WCF based ESB series is up: http://www.iserviceoriented.com/blog/post/Building+Our+Own+ESB+-+Publish+Subscribe+Part+4.aspx Code is being hosted on GitHub now for anyone that wants to browse and get some ideas (link to the source...
Posted by Jesse Ezell | 1 comment(s)
Filed under: ,

Publish / Subscribe with WCF

I'm working on a series of articles about building an ESB on your own. http://www.iserviceoriented.com/blog/post/Building+Our+Own+ESB+-+Publish+Subscribe+Part+1.aspx http://www.iserviceoriented.com/blog/post/Building+Our+Own+ESB+-+Publish+Subscribe+Part...

Delegation: WCF Gotcha #2

Delegation can be a pain in the ass to get set up, but is a really cool feature of Windows that allows you to forward credentials from one service or machine to another. I have a post over at iServiceOriented.com explaining what you need to know to get...
Posted by Jesse Ezell | with no comments
Filed under:

Indisposable: WCF Gotcha #1

When you have the code behind the service ready to go, you deploy it to the server of your choice and are ready to call the service. At this point, you will most likely do one of two things to consume the service: Create a ChannelFactory and reuse your...
Posted by Jesse Ezell | with no comments
Filed under: ,

iServiceOriented.com

I'm starting up a new blog / website over at www.iserviceoriented.com . If you are considering transitioning over to a service oriented architecture, I'll help you make the jump. I don't have an ESB to sell or a product to muddy up the conversation with...
Posted by Jesse Ezell | with no comments
Filed under: ,

Using WCF endpoints with SQL Reporting Services

Consuming WCF endpointpoints with SQL Reporting Services can be difficult. Most of this difficulty is for two reasons: 1) SQL Reporting Services XML and web services support is slightly better than a piece of crap. 2) Documentation for the XML query provider...

WCF: Getting ServiceAuthorizationManager and IAuthorizationPolicy to Work Together Properly

When using WCF, you may want to integrate your security model into your application using claim based security. At this point, you will come across ServiceAuthorizationManager, which is responsible for evaluating policy statements to determine if the...
Posted by Jesse Ezell | 1 comment(s)
Filed under:
More Posts