Showing archive results for October 2017

Oct 20, 2017
Post comments count0
Post likes count0

Step-back while debugging with IntelliTrace

Vahe Minasyan
Vahe Minasyan

Have you ever stepped while debugging, realized that you’ve taken one step too far, and wished you could step back? Or, while stepping, saw a variable change in an unexpected way, and wish you could go back a step and see what its value was before? Now you can, all without having to restart debugging to recreate the state again!

Oct 20, 2017
Post comments count0
Post likes count0

Bing Search API v7 and Bing Custom Search are now generally available

Vahe Minasyan
Vahe Minasyan

Microsoft Cognitive Services enables developers to augment the next generation of applications with the ability to see, hear, speak, understand, and interpret needs using natural methods of communication. Today, we are announcing the general availability of Bing Custom Search API and Bing Search API v7. Showcased at Microsoft Ignite 2017 just last ...

Oct 20, 2017
Post comments count0
Post likes count0

Wiki* to turn Wiki & many exciting features

Vahe Minasyan
Vahe Minasyan

It has been 3 months since Wiki went live and thanks to your feedback, we believe this is the right time to remove preview tag from Wiki. Wiki* will be Wiki in the coming days.

Oct 13, 2017
Post comments count0
Post likes count0

Visual Studio 2017 Version 15.4 Released

Vahe Minasyan
Vahe Minasyan

Yesterday we released updates to several of our products: Visual Studio 2017 version 15.4, support for .NET Standard 2.0 in the Universal Windows Platform, and the release of Visual Studio for Mac version 7.2. We’ll talk about them briefly in that order, but as always, there’s a lot more information in the release notes for each product. If you’d l...

Oct 13, 2017
Post comments count0
Post likes count0

Updating Xamarin.iOS Apps for the iPhone X

Vahe Minasyan
Vahe Minasyan

There’s no doubt that one of the biggest announcements at WWDC this year was the iPhone X. The new Super Retina display is edge-to-edge on the device, creating an immersive experience we had yet to see on iPhones. With the new screen changes on the iPhone X, developers may be asking themselves, “What do I have to do update my app?” Let’s take a loo...

Oct 13, 2017
Post comments count0
Post likes count0

Build and Release Five-Star Apps Faster

Vahe Minasyan
Vahe Minasyan

The first step in the life of a mobile app is build automation, which builds the app and runs required tests to make sure the app follows required rules. Build automation is also the first step towards shipping high quality, five-star mobile apps. When building iOS and Android mobile applications, one of the main challenges is getting all the requi...

Oct 13, 2017
Post comments count0
Post likes count0

Azure DevTest Labs: Set access rights to an environment resource group

Vahe Minasyan
Vahe Minasyan

Previously, creating or modifying objects within a resource group that contained an environment was not possible because a lab user had only Reader access to that resource group. You can now set Contributor access rights on a resource group that contains your environment, so that you have the flexibility of modifying your environment objects.

Oct 13, 2017
Post comments count0
Post likes count0

Announcing UWP Support for .NET Standard 2.0

Vahe Minasyan
Vahe Minasyan

Today, we are releasing huge updates to UWP for .NET developers. The really big improvement is adding support for .NET Standard 2.0. UWP developers now have access to ~ 20k more APIs. This release brings UWP to partity with the other .NET implementations that support .NET Standard 2.0.

Oct 11, 2017
Post comments count0
Post likes count0

Build a web service with F# and .NET Core 2.0

Vahe Minasyan
Vahe Minasyan

Earlier this year, I wrote about an update to the roadmap for F# and .NET Core. I had mentioned that there were a number of things you could build with F# and .NET Core today, such as web services. In this post, I’ll walk through building a web service with F# and .NET Core 2.0 using the Giraffe library.