Profile_bird

Hey there! kkozmic is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving kkozmic's tweets.

Already using Twitter
from your phone? Click here.

kkozmic

  1. why do all SRE *Builder types still keep all the temporary data after creating what the're creating? Such a waste of memory
  2. DP 2.2 is not only faster than 2.1 but also has smaller memory footprint, although difference is not that spectacular here.
  3. downloaded DotTrace nightly build, but its either veeeery slow or it hung my profiled app.
  4. @migueldeicaza ROTFL
  5. can I compare two snapshots in Ants perf profiler vLast?
  6. http://bit.ly/4gvBfb this is my test. It takes 9 seconds on DP 2.1 and 3 seconds on latest DP build! Can any1 confirm my machine is not mad?
  7. I just ran performance comparison between Dynamic Proxy 2.1 and 2.2 - new version is x2 faster. WTF? Can anyone verify this?
  8. @jezell I noticed. It is illogical for me, that first WCF dumps certificate into config, and then required it to be installed anyway
  9. @jezell it does, but what would it validate it against? Anyway, thanks for your help with this.
  10. @jezell that's what I wanted - auth service to client without installing certs on client machine
  11. after over 10h at work, it's finally time to go home
  12. @jezell yeah. I'm still astonished this does not work out of the box. What is that endpoint/identity encodedValue used for in this case?
  13. @jezell ok, I've got it. Looks like it's gonna work, although I have to set the validator from code to call non-default .ctor.
  14. @jezell and how do I access that certificate from this custom validator? Current OperationContext and ServiceSecurityContext are null...
  15. @ayende perhaps they think working with you is enough gratification ;)
  16. securing WCF with certificates SO question: http://3.ly/CWM I'm getting desperate...
  17. @jezell thanks for the link.
  18. @jezell it may be, but it's also incredibly frustrating to deal with sometimes
  19. one more like that and I swear I'll do what @jeremydmiller suggested and start avoiding WCF altogether
  20. Why, is svcutil setting identity to DNS, when I have on service serviceCredentials = serviceCertificate, it obviously does not work now