Click here to Skip to main content
15,881,559 members
Everything / VSTS

VSTS

VSTS

Great Reads

by Habibur Rony
This article mainly covers how to create new build and release definition using VSTS. There are short descriptions of DevOps, continuous integration, continuous delivery and continuous deployment.
by Sander Rossel
Get started with Azure Functions and serverless computing in Azure. We'll see what serverless computing is and how it's implemented in Functions.
by Shivprasad koirala
During testing phase you would like to generate range of test data so that you can test your application properly. Most of the times testers end up doing monkey testing or exploratory testing.
by Rasmus_Hald
Thisarticle describes the results and how a "DevOps Duo" is now the new normal forthis professional services provider (PSP).

Latest Articles

by Sander Rossel
Set up Continuous Integration and Deployment to Azure in VSTS using Azure and Visual Studio. The post Azure Deployment using Visual Studio Team Services (VSTS) and .NET Core appeared first on Sander's bits.
by Sander Rossel
Get started with Azure Functions and serverless computing in Azure. We'll see what serverless computing is and how it's implemented in Functions.
by Sander Rossel
Azure WebJobs in .NET Core 2.1
by Sander Rossel
Taking Continuous Deployment one step further by deploying your infrastructure to Azure using Azure Resource Manager Templates, or ARM Templates. The post ARM Templates to Deploy your Resources to Azure appeared first on Sander Rossel.

All Articles

Sort by Score

VSTS 

