Blog of Petar Vucetin, containing my thoughts, comments and questions. RSS Feed TwitterDiigoFacebookFriendfeed

Code Camp
12 Nov 2008, 10:58:00 AM
Hi Code Campers. I had excellent time talking to you about where do you start with the WCF debugging. I have mentioned few tools I use to dig  deeper into the problems that might arise with using the WCF. Here is the list and the 7 Hidden Gems For ...
Read post

Edit WCF Configuration context menu missing
25 Jun 2008, 03:00:13 PM
If you find your self missing the WCF configuration editing tool when you right click the config file in your project don't PANIC. There are couple of ways to get this working again. One way is to modify your proj file and another way is to add S ...
Read post

Twitter WCF Client
23 Jun 2008, 02:25:02 PM
Well this was interesting experience! You would think this would be very simple to write a Twitter client. Right?! I was confronted with many interesting problems. Service was  thrown at me all kinds of curve balls. Malformed XML, using protocol ...
Read post

Calling self hosted vs. Web application hosted WCF service from Silverlight 2.0 app (SL 2.0 B1)
27 Mar 2008, 02:44:18 PM
I have discovered an interesting fact about Client Access Policy and Silverlight app call pattern differences when your WCF service is self hosted or you are hosting it in the Web application (web site). When you self host WCF service you have ...
Read post