Posts by this author

Jan 26, 2018
Post comments count0
Post likes count0

64-bit ASP.NET Core on Azure App Service

When creating an Azure App Service .NET Core is already pre-installed. However, only the 32 bit .NET runtime is installed. In this post we will look at a few ways that you can get a 64 bit runtime on Azure App Service. During the 2.1 timeframe we are hoping to have both 32 and 64 bit runtimes installed as well as enabling the portal experience to...

Jan 26, 2018
Post comments count0
Post likes count0

Xamarin University Presents: Ship better apps with Visual Studio App Center

At Microsoft Connect(); last November, we announced the general availability of Visual Studio App Center to help (Obj-C, Swift, Java, React Native, and Xamarin) developers quickly build, test, deploy, monitor, and improve their phone, tablet, desktop, and connected device apps with powerful, automated lifecycle services. As a .NET developer, you ma...

Jan 26, 2018
Post comments count0
Post likes count0

Azure Functions: Less-Server and More Code [video]

In this episode, Dmitry is joined by Jeremy Likness for a discussion of Azure Functions, which provide the powerful capability to merge events and code to quickly deploy micro services directly from Visual Studio or as part of a DevOps pipeline. With a variety of triggers that call the code and bindings that connect code with resources like storage...

Jan 26, 2018
Post comments count0
Post likes count0

Visual C++  2017 Throughput Improvements and Advice

As C++ programs get larger and larger and the optimizer becomes more complex the compiler’s build time, or throughput, increasingly comes into focus. It’s something that needs to be continually addressed as new patterns emerge and take hold (such as “unity” builds in gaming). It’s something we’re focusing on here in the Visual C++ Team, and has bec...

Jan 24, 2018
Post comments count0
Post likes count0

Discover the latest C++17 progress in Visual Studio 2017 15.5 and 15.6

VS 2017 15.5 is now available for production use, and 15.6 Preview 1 is also available. As usual, here are feature tables for the STL and compiler, plus a detailed list of STL improvements. (You can also read our previous changelog for VS 2017 15.3.) Please note that due to our branch structure and merge timing, features and fixes described below a...

Jan 24, 2018
Post comments count0
Post likes count0

VSTS will no longer allow creation of new MSA users with custom domain names backed by AzureAD

On September 15, 2016, the Azure Active Directory (Azure AD) team blocked the ability to create new Microsoft accounts using email addresses in domains that are configured in Azure AD. Many VSTS customers expressed concern when this change happened. As a result, we worked with the Azure AD team to get a temporary exception for our service to be exc...

Jan 24, 2018
Post comments count0
Post likes count0

Now Available: Offer Add-on Subscriptions with Automated Recurring Billing in Your UWP Apps

Today we are extremely excited to announce that subscription add-ons are available to all UWP developers. You can use subscriptions to sell digital products in your app with automated recurring billing while giving your customers a seamless purchase experience. One thing to keep in mind is that the Store fee for recurring billed subscriptions diffe...

Jan 24, 2018
Post comments count0
Post likes count0

Cortana coming to more devices in 2018 through Devices SDK and new reference designs (UWP)

To kick-off 2018, we’re making it easier than ever for OEMs and developers to build for Cortana with the Cortana Devices SDK. Just last week, Johnson Controls announced the new Cortana-enabled JCI Glas thermostat, built using the Cortana Devices SDK. We’ve also partnered with industry leaders including Allwinner, Synaptics, TONLY and Qualcomm, to d...

Jan 24, 2018
Post comments count0
Post likes count0

CosmosDB: Serverless NoSQL for the .NET Developer [video]

In this episode, Dmitry is joined by Jeremy Likness, who shows us CosmosDB. This is the Azure database-as-a-service that features geo-replication, user configurable consistency levels, and supports a variety of interfaces from the classic DocumentDB to MongoDB and more. Jeremy demonstrates how to set up a CosmosDB account, load data, and stand up ...