From the course: Azure DevOps: Continuous Delivery with YAML Pipelines

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Modernize your application

Modernize your application - Azure Tutorial

From the course: Azure DevOps: Continuous Delivery with YAML Pipelines

Start my 1-month free trial

Modernize your application

- [Instructor] Our application team has decided to modernize their solution. And one way that they're going to do this is to rewrite the application, taking advantage of .NET core. This is going to allow them to take advantage of things like potentially running in Linux or they might want to use microservices. So what we're going to do in this video is show what changes they've made to the application. In Visual Studio, here's our old solution. We've been running .NET applications using the full .NET framework. We're going to rewrite this in .NET core and we can do that by adding a new project and then adding a .NET core project. We'll call this my new dad app. And my new dad app is going to be a basic MVC type of a project. And the project in here, if you look at the structure of it has your views, models and controllers and to take a look at how this index is set up, we're going to take advantage of a couple of things.…

Contents