As you're debugging in Visual C++, sometimes you'll see a message in the Output Windows and then try to go the code it refers to, which can take a few steps. Here's a little trick in coding efficiency that simplifies moving from log messages to source code.
- By Bartlomiej Filipek
- 08/01/2016
Latest update includes support for more recent Node.js release, as well as quite a few productivity enhancements and bug fixes.
- By Michael Domingo
- 07/28/2016
Sprint 102 adds two new build tasks, one for archiving files on various platforms, and another for queuing up Jenkins jobs.
- By Michael Domingo
- 07/28/2016
Here's a tip about how to exploit Entity Framework's change tracking mechanism to -- possibly -- eliminate a trip to the database when you update an item. But, without some additional code, you probably can't use it.
The Universal Windows Platform comes with rich media capabilities. In this article Nick explores how to customize and extend the media playback experience using the Player Framework.
- By Nick Randolph
- 07/27/2016
A preview of the forthcoming Visual F# Tools for F# 4.1 to be released later this year includes support for F# 4.1, editing and compiling .NET Core and .NET Framework projects, as well as support for tuples, struct records, and a number of other F# language enhancements.
- By Michael Domingo
- 07/26/2016
Highlights of Syncfusion Essential Studio Enterprise Edition 2016 Volume 2 are a number of Agile-related components on the Xamarin end, and support for Aurelia and Angular 2 on the JavaScript end. There's also a slew of UWP additions as well.
If you've used attributes in your C# or Visual Basic programs, then decorators in TypeScript are going to look very familiar to you. They're still in development, but here's a look both at how to use them and how to write them.
Microsoft's Bing-powered code searching tool now adds contextually aware coding help for those writing C++ code.
- By Michael Domingo
- 07/21/2016
First previewed at Build 2016, this GA version comes with a number of samples for getting started with building Node.js apps that can take full advantage of Azure Blob, File, Table and Queue storage.
- By Michael Domingo
- 07/21/2016
Bash on Windows: It's new, it's exciting, but what can you do with it? We'll show you how the magic works (including some extensions for Visual Studio developers)
- By Terrence Dorsey
- 07/21/2016
Or, how lifetime can mean different lengths of time, depending on whether it's procedural- or block-level.
Microsoft offers up a new dashboard widget for Visual Studio Team Services that monitors performance, and updates the Azure Toolkit with support for Java Web Apps.
- By Michael Domingo
- 07/19/2016
There are so many ways to integrate an SSRS report into your page that the biggest problem you'll face is deciding which one to use. Peter runs through all the solutions he can think of, including those cases where you want to download the report as a file.
Here are three rules for defining ASP.NET MVC routes that you can actually understand.
Among the changes in Visual Studio 2015 Tools for Unity is a fix for an issue that prevented the abiltity to debug Unity games that incorporated Xamarin. It also incorporates support for Visual Studio 2015 function breakpoints and access to Unity MonoBehaviours.
- By Michael Domingo
- 07/14/2016
You know how to run business-readable tests. Let's continue with a few more hooks.
- By Jason Roberts
- 07/14/2016
Debugging is a crucial part of the development process. In this new series of tried and true C++ tips, we look at the basics of debugging and step through some more advanced debuggings tips for C++ developers.
- By Bartlomiej Filipek
- 07/13/2016
R has limited support for mathematical permutations, but it's there. Here's what R is capable of accomplishing.
- By James McCaffrey
- 07/12/2016
The Visual Studio team's latest update includes quite a number of enhancements, including tab, workbench, and editor improvements/addition, and some new debugging options.
- By Michael Domingo
- 07/12/2016