Among the list of bug fixes is one that squashes a potential security issue with ASP.NET Core View Component that can result in an elevation of privilege on systems.
- By Michael Domingo
- 09/14/2016
Standard function breakpoints probably help in most of the debugging sessions. But, sometimes, there's simply too much code to check, too many objects or cases. What if you want to filter out code that generates a breakpoint? Here's a look at conditional breakpoints.
- By Bartlomiej Filipek
- 09/14/2016
Full process customization gets nearer to reality with the ability to create custom work item types. Plus, work item history and release management get more refined in this month's Web release.
- By Michael Domingo
- 09/13/2016
The experiment is over and now C++ developers can tap into the production-ready version of AWS SDK that allows them to create modern C++ interfaces to AWS.
A significant disruption of Microsoft's Azure cloud services has affected a large number of customers in Europe and India, and it's really trying the patience of developers using Visual Studio Team Services, with only partial use of services back online as of Friday afternoon.
- By Michael Domingo
- 09/09/2016
A language that's data-intensive naturally should have a way to dig into the data effectively. Here's a look at some of the R functions for searching and sorting through it all.
- By James McCaffrey
- 09/08/2016
This TypeScript 2.0 release candidate shows off a few new features, such as tagged unions and support for more literal types, and flexes itself beyond excludes in the config file with support for globs and includes. Bonus: It's "stable enough for general use," says Microsoft.
- By Michael Domingo
- 09/07/2016
Developers who have been taking Visual Studio '15' Preview through its paces are getting a good look at a number of key C# 7.0 features, such as tuples and pattern matching.
New extension allows editing of JavaScript running in a Safari browser, directly from Visual Studio Code runnning on a Windows or Mac machine. Also: UserVoice getting replaced for another feedback loop.
- By Michael Domingo
- 09/01/2016
As you work with other developers (and seek advice from experts) you need to make sure you're discussing what matters rather than arguing about terminology.
IndexedDB allows you to store data on the client to let the user work offline and to reduce demands on the server. Here's enough code to both get you started and to show you the difference between doing it in JavaScript and doing it in TypeScript.
The new extension that provides continuous delivery services from within VSTS and TFS is now available in the Visual Studio Marketplace.
- By Michael Domingo
- 08/29/2016
Create the best object for moving data from your Controller to your View.
C# might be more elegant with escape sequences, but that doesn't mean Visual Basic is weaker in this area.
Updates to pull requests, continuous integration features, and build definitions, and work items are highlights of the latest sprint released at the beginning of this month.
- By Michael Domingo
- 08/25/2016
When you debug a C++ application, the debugger can take a number of detours through lots of trivial functions or code from third-party libraries. You can filter out those unnecessary paths and have the debugger focus on just the code you want.
- By Bartlomiej Filipek
- 08/24/2016
Many of the new features previewed in the IDE -- setup engine, revamped the Start Page, quick launch from clone, etc. -- have been enhanced and improved. Dozens of language-specific improvements are also embedded in this fourth preview.
- By Michael Domingo
- 08/23/2016
One way to slow down your application is to make multiple trips to the database. Here's a way to cut those trips in half (at least) and it has to do with the EntityFramework.Extended library.
Web Parts support is a highlight of this for-testing-only developer preview, and Visual Studio tooling and "modern page editing experiences" are also in the works.
Microsoft is open sourcing its popular scripting language and porting it to the Linux and Mac OSX platforms. PowerShell capabilities will also reach into the cloud via extensions for Microsoft Operations Management Suite.
- By Michael Domingo
- 08/18/2016