Showing archive results for June 2017

Jun 30, 2017
Post comments count0
Post likes count0

7 lesser known hacks for debugging in Visual Studio

Vahe Minasyan

The Visual Studio debugger is a magical beast that can save you loads of time while finding and fixing issues in your application. It is chock-full of tools that can make debugging easier… if you know they exist, and where to find them! Let’s look at 7 lesser known goodies you can use to help you #SuperChargeYourDebugging.

Jun 30, 2017
Post comments count0
Post likes count0

Going Global with Xamarin and Azure Cosmos DB

Vahe Minasyan

Imagine that MyTeaCompany is a locally renowned business in Pune, India, supplying tea to the area from their ten shops within the city. They supply a huge variety of teas from Darjeeling to Assam and Thai to Korean, among others. They decide they want to take their business to the next level and create a worldwide presence on the internet.

Jun 30, 2017
Post comments count0
Post likes count0

Announcing TypeScript 2.4

Vahe Minasyan

Today we’re excited to announce the release of TypeScript 2.4! If you haven’t yet heard of TypeScript, it’s a superset of JavaScript that brings static types and powerful tooling to JavaScript. These static types are entirely optional and get erased away – you can gradually introduce them to your existing JavaScript code, and get around to adding t...

Jun 30, 2017
Post comments count0
Post likes count0

How we approach testing VSTS to enable continuous delivery

Vahe Minasyan

I like to write, from time to time about our experiences, successes, failures and learnings from delivering Visual Studio Team Services (VSTS), a large scale service, on a cloud delivery cadence.  My most recent post reflected on how cool it is to be able to deliver customer fixes within a day or two.  And I’ve written many times about our practice...

Jun 30, 2017
Post comments count0
Post likes count0

Sweet UI made possible and easy with Windows.UI and the Windows 10 Creators Update

Vahe Minasyan

Since its original debut with the Windows 10 November 2015 update, Windows.UI.Composition has been empowering developers to build fast, beautiful, sweet user interfaces in UWP and has been providing enhancements with every subsequent Windows release. At Build 2017, we revealed what all of this continuous work has been leading up to: The Fluent Desi...

Jun 28, 2017
Post comments count0
Post likes count0

Smooth as Butter Animations in the Visual Layer with the Windows 10 Creators Update

Vahe Minasyan

The Windows 10 Creators Update marks the third major release of the Windows UI platform APIs. With each release, an attempt is frequently made to simplify features introduced in prior releases. This encourages Universal Windows Platform (UWP) developers to standardize on these features. The new hide and show implicit animations are an example of th...

Jun 28, 2017
Post comments count0
Post likes count0

Windows Template Studio 1.1 released!

Vahe Minasyan

We’re extremely excited to announce the Windows Template Studio 1.1. In partnership with the community, we’ve been cranking out and iterating new features and functionality. We’re always looking for additional people to help out and if you’re interested, please head to our GitHub at https://aka.ms/wts.

Jun 23, 2017
Post comments count0
Post likes count0

Hands on with Visual Studio for Mac

Vahe Minasyan

Visual Studio for Mac was released just under two months ago at Build 2017, and already we’ve seen tremendous growth in .NET developers working on the Mac. Visual Studio for Mac enables you to build native apps for macOS, native mobile apps for iOS, tvOS, watchOS, and Android, using Xamarin and Xamarin.Forms; and web sites and services using ASP.NE...

Jun 23, 2017
Post comments count0
Post likes count0

Office at Build 2017—announcing new opportunities for developers

Vahe Minasyan

At Build Day 2, we announced OneDrive Files On-Demand. Access all your files in the cloud without having to download them and use storage space on your device. You don’t have to change the way you work, because all your files—even online files—can be seen in File Explorer and accessed on-demand whenever they are needed. Read more about the details.

Jun 23, 2017
Post comments count0
Post likes count0

Universal Windows Platform (UWP) and the evolution of touch development

Vahe Minasyan

How is programming for touch development on the Universal Windows Platform (UWP) different from mouse and keyboard development in Windows Forms? This post will cover some of the subtle differences between the two and how to use the most advanced tools for building smooth touch experiences.