Migrate ASP.NET Core 1.x to 2.0

Slides:



Advertisements
Similar presentations
Auditing Microsoft Active Directory
Advertisements

© Leaf Solutions, LLC. All Rights Reserved What’s New in Everett Microsoft.Net V1.1.
ASP.NET Reuven Abliyev Elyahu Sivaks Ariel Daliot.
Migrating to EPiServer CMS 5 Johan Björnfot -
SAG Infotech Private Limited Soft solutions for those can not afford to make errors. How to Update New changes in Our Softwares?
DotNetNuke v4 on ASP.NET v2 Stan Schultes Stan Schultes Enterprise architect / application developer Enterprise architect / application developer Conference.
ASP.NET 5 Visual Studio 2015 Templates Bill Wolff Rob Keiser June 10, 2015.
Ken Casada Developer Evangelist Microsoft Switzerland WebMatrix: Your Web Made.
Windows & Active Directory Update September 2008 Bridget Lewis
DotNetNuke v3 Overview Stan Schultes Stan Schultes Enterprise architect / application developer Enterprise architect / application developer Conference.
Ken Casada Developer Evangelist Microsoft Switzerland Develop and maintain CMS.
Running PHP and WordPress in.NET CLR and IIS Svetlin Nakov Ph.D., Computer Science WordCamp Sofia, 26-Oct-2013.
Partners’ Webinar 01/31/2013 Karol Jarkovsky Solution Architect Upgrading Kentico.
T4L – NSW DET SOE Muticasting an Image. Problem New T4L computers use SATA HDD’s SATA drives are not recognised by Current DET Licensed version of Ghost.
Module 14: Migrating Users from Exchange Server 5.5 to Exchange Server 2003.
Web Access. Overview  Purpose  Prerequisites  Install Components  Enable Virtual Directories  IIS Configuration & Security  Troubleshooting.
Web Content Management with MOSS 2007 Patrick Tisseghem
EGEE-II INFSO-RI Enabling Grids for E-sciencE YAIM Overview MiMOS Grid tutorial HungChe, ASGC OPS Team.
8 Copyright © 2007, Oracle. All rights reserved. Using RMAN to Duplicate a Database.
Introduction to Linux Server Setup Jonathan Hood CSE 4000 Practical Issues in Software Engineering.
Directions For Accessing Your “Moodle” Team Account 1 Step 1: Use your team Moodle account to access Technology Challenge Louisiana High School Technology.
DotNetNuke v4 Overview Stan Schultes Stan Schultes Enterprise architect / application developer Enterprise architect / application developer Conference.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core RC2 * aka ASP.NET 5 before.
Windows Vista Configuration MCTS : Installing and Upgrading.
1 Adding a Model. We have created an MVC web app project Added a controller class. Added a view class. Next we will add some classes for managing movies.
Migrating to ASP.NET Core Challenges & Opportunities
ASP.NET Core* in 2017 The Future of Web Apps Shahed Chowdhuri
Patricia App How to Get Started
DevOps with ASP.NET Core and Entity Framework Core
How to be a SharePoint Developer
Honolulu Property Management company -
Deploying Web Application
Lesson 6: Configuring Servers for Remote Management
ASP.NET MVC Introduction
Introduction to .NET Core
ASP.NET Core 2.0 Fundamentals
The .NET Dashboard Suite is delivered in the following editions:
Windows Server 2008 and SQL 2008 Windows Server 2008.
Lean .NET stack for building modern web apps
How to fix Update Failure Error “0x800f081f” on Windows 10 KB ?
MVC in ASP.NET Core: The new kid on the block
Explore web development with Microsoft ASP.NET Core 1.0
Microsoft Build /11/2018 2:12 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Building Modern Web Apps with ASP.NET MVC 6
Explore web development with Microsoft ASP.NET Core 1.0
Slides and images stolen from “real” .NET Conf. presenters
A Quick Overview of ASP.NET Core 1.0
ASP.NET 5 on .NET Core Damian Edwards Principal Program Manager.
Entity Framework Code-First Migrations
Azure Active Directory
04 | Apps and SharePoint Chris Johnson | SharePoint Guru
C# - Razor Pages Db/Scaffolding/Async
Trainer: Bach Ngoc Toan– TEDU Website:
Trainer: Bạch Ngọc Toàn – TEDU Website:
SQL NOT NULL Constraint
Trainer: Bach Ngoc Toan– TEDU Website:
Trainer: Bach Ngoc Toan– TEDU Website:
Trainer: Bach Ngoc Toan– TEDU Website:
#01# ASP.NET Core Overview Design by: TEDU Trainer: Bach Ngoc Toan
SAG Infotech Private Limited
Development Environment Setup
Dependency Injection Mechanism
Concepts in ASP.NET Core App
Migrate ASP.NET Core 1.x to 2.0
SQL AUTO INCREMENT Field
Application Startup in ASP.NET Core
1 Directions For Accessing Your “Moodle” Team Account
Building Your First ASP.NET Core Web Application
ASP.NET Core Middleware Fundamentals
ASP.NET Core 2.0 The Future of Web Apps Shahed Chowdhuri
Presentation transcript:

Migrate ASP.NET Core 1.x to 2.0 #08# Migrate ASP.NET Core 1.x to 2.0 Design by: TEDU Trainer: Bach Ngoc Toan Website: www.tedu.com.vn Facebook: fb.com/teduchannel Please like videos and subscribe TEDU Channel to following the next video.

What differences between 1.x and 2.0? Razor Pages ASP.NET Core metapackage .NET Standard 2.0 Configuration update Logging update Authentication update Identity update Automatic use of anti-forgery tokens Automatic precompilation Razor support for C# 7.1

Installing .NET Core 2.0 https://www.microsoft.com/net/core

Step by Step Open ASP.NET Core solution 1.1 Open edit project file Edit target framework Change packages versions Edit startup file Edit program file Run command restore Rebuild and fix using