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

Silverlight debugging mysteriously stops working
27 Mar 2008, 03:49:55 PM
If you experience sudden death of you break points in Visual Studio while debugging Silverlight application I found this to work for me. Open the properties page of your Web project (right click on your project, select properties): Adva ...
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

WCF calls from Silverlight applications (SL 2.0 B1)
26 Mar 2008, 04:41:00 PM
I have been spelunking around Silverlight 2.0 and its pretty fascinating world. I wanted to see how much of WCF support is built into Silverlight and explore setting up secure cross domain WCF service calls. I will explore the latter in another p ...
Read post

Digital Digest 6
14 Mar 2008, 11:01:00 AM
Fix your host file to block trackers and advertisers http://someonewhocares.org/hosts/   Dynamic Lookup – late bound – VB again? http://blogs.msdn.com/charlie/archive/2008/01/25/future-focus.aspx   YourKit .NET Profiler http://www.yourk ...
Read post