About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
Tag Archives: WCF
Performance optimization with VS2012 profiler
Many systems are not optimized or sub-optimized by tweaking the wrong features. This post describes the use of the Visual Studio 2012 profiler to get insight in what to optimize and monitor the result of these optimizations. For this post … Continue reading
Posted in Development
Tagged .NET, .NET 4.0, deserialize, Performance, Profiler, stringreader, tweak, Visual Studio 2012, WCF
Leave a comment
Code generation from Visual Studio UML class diagram
In the Ultimate edition of Visual Studio 2010 Microsoft has put the Architecture feature. With this I can create Graphs, Layer and UML diagrams. The feature is readonly in the Premium edition, but I’m not sure it can generate code … Continue reading
Posted in Development
Tagged azure, class diagram, classdiagram, Code, codegeneration, DataContract, generate code, interface, servicecontract, serviceimplementation, T4, Tooling, UML, Visual Studio 2010, WCF, Windows Azure
1 Comment
Sniff localhost
My WCF services are using basic authentication over https. To prove this is a safe combination I wanted to sniff the trafic between client and host. Problem is a tool like Wireshark cannot sniff localhost. You’ll find good explanation why … Continue reading
Hacking Silverlight part 3
This post should be called Hacking WCF as I will show some configuration hacks in WCF. Read part 2 here where I discussed the clientaccesspolicy.xml and crossdomain.xml files. The Csla WcfPortal I discovered in part 1 (here) is my next … Continue reading
Posted in Security
Tagged csla, proxy, risk, Security, security settings, WCF, WcfPortal, web.config, wsdl
Leave a comment
Fileless activation without svc extension (sort of)
Hosting WCF services in Windows Azure is easy: create service contract and implementation, add serviceactivation to web.config of the Role you’re hosting the service in. The serviceactivation needs a registered extension (svc) to be activated. When you want to do … Continue reading
Posted in Development
Tagged azure, extension, iis, rewrite, serviceactivation, svc, url rewrite, WCF, Windows Azure
Leave a comment