deploy a website in azure using arm templates

4
ASP.NET MVC SANS VISUAL STUDIO PRATIK KHASNABIS DDD BY NIGHT 2015

Upload: pratik-khasnabis

Post on 12-Apr-2017

50 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Deploy a Website in Azure using ARM Templates

ASP.NET MVC SANS VISUAL STUDIO

PRATIK KHASNABIS

DDD BY NIGHT

2015

Page 2: Deploy a Website in Azure using ARM Templates

.Net Framework Overview

RyuJIT + SIMDGarbage Collector

Runtime components Compilers.NET Compiler Platform (Roslyn)Languages innovation

.NET Framework 4.6 .NET Core 5

Fully-featured and integrated .NET libraries and runtime for Windows

Modular and optimized .NET libraries and runtimes

WPF ASP.NET (4 & 5)

Windows Forms

ASP.NET 5 Universal Windows Apps

CoreCLR .NET Native

Base class librariesNuGet packages

Libraries

Shared

Open Sourcehttps://channel9.msdn.com/events/Ignite/2015/BRK2702

Soon

Page 3: Deploy a Website in Azure using ARM Templates

.Net Core Framework and ASP.Net 5• True Open Source – https://github.com/dotnet, http://github.com/aspnet

• Cross platform – Windows, Linux, Mav, No dependency on machine wide .Net framework

• Modular – Nuget based, App Local, Small footprint, Optimised Cloud Ready,

• ASP.Net 5 – Code executed by dnx.exe, not IIS worker process

• Kestrel – Managed Code HTTP Server

• DNVM – .Net Version Manager

• DNX – .Net Execution Environment (1.0.0-rc1)

• DNU – .Net Utilities

• Visual Studio Code – Code Editor (> Text Editor but < IDE) runs in Windows, Linux, Mac.

Page 4: Deploy a Website in Azure using ARM Templates

Required Tools

• DNVM

• CORE CLR

• GIT

• NPM

• Grunt, Gulp, Bower, Yeoman, generator-aspnet

• Visual Studio Code