Translate

Wednesday, July 09, 2014

Web.config Transformation Syntax for Web Project Deployment Using Visual Studio

Needed to do some work on the web.config transformations, I was finding difficulty in locating the complete set of functions which can be set to either xdt:Transform or on xdt:Locator. \

Finally found a cool link on msdn which served my purpose: 

Another link which helped: 

Thanks
Dibyendu

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

Wednesday, February 12, 2014

Visual Studio TFS: Why no keyboard shortcut to view the Source Control Explorer?

A common thing which I lookup multiple times and thanks to  Ian Goodsell for blogging : 
http://blog.iangoodsell.com/2009/08/visual-studio-tfs-why-no-keyboard.html


And one request to VS team please make the dialog little larger so that a developer can see at least 10 commands.
This does not help:

Thanks
Dibyendu