Translate

Friday, March 28, 2014

Self answered question on Stackoverflow: how-to-get-typeas-in-request-gettype-of-a-request-message-in-service-behavior

Stackoverflow is the lifeline of all the developers these days. I created a question and answered it for myself and this is my first attempt at asking a question and answering it, till date no one has upvoted the answer but I would still like to paste the link here: 


Thanks
Dibyendu

Thursday, March 13, 2014

Faking Static constructor

I have been fixing up some legacy test cases written against Typemock 6.0.8 and was planning to get it running against Typemock 7.4.3. 

As always legacy code was faking some objects which were internally referring objects which had static constructors. 

Couple of links which helped me here : 




Thanks
Dibyendu