Error Solved : http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name was not present on the provided ClaimsIdentity.

nWhile working with MVC application , I came across an interesting thing and got something to learn from it so thought to share.n n n n n nScenario : n nTypically when you implement any MVC web application , younwant to implement some security features in it and hence usenof anti-forgery token is one of … Read more

TFS Build Error Solved: Set-AzureDeployment : Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host

nHi guys,nnRecently I faced a strange issue and figured out a solution as well so thought to share it because I didn’t find much over the web about it.nnWe have created the TFS Build System built for on premise TFS server. We are using it for continuous deployment on Windows Azure Cloud Services and everything … Read more

Error Solved : The specified module Azure was not loaded because no valid module file was found in any module directory

nI was trying to configure the TFS build for continuous deployment on Azure Cloud Services by following the steps mentioned in the documentation http://www.windowsazure.com/en-us/develop/net/common-tasks/continuous-delivery/nnAfter configuring everything, when I queued my build – I got this error message – The specified module Azure was not loaded because no valid module file was found in any module directorynnAs soon as I … Read more

Error creating the Web Proxy specified in the 'system.net/defaultProxy' configuration section – Azure Emulator

nAll right, again a quick post on a strange error I saw in Azure Emulator.nnWe had our ASP.NET MVC Site up and running when we used to run it in standalone mode.nnSo for Diagnostic purpose , we used Azure Diagnostic features and configured our web role with the settings which were needed to be done as described in article … Read more

Passing Parameters to Events – C#

nAll right , again one post away from my favorite SharePoint world but this is kind of generic which can be used anywhere in C#.nnToday we will see how we can pass some custom parameters to any event in C#.nnConsider a scenario where you are calling some method asynchronously and execution is happening in loops.nIn … Read more