Browse by Tags

All Tags » WCF (RSS)

Angle Brackets Are Dead. Long Live XML.

Many people fail to realize that XML can be used to represent many formats beyond the standard text xml encoding that most people recognize. So, I wrote a little post about how WCF takes advantage of this idea to illustrate what is possible when you change...
Posted by Jesse Ezell | 12 comment(s)
Filed under: , ,

Neuron ESB on Endpoint.TV

We recently sat down with Ron Jacobs to talk about Neuron ESB on Endpoint.TV. http://channel9.msdn.com/shows/Endpoint/endpointtv-WCF-Partner-Neuron-ESB/
Posted by Jesse Ezell | 8 comment(s)
Filed under: , ,

Building a Simple Web Server With WCF

Tired of seeing a million examples of using REST support in WCF (which blows) and not a single example that goes beyond the basics everyone knows. So, I wrote a simple web server today using WCF and blogged about it: http://blog.iserviceoriented.com/index...
Posted by Jesse Ezell | 220 comment(s)
Filed under: , ,

Back in Action

Everyone keeps asking me to start blogging again... so I'm finally doing it. I'm back in action after a year or so off from blogging. Been working with WCF 24/7 since joining the Neuron ESB Team and have plenty of WCF tricks to share. Anyway, kicking...
Posted by Jesse Ezell | with no comments
Filed under: ,

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 | 2 comment(s)
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 | 2 comment(s)
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 | 3 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: ,
More Posts Next page »