Showing category results for VS4Mac

Aug 4, 2017
Post comments count0
Post likes count0

Microservices and Docker containers: Architecture, Patterns and Development guidance

Vahe Minasyan

As part of the series of posts announced at this initial blog post (.NET Application Architecture Guidance) that explores each of the architecture areas currently covered by our team, this current blog post focuses on “Microservices and Docker containers: Architecture, Patterns and Development guidance”.

Aug 4, 2017
Post comments count0
Post likes count0

App Service Environment v2 release announcement

Vahe Minasyan

We are happy to announce an upgrade to the App Service Environment. The App Service Environment (ASE) is a powerful feature offering of the Azure App Service that gives network isolation and improved scale capabilities. It is essentially a deployment of the Azure App Service into a subnet of a customer’s Azure Virtual Network (VNet). While the feat...

Aug 1, 2017
Post comments count0
Post likes count0

Build apps faster with Azure Serverless

Vahe Minasyan

Azure’s Serverless offerings allow developers to build and deploy elastic-scale applications faster than ever. Serverless technology allows developers to focus on their apps rather than provisioning, managing, and scaling the underlying infrastructure. Azure provides unique serverless tools to accelerate development by seamlessly tapping into the b...

Aug 1, 2017
Post comments count0
Post likes count0

Introducing Support for Brotli Compression (.NET)

Vahe Minasyan

Modern web-pages are getting larger and larger with huge CSS, HTML and JavaScript files. But the Internet connection isn’t always good and pages can load slowly. Web pages also often contain other materials such as images and videos. Reducing load time can have a profound impact on the user experience. Compression can help with that.

Aug 1, 2017
Post comments count0
Post likes count0

CodePush joins Visual Studio Mobile Center

Vahe Minasyan

About two years ago, a group of developers at Microsoft crafted a service for distributing Apache Cordova, React Native, and Windows Mobile updates to applications in the wild. They called it “CodePush.” Since then, mobile app developers have deployed thousands of releases to in-production apps – deploying quick bug fixes, feature improvements and ...

Aug 1, 2017
Post comments count0
Post likes count0

Node-ChakraCore Update: N-API, Node.js on iOS and more

Vahe Minasyan

Today, we are happy to announce a new preview release of Node-ChakraCore, based on Node.js 8, available for you to try on Windows, macOS, and Linux. We started our Node-ChakraCore journey with a focus on extending the reach of Node.js to a new platform, Windows 10 IoT Core. From the beginning, it’s been clear that in addition to growing the reach o...

Aug 1, 2017
Post comments count0
Post likes count0

Announcing the 2017 Imagine Cup Champions

Vahe Minasyan

Microsoft is committed to empowering today’s students to create the world of tomorrow. Through Imagine Cup, we’re bringing today’s brightest young minds to envision the future through technology and teamwork.

Jul 28, 2017
Post comments count0
Post likes count0

Fast and Easy Containers: Announcing Azure Container Instances

Vahe Minasyan

Containers have fundamentally changed the way developers develop their applications, the way applications are deployed, and the way system administrators manage their environments. Containers offer a broadly accepted and open standard, enabling simple portability between platforms and between clouds. Today, I am extremely excited to announce a new ...

Jul 28, 2017
Post comments count0
Post likes count0

.NET Application Architecture Guidance

Vahe Minasyan

The .NET Team has been producing guidance for building microservices and container based applications, web applications and Xamarin.Forms mobile apps. You can use this guidance to help build your applications according to accepted industry patterns with .NET and C#. We have heard many requests for this guidance over the last year. We have recently ...