-
Code Analysis & Code Metrics Integration in Azure Pipelines
This documentation shows the tutorial on how to integrate Visual Studio Code Analysis and Code Metrics in Azure Pipelines using YAML. Follow the steps: Open Visual Studio 2019 and open project or solution and select your project. Now you have to add a NuGet package named “Microsoft.CodeAnalysis.Metrics” to your solution. For this right click on…
-
Create custom project templates in Visual Studio
Visual studio installation comes with the various predefined project templates, and we can use one of these templates (like console application, class library, ASP.NET web application, etc) to create a new project. We can create custom project templates and have they appear in create new project dialog under the project selection templates. Here I would…
-
Performing Sonar Analysis for .NET projects
Sonar Integration with TFS build for .net projects This document provides details about TFS and Sonar integration for .Net projects. The .net projects can be analyzed using solution properties or adding invoke process in the build process template. Pre-requisites: Sonar media download link. http://docs.codehaus.org/display/SONAR/Installing+and+Configuring+SonarQube+Ant+Task Installing Sonar. 1.Download sonar-3.7 and sonar-runner-2.3*** unzip folders and copy the…
-
How to use JQuery with Visual Studio .Net
What does JQuery mean? It is simply a light weight javascript library through which we can perform actions like “DOM Elements” selection, Event handling, Animation effects, Ajax calls etc with minimal code. In short we can say ” write less,do more” with JQuery. Why should we use JQuery? Makes it easy to use javascript with…
-
How to use TFS 2012 Team Build for Visual Basic 6
Here is a process to build your VB6 projects in Team foundation Server 2012. 1. Have a copy of your VB6 project 2.Download the MSBuild Extension Pack from the below link and install it on the build machine. http://msbuildextensionpack.codeplex.com/ 3.Create a xml file with the contents as attached with the mail. Let us name this…
-
End to End Testing Using Visual Studio 2010. (Power of Visual Studio-Ultimate for Testing. )
Scenario: Usage of Manual Test case(MTM) to perform the Load Test using Visual Studio 2010.We call it as End-To-End Testing using Visual Studio 2010. Tools Used : Visual Studio 2010, TFS 2010, Microsoft Test manager 2010. Lets get into how to do End-To-End Testing using Visual Studio 2010: Step 1: Writing a Test case in…
-
Troubleshooting load test threshold violations
Threshold Violations after running load test. Threshold Violation: Network Interface – Bytes Total /sec exceeds the threshold value The Bytes Total/sec performance counter shows the rate at which the network adapter is processing data bytes. This counter includes all application and file data, in addition to protocol information, such as packet headers. TheBytes Total/sec performance counter is the sum of…
-
Instructions for configuring the VS2010 Virtual image in Windows Virtual PC (Windows 7)
Instructions for setting up VS2010 Hands-on labs: Minimum Hardware requirements: Processor : Pentium 2.6 GHz+ Memory : 4 GB RAM Hard Disk: 50 GB free space on a single drive/partition Software requirements: Operating System: Microsoft Windows XP Professional SP3/ Vista/ Windows 7 (Operating System) Virtualization Software: Microsoft Virtual PC 2007 SP1/ Windows Virtual PC…
-
To recover the space occupied by TFS 2010, after deleting the artifacts.
When you delete the team project or project artifacts from TFS 2010, the TFS collection database won’t release the space occupied to store those artifacts. Even when you shrink the database file, you won’t see any change in the TPC database (.mdf) file size. To recover the space, follow the below steps (Please wait for…