Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
ASP Insider

Browse by Tags

All Tags » WCF   (RSS)

Microsoft Store

How Can You Load Test WCF Services?
There are several techniques that have been created to load test WCF Services. These include commercial and open source tools like WCF Load Test available on CodePlex . I have seen several packages over the past few years to perform load testing on web Read More...
Turn on WCF Tracing for WCF Troubleshooting
Yesterday I posted an entry on dealing with larger result sets that cause Fidder to create a ReadResponse() failed error . In that post I mentioned I turned on WCF Tracing to help debug the problem. This is a setting that when turned on causes the WCF Read More...
ReadResponse() failed: The server did not return a response for this request.
If you have found this Blog entry most likely you are seeing this response in Fiddler . It is accompanied by an HTTP status code of 504. ReadResponse() failed: The server did not return a response for this request is not very helpful and in fact fairly Read More...
Introducing SO-Aware, the WCF Management Tool Everyone Needs
Today is the day, Tellago Studios officially launches with our first software offering, SO-Aware.SO-Aware is a RESTful WCF Registry solution. So what does that mean? In short SO-Aware is a web based WCF management tool that also does monitoring and automated Read More...
Why I Love Working for Tellago
Last November I made the decision to join Tellago full-time. I was recruited by my friend Don Demsak for about 4-5 months before joining. It meant doing a lot of travel and essentially relocating to a South Florida the majority of time, a place I had Read More...
The query parameter '$format' begins with a system-reserved '$' character but is not recognized
Tuesday morning I was ranting on Twitter , well really whining, about how WCF Data Services does not support JSON format out of the box. Fortunately I was shown the answer in replies to my rant. So I want to share this with you. First, I made the mistake Read More...
Automatic jQuery Fake Name Checker
I had a great time presenting my jQuery, WCF Databinding talk at the Philly Code Camp yesterday. As usual I keep adding ‘features’ to the demonstration application I use in the session. Since I last delivered the talk I added a few creature comforts of Read More...
The jQuery Templating Plugin and Why You Should Be Excited!
One of the things that just seemed to be missing from the jQuery ecosystem was a truly simple to use data-binding mechanism. I have been writing about and presenting the use of John Resig’s Micro-Templating mechanism all over the country this Winter. Read More...
WCF and jQuery Exception Handling
Now that I have covered the basics of calling a WCF service using jQuery’s AJAX functionality with JSON its time to deal with bugs. Yep, we all create them and have to troubleshoot them on a daily basis. Even if you are not actually coding the WCF Read More...
Using JQuery and JSON to Interact with a WCF Service via AJAX
Yesterday’s post reviewed how to setup a WCF web service to work with JSON from top to bottom. Today I am going to review what needs to be done to use JQuery to work with those WCF end points. If you have not already done so please download the example Read More...
Creating a WCF Service for JSON
Saturday I gave a presentation for the first time at the Southern California Code Camp on how to use JQuery to perform AJAX operations against a WCF Endpoint. Today I want to review how to create a WCF service that supports JSON and how to properly create Read More...
WCF and JQuery Using JSON
What a wonderful showing yesterday at the SoCal Code Camp in Fullerton for both of my sessions. One thing I definitely learned is making AJAX calls to a WCF service with JQuery is in high demand and 60 minutes does not do it justice! Thanks for all the Read More...
Vote for Chris Love in the MIX Open Call
This year MIX is letting you, the community, determine some of the content available during the conference. I, along with many others submitted different sessions to be voted on by, well anyone! You can choose up to 5 sessions . Voting closes on January Read More...