I thought of writing this article to provide guidance to the Development team – to measure the code quality and identify non-compliant code using leading tool called SonarQube. Here I have listed out Step-by-Step approach in configuring SonarQube – Server…
Category: DotNet
NuGet to work behind a proxy
In this article, I am going to explain – the Configuration steps for NuGet to work behind a proxy.
HTTP/1.1 200 OK error
This Error occurs due to – Site unable to connect it’s Database. To make sure, look at the event viewer and you can find the error log saying ‘Cannot open database’, ‘The login failed’ etc.,
InfoPath Publisher
InfoPath forms plays a major role in developing Workflow forms. The publishing of the forms takes more time when deploying in different servers. The forms developed in developer machine have many links which points to the developer machine ID. When…
Reuse Collection types Issue
In VS 2008, there is a problem with reusing collection types when you configure a WCF service and wish to ‘Reuse types in all referenced assemblies’. If you want to pass collections around via your WCF service, a Visual Studio…
Custom Activities and Dependency Properties
This article gives the bullet points on Custom Activities and Dependency Properties.
Menu and Context Menu with RoutedCommand
The below article describes how to add Menu, Context Menu for WPF application. It also gives solution for the problem of RoutedCommand during execution.
Service Debug Behavior
Occasionally we may be coming across this error and it can be very frustrating to pinpoint what the actual problem is. Debugging in Visual Studio does not always give helpful information either.