SlideShare a Scribd company logo
ASP.NET MVC SANS VISUAL
STUDIO
PRATIK KHASNABIS
DDD BY NIGHT
2015
.Net Framework Overview
RyuJIT + SIMD
Garbage 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
Base class libraries
NuGet packages
Libraries
Open Sourcehttps://channel9.msdn.com/events/Ignite/2015/BRK2702
Soon
.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.
Required Tools
• DNVM
• CORE CLR
• GIT
• NPM
• Grunt, Gulp, Bower, Yeoman, generator-aspnet
• Visual Studio Code

More Related Content

PPTX
Microsoft &lt;3 Linux with ASP.NET Core
PDF
Moving ASP.NET MVC to ASP.NET Core
PDF
Dot Net Core
PPTX
.Net Core 1.0 vs .NET Framework
PPTX
Microsoft ASP.NET 5 - The new kid on the block
PDF
Introduction to ASP.NET Core
PPTX
Introduction to .NET Core & ASP.NET Core MVC
Microsoft &lt;3 Linux with ASP.NET Core
Moving ASP.NET MVC to ASP.NET Core
Dot Net Core
.Net Core 1.0 vs .NET Framework
Microsoft ASP.NET 5 - The new kid on the block
Introduction to ASP.NET Core
Introduction to .NET Core & ASP.NET Core MVC

What's hot (20)

PPTX
Migrating .NET Application to .NET Core
PPTX
Deploy an Asp.Net Core App on Azure
PPTX
ASP.NET Core: The best of the new bits
PPTX
A Whirldwind Tour of ASP.NET 5
PPTX
.Net Core - not your daddy's dotnet
PDF
Introducing ASP.NET vNext – The Future of .NET on the Server | FalafelCON 2014
PPTX
ASP.NET Core 1.0 Overview
PPTX
Whats new in .net core 3
PPTX
Net core
PDF
.NET Core in the Real World
PPTX
.Net Core
PDF
Net coreandsimplcommerce
PPTX
.Net platform .Net core fundamentals
PPTX
ASP.NET 5 Overview
PDF
PHP - Programming language war, does it matter
PDF
Serverless
PPTX
Short introduction - .net core and .net standard 2.0
PPTX
Build testable react app
PPTX
Dockerizing react app
Migrating .NET Application to .NET Core
Deploy an Asp.Net Core App on Azure
ASP.NET Core: The best of the new bits
A Whirldwind Tour of ASP.NET 5
.Net Core - not your daddy's dotnet
Introducing ASP.NET vNext – The Future of .NET on the Server | FalafelCON 2014
ASP.NET Core 1.0 Overview
Whats new in .net core 3
Net core
.NET Core in the Real World
.Net Core
Net coreandsimplcommerce
.Net platform .Net core fundamentals
ASP.NET 5 Overview
PHP - Programming language war, does it matter
Serverless
Short introduction - .net core and .net standard 2.0
Build testable react app
Dockerizing react app
Ad

Viewers also liked (10)

PPTX
Azure Container Service
PPTX
DevOps y Continuos Delivery con Visual Studio Team Services y Azure Container...
PPTX
.ASP NET CORE ON DOCKER
PPTX
APIs na nuvem com Azure e ASP.NET Core - Azure Weekend 2016
PPTX
Azure Container Services
PPTX
Azure Container Service
PPTX
Dia 01 - Workshop ASP.NET CORE 1.1
PPTX
Unicom DevCon - CI/CD for Asp.net core apps using Docker
PPTX
Asp net core in azure
PPTX
Release contínuo de um microsserviço com Docker ASP.net core e Azure Containe...
Azure Container Service
DevOps y Continuos Delivery con Visual Studio Team Services y Azure Container...
.ASP NET CORE ON DOCKER
APIs na nuvem com Azure e ASP.NET Core - Azure Weekend 2016
Azure Container Services
Azure Container Service
Dia 01 - Workshop ASP.NET CORE 1.1
Unicom DevCon - CI/CD for Asp.net core apps using Docker
Asp net core in azure
Release contínuo de um microsserviço com Docker ASP.net core e Azure Containe...
Ad

Similar to Deploy a Website in Azure using ARM Templates (20)

