In TypeScript 1.4, you get type-safe support even when you may be working with multiple types, better type checking when inferring types and aliases for type definitions.
At DockerCon, a demo during a keynote shows Visual Studio Code capable of editing of Docker Compose files via an extension that will be available at the next update.
- By Michael Domingo
- 06/24/2015
You've developed a killer app that you know other developers and users want. Are you ready to take it to market? It's time to do some research and see where this new venture can take you. (First in a series.)
- By Wallace McClure
- 06/23/2015
How to unit test view model validation, focusing on the controller when the model is bound to a controller action.
When things go wrong in production, logging provides a way of going back through an application's history to find out what happened. Here's the simplest possible way to use Peter's favorite third-party logging utility: NLog.
Redmond's release of several tools for developing apps on Apple platforms during the Apple Worldwide Developer Conference couldn't have been timed any better.
- By Michael Domingo
- 06/16/2015
SharePoint 2013 offers several ways to interact with the SharePoint data, one of which is through the SharePoint SDK for Windows Phone 8. Malin De Silva walks through the process.
- By Malin De Silva
- 06/10/2015
Microsoft announced pricing cuts for volume users starting June 1 while Application Insights is in public preview.
- By Michael Domingo
- 06/04/2015
Microsoft's Jay Schmelzer kicks off Visual Studio Live! in Austin, Texas highlighting the company's latest open source efforts within Visual Studio 2015 and the .NET Framework.
Project System Extensibility SDK improves upon Visual Studio Managed Package Framework for Projects' process for project system plug-in development.
- By Michael Domingo
- 06/02/2015
Now that Google is adopting TypeScript as the development tool for Angular 2, TypeScript 1.5 is going to gain some functionality driven by features in Google AtScript. But there's more in the next version of TypeScript than just AtScript features.
Microsoft finally unveiled the Windows Universal Application Platform at Build in San Francisco. Nick Randolph takes the new controls -- and other changes that assist developers building adaptive layout applications -- out for a spin.
- By Nick Randolph
- 05/27/2015
In the real world, you'll often need to display constant and repeating data, a.k.a. Master/Detail pages. Custom templates are the cleanest, simplest way for you to manage them.
The Visual Studio Code Team improves a few features of the portable code editor -- in particular, public issue tracking and centralized feedback channnel -- while still in preview.
- By Michael Domingo
- 05/19/2015
You don't always want to display the same data the same way. Here are your options for leveraging custom templates in Views to meet all of your needs -- and the code you need when a template won't do the job.