Showing archive results for June 2017

Jun 23, 2017
Post comments count0
Post likes count0

Announcing the General Availability Release of SQL Server Data Tools (SSDT) 17.0 – April 2017

Vahe Minasyan

We are pleased to announce that SQL Server Data Tools 17.0 is officially released and supported for production use. This GA release includes support for SQL Server 2017 and SQL Server on Linux including new features such as Graph DB. It includes several features that we have consistently received requests for via MSDN forums and Connect and contain...

Jun 21, 2017
Post comments count0
Post likes count0

Microsoft Azure OpenDev Live Stream starts June 21st 2017 at 9AM PT

Vahe Minasyan

See what’s possible with open source in the cloud. Learn from community leaders about app platforms, containers, DevOps, and more. Join us live online, participate in Q&A sessions, and get hands-on experience with open source technologies on Azure.

Jun 21, 2017
Post comments count0
Post likes count0

How to distribute your existing Desktop Applications via Windows Store to Windows 10 PCs – including the new Windows 10 S configuration

Vahe Minasyan

Windows 10 S is a specific configuration of Windows 10 Pro that offers a familiar, productive Windows experience that’s streamlined for security and performance. By exclusively using apps in the Windows Store and ensuring that you browse safely with Microsoft Edge, Windows 10 S keeps you running fast and secure day in and day out.

Jun 21, 2017
Post comments count0
Post likes count0

Add Push Notifications to iOS Apps with Azure Notification Hubs

Vahe Minasyan

Push Notifications have become ubiquitous in mobile apps since they were first introduced. One of the major advantages of push notifications is being able to deliver a contextual notification without having the app manually check (or poll) a server; this saves a lot of battery life due to reduced CPU usage. Another key advantage of push notificatio...

Jun 21, 2017
Post comments count0
Post likes count0

Enable client side monitoring in Azure with Application Insights

Vahe Minasyan

With the Application Insights JavaScript SDK you can collect and investigate the performance and usage of your web page or app. Historically we have offered onboarding through manually adding a script to your application and redeploying. Manually adding the script is still supported, but recently we have added the ability to add client-side monitor...

Jun 21, 2017
Post comments count0
Post likes count0

Visual C++ Team Blog

Vahe Minasyan

C++ tutorials, C and C++ news, and information about the C++ IDE Visual Studio from the Microsoft C++ team.

Jun 16, 2017
Post comments count0
Post likes count0

5 Ways to Boost Xamarin.Forms App Startup Time

Vahe Minasyan

The Xamarin SDKs for iOS and Android provide an extremely performant foundation upon which to build Xamarin.Forms cross-platform applications. As you work to tune the speed and responsiveness of your Xamarin.Forms application, keep in mind that the same principles that improve the experience of your apps built with the Xamarin SDKs for iOS and Andr...

Jun 16, 2017
Post comments count0
Post likes count0

Solve Node.js issues faster with Application Insights for Node.js

Vahe Minasyan

Azure Application Insights is an application performance management (APM) platform which provides performance and diagnostic information about your running services and applications to help you discover and diagnose issues quickly. Use App Insights wherever your Node.js application runs containers, PaaS, IoT, and even Electron desktop apps. Just fo...

Jun 16, 2017
Post comments count0
Post likes count0

Take your web app to Azure

Vahe Minasyan

You’ve built your web app. It’s running, and getting good traffic. Now you need to move on to solving the ‘good problems’ to have. You want to scale your app to support more users, but only at peak times. Or you need better hardware and simply don’t want to manage that hardware… or software, or even the network. What if you just want to improve you...

Jun 16, 2017
Post comments count0
Post likes count0

View tags for git repositories

Vahe Minasyan

Git repositories now show tags that allow you to mark important points in your repo’s history. Now you can easily bookmark a specific commit in your git repository to compare to other commits in the future. In this post, I will talk about how you can easily manage following git tag related tasks in VSTS :