PPT
Visual studio 2015 and .net core 5 – get ready to rumble
PPTX
Get acquainted with the new ASP.Net 5
PPTX
ASP.NET 5 - Microsoft's Web development platform reimagined
PPTX
Porting Projects to .NET 5
PDF
Raffaele Rialdi
PPTX
Introducing ASP.NET vNext - A tour of the new ASP.NET platform
PPTX
NET core 2 e i fratelli
PPTX
Dotnet on linux
PPTX
The next step from Microsoft - Vnext (Srdjan Poznic)
PPSX
Node on Windows Azure
PPTX
ASP.NET Core 101
PPTX
Getting Started with ASP.NET vNext
PPSX
Web And Cloud Tour 2015 - ASP.NET 5
PPTX
Introduction to ASP.NET 5
PPTX
.NET MeetUp Amsterdam 2017 - .NET Standard -- Karel Zikmund
PPTX
Building Modern Web Apps Using ASP.NET 5
PPTX
Overview of the new .NET Core and .NET Platform Standard
PPTX
.Net: Introduction, trends and future
PPTX
DotnetConf - Cloud native and .Net5 announcements
Visual studio 2015 and .net core 5 – get ready to rumble
Get acquainted with the new ASP.Net 5
ASP.NET 5 - Microsoft's Web development platform reimagined
Porting Projects to .NET 5
Raffaele Rialdi
Introducing ASP.NET vNext - A tour of the new ASP.NET platform
NET core 2 e i fratelli
Dotnet on linux
The next step from Microsoft - Vnext (Srdjan Poznic)
Node on Windows Azure
ASP.NET Core 101
Getting Started with ASP.NET vNext
Web And Cloud Tour 2015 - ASP.NET 5
Introduction to ASP.NET 5
.NET MeetUp Amsterdam 2017 - .NET Standard -- Karel Zikmund
Building Modern Web Apps Using ASP.NET 5
Overview of the new .NET Core and .NET Platform Standard
.Net: Introduction, trends and future
DotnetConf - Cloud native and .Net5 announcements

More from Pratik Khasnabis (9)

PPTX
Open API (aka Swagger) - DDD by Night May 2020
PPTX
Containers on Windows
PPTX
Microsoft Azure fundamentals for AWS practitioners
PPTX
Deploying a website in Azure using ARM templates
PPTX
What is .Net Standard
PPTX
Recapping C# 6.0 and A First Look Into C# 7.0
PPTX
DDD Melbourne 2014 security in ASP.Net Web API 2
PPTX
Async Programming in C# 5
PPTX
Ddd melbourne 2011 C# async ctp
Open API (aka Swagger) - DDD by Night May 2020
Containers on Windows
Microsoft Azure fundamentals for AWS practitioners
Deploying a website in Azure using ARM templates
What is .Net Standard
Recapping C# 6.0 and A First Look Into C# 7.0
DDD Melbourne 2014 security in ASP.Net Web API 2
Async Programming in C# 5
Ddd melbourne 2011 C# async ctp

Recently uploaded (20)

PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
KodekX | Application Modernization Development
PDF
Encapsulation theory and applications.pdf
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Big Data Technologies - Introduction.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
Cloud computing and distributed systems.
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Electronic commerce courselecture one. Pdf
Building Integrated photovoltaic BIPV_UPV.pdf
KodekX | Application Modernization Development
Encapsulation theory and applications.pdf
Machine learning based COVID-19 study performance prediction
Big Data Technologies - Introduction.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
MIND Revenue Release Quarter 2 2025 Press Release
sap open course for s4hana steps from ECC to s4
Cloud computing and distributed systems.
Diabetes mellitus diagnosis method based random forest with bat algorithm
Per capita expenditure prediction using model stacking based on satellite ima...
Encapsulation_ Review paper, used for researhc scholars
Programs and apps: productivity, graphics, security and other tools
Mobile App Security Testing_ A Comprehensive Guide.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
The AUB Centre for AI in Media Proposal.docx
Spectral efficient network and resource selection model in 5G networks
Electronic commerce courselecture one. Pdf

Deploy a Website in Azure using ARM Templates

  • 1. ASP.NET MVC SANS VISUAL STUDIO PRATIK KHASNABIS DDD BY NIGHT 2015
  • 2. .Net Framework Overview RyuJIT + SIMD Garbage 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 Base class libraries NuGet packages Libraries Open Sourcehttps://channel9.msdn.com/events/Ignite/2015/BRK2702 Soon
  • 3. .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.
  • 4. Required Tools • DNVM • CORE CLR • GIT • NPM • Grunt, Gulp, Bower, Yeoman, generator-aspnet • Visual Studio Code