Visual Studio Team Foundation Services Exension for VSC allows management of pull requests, work items directly from Git repos.
- By Michael Domingo
- 03/28/2016
Here's a roundup of simple yet incredibly useful free extensions for Visual Studio 2015 that will keep you coding instead of fussing, and five of them are from Mads Kristensen!
- By Terrence Dorsey
- 03/24/2016
Newest version of Typemock's unit testing framework uses a patented isolation technology to simplify unit testing of C/C++ code.
- By Michael Domingo
- 03/24/2016
An MVP is not some Microsoft award, but the acronym for a term, "minimum viable product," that loosely defines what you're trying to provide as far as features -- at a bare minimum -- to get your app to market. Let's look at the considerations for making sure your app achieves MVP status.
- By Wallace McClure
- 03/22/2016
A number of tools are slowly being open sourced onto the Github repository, with all of them being available over time.
- By Michael Domingo
- 03/21/2016
Here's a nifty tool that can help you get to the heart of issues in your mobile apps that aren't easy to track down.
- By Wallace McClure
- 03/16/2016
When it's important to know what path your application took when processing data, a log of that path can be helpful. And, when you need to make a decision in your code based on an earlier decision, that internal path can make your code both simpler and easier to understand.
The latest Web preview of the VSTS rounds up a number of new features -- Agile planning, testing, Git, release management, Office 365 integration, more -- that the Visual Studio Team will be refining over the next few months.
- By Michael Domingo
- 03/09/2016
Announced at EclipseCon: More tools and support for open source Eclipse platform coming in Microsoft's Azure and Visual Studio tools.
- By Michael Domingo
- 03/08/2016
Reliability and performance improvements rule on this release candidate, and there are a bevy of new features being tested out with Team Foundation Server 2015 U2 RC as well.
- By Michael Domingo
- 03/04/2016
Microsoft's Visual Studio Team is trying out a new process for delivering preview code via NuGet that will make the process of testing then unloading software in development a bit easier.
- By Michael Domingo
- 02/16/2016
Learn to measure the performance of your apps and ensure a great UX.
- By Greg Shackles
- 12/18/2015
You want to use a DLL in multiple projects (it's even possible that other developers at your company might find your DLL helpful). The easiest way to distribute and deploy that DLL, or any other combination of files, is with NuGet. Really.
From Live! 360: A move to DevOps requires several key changes, including the idea that end product delivered to customers will have its imperfections. So, it's key that developers get in front of that with continuous app testing, debugging and delivery to keep the IT machine running smoothly.
Microsoft packages a handful of developer-related services into an Essentials-style pack, and submits Visual Studio Code to beta testing. Oh yeah, and it's also being open sourced.
- By Michael Domingo
- 11/18/2015
Finally out of development, SCOM Management Pack for TFS 2015 allows monitoring of TFS 2015 from System Center Operations Manager.
- By Michael Domingo
- 11/12/2015
Many stories aim to share a saga of how code builds are successfully integrated with each other. This is not one of those stories.
Latest sprint comes with new dashboard capabilities that are meant to replace the Team Overview page, as well as improved pull request and testing features.
- By Michael Domingo
- 11/03/2015
Microsoft's ASP.NET team is willing to pay $15,000 to developers who discover specific security gaps in .NET Core and ASP.NET.
- By Michael Domingo
- 10/21/2015
Implementing Domain Events can dramatically simplify your application while also making it more scalable. Here are some of the implementation options available to you in the .NET environment.