7 Jun 2018 by Habibur Rony
This article mainly covers how to create new build and release definition using VSTS. There are short descriptions of DevOps, continuous integration, continuous delivery and continuous deployment.
29 Aug 2018 by Sander Rossel
Get started with Azure Functions and serverless computing in Azure. We'll see what serverless computing is and how it's implemented in Functions.
12 Jan 2012 by Orcun Iyigun
Here is a good link for you to read for ALC it also mentions a lit bit a bot SDLC:Application LifeCycle Management[^]Here is the link for you to have a look at for SDLChttp://www.softwaredevelopmentlifecycle.net/[^]After viewing them you can find the answer to your...
24 Nov 2011 by Shivprasad koirala
During testing phase you would like to generate range of test data so that you can test your application properly. Most of the times testers end up doing monkey testing or exploratory testing.
8 May 2012 by Lima3
I have an issue working with VSTS and VS2008. Do I need install any service pack or do some thing. Please help on this.ASAP.. I am waiting for the solution.
8 May 2012 by Ganesan Senthilvel
At machine level, you are supposed to have SP(Service Pack). At application level, if you target "Any CPU" or specifically "x64" you will be unable to use "Edit and Continue". That is, you will be unable to break execution, change code, and then continue execution. This can significantly...
7 Aug 2012 by syedaliaizazuddin
Hi allI want to know if there is any possibility to restrict the states in TFS cmmi processLike I have 3 departments: 1. QA2. review commitee3. developementNow I want that if a qa person creates a bug then only development team can tick it as resolved.......all other...
8 Aug 2012 by syedaliaizazuddin
hi all,i want to find out the solutuion for my problem .problem is in tfs 2010 (requirements)when we create task in requirements like child task and requiremnt is parent.then if we close requirement then is successfully closes it but i want that it should not be closed until...
23 Aug 2012 by syedaliaizazuddin
h alli want to copy all of my test casses from test manager to my new project which is based on cmmi development . but my last project is on agile development ..now i want to copy all of my test cases to the cmmi process project is there is any way to do that ?if i linked...
23 Aug 2012 by syedaliaizazuddin
I have created a Test Plan, lets call it Test Plan 1, under which I have my test cases.I want to re-use my test cases in Test Plan 2, so I create a new test plan, called Test Plan 2, then I use the "copy test suites from another test plan" facility to copy my test cases from Test Plan 1 to...
26 Aug 2012 by Valery Possoz
Hello,You can try using Test Case Migrator Plus. Test Case Migrator Plus[^]This tool lets you import test cases from an Excel spreadsheet or from word/mht.Before using it you will need to export your test cases to Excel, there are plenty of way to do it, here's another codeplex...
10 Oct 2012 by syedaliaizazuddin
problem with my TFS Alert Explorer, When i am saving my Email Alerts its working properly but 2 day before it do an riduculas thing, alert explorer deleted all the email alerts from it, and also the condition which i made for alerts even it does not showing a simple email adress, this is very...
11 Oct 2012 by syedaliaizazuddin
can this is possible to doTest Case should not be part of Test Plani want to remove test case from test plan in test manager 2010
14 Nov 2012 by syedaliaizazuddin
sorry for my bad english. i have server plugin for tfs alerts it is sending mail when something is assign to me. now , i want that the change fields aslo will me mailed by plugin. like , state , triage and etc. or all the fields will be send in email. can any one share me the logic to do that....
9 Jan 2013 by TanzeelurRehman
Respected professionalsIs it possible in vsts that multiple users can work on a single page (aspx or .cs file). As i remember it is not possible in vsts that after checking out by one user another user cannot work on that page until the user check in. Regards
9 Jan 2013 by Tejal S
Yes you can Have multiple users working on same file.You can Merge changes by opting for modification incase any user has checked in.Incase the page is locked,another user cannot edit the same file.
10 Jan 2013 by Virander S
Yes that is possible and as mentioned by Shona22, you have to merge the changes.
10 Jan 2013 by rahulinbscit
Hi User/Guest,In Visual Studio with tfs you & your team can work on same file by splitting file by adding 'Partial' Keyword in the class and make multiple file for the one cs file and multiple team member work on multiple method at a time in different.so you can use partial class in Dot Net...
10 Apr 2013 by Gordon Beeming
You can use the destoywi[^] command to permanently remove any Work Item from TFS. I have the below code snippet in a bat file that I use when required.@ECHO OFFECHO Please type the IDs :set /p id=cd c:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDEwitadmin...
9 Sep 2014 by Prakash Ray
i had made VB Wcf services and Client both uses http binding (localhost).I want to run Agents from remote machines in LAN which will require me to use netTCPbinding .i change binding in config file where ever applicable . But still faces error as Service is not available , Error message...
5 Jun 2015 by gopiitit
Hi , We are doing the load test using VSTS 2010 and accessing the link through VPN connection, if we configure the total number of users count as more than 20, we are getting "underlying connection was closed the connection was closed unexpectedly" closed error message and we could not proceed...
6 Aug 2015 by Member 11890461
I had two different types of scripts for running the scenario for 25 VUsers.1. In the script File, The Login Id is not parametrized - Meaning - I have used only one Login ID - say CAN0801 - So When 25 users hit the site - They all use the same loginid viz. CAN0801 and later move to view the...
18 May 2016 by Anjitha S Nair
I want to create a service hook subscription for team projects on time of creation. I have tried REST API method, but it needs additional authentication even though I signed in VSTS. Can anyone please help me?What I have tried:I have tried REST API:{ "publisherId": "tfs",...
30 Sep 2016 by Rasmus_Hald
Thisarticle describes the results and how a "DevOps Duo" is now the new normal forthis professional services provider (PSP).
20 Feb 2019 by Ravi Sargam
I have added one class file in my solution but it is not showing in Team Explorer pending changes due to this i am unable to commit changes of this specific file. If i made any line of change and if i don't save file then only it is showing in changes after saving file again it is removed from...
20 Feb 2019 by Richard MacCutchan
See Team Explorer add file - Google Search[^]
1 Mar 2019 by Member 14167830
The continuous integeration pipeline fails wit the following error Unable to find D:\a\1\s\ApplicationTemplateTestCases\obj\Debug\netcoreapp1.1\testhost.dll. Please publish your test project and retry Can you please tell us the possible reasons for this issue? What I have tried: I have...
31 Aug 2018 by Sander Rossel
Set up Continuous Integration and Deployment to Azure in VSTS using Azure and Visual Studio. The post Azure Deployment using Visual Studio Team Services (VSTS) and .NET Core appeared first on Sander's bits.
16 Aug 2018 by Sander Rossel
Taking Continuous Deployment one step further by deploying your infrastructure to Azure using Azure Resource Manager Templates, or ARM Templates. The post ARM Templates to Deploy your Resources to Azure appeared first on Sander Rossel.
22 Jan 2018 by RahulMittal2018
How to use Visual Studio Team Services and Git with VS 2017
14 Oct 2010 by Martin Hinshelwood
TFS vs. Subversion fact check
14 Aug 2017 by Cheetah-tt
Show build number on your webpage when using Visual Studio Team Services to perform a remote build
23 Mar 2017 by Mirza Merdovic
I finally managed to solve this using .NET Client Libraries for VSTSI use these 2 packages: Microsoft.TeamFoundationServer.Client and Microsoft.VisualStudio.Services.Client, they as one could guess are wrappers around the VSTS REST API functionalities.In order to retrieve zipped folder...
12 Jan 2012 by ks ravi
hI,Please anyone reply that diff b/w software development life cycle and application life cycle.
23 Mar 2017 by Mirza Merdovic
I need a way to download a source code from Visual Studio Team Services, basically I need a solution zipped, just as you can download it manually when I am on VSTS site.What I have tried:I've been through VSTS API reference: Projects | REST API Reference for Visual Studio Team Services...