Deploy ASP.NET Core apps to Azure - Day 16 - 24 days of "Front-end Development with ASP.NET Core, Angular, and Bootstrap"

Yesterday we've seen how to deploy an ASP.NET Core app to IIS, and today we look at how to do the same on Azure.…
Yesterday we've seen how to deploy an ASP.NET Core app to IIS, and today we look at how to do the same on Azure.…
You can deploy ASP.NET Core applications with three different methods: on-Prem on IIS, on Azure App Services and to Docker containers On day 15 of my advent calendar I'm showing how to publish to a local IIS.…
What is webpack? Why is it listed as part of my chapter on build automation systems? Let's find it out in this extract from chapter 6 of my upcoming book.…
With JavaScript frameworks becoming more and more complicate, and with the increasing demand for performances also on the client-side of applications, gone are the days when it was just enough to put some javascript or css files in a static folder. Today I'm going to share an extract of chapter 6, which introduces the role build systems in front-end development.…
With package managers you consume libraries but eventually you will end up releasing yours for others to use, either to the community or as shared among co-workers. Today we look into how to do it with Nuget and .NET Core.…
Today I'm going to cross halfway point in my book, taking a extract from chapter 5, which is about package managers and Nuget, NPM, Bower. And I'm going to introduce package managers and why we need them.…
Today let's have a look at how to type less when adding Bootstrap components using the Bootstrap Snippet Pack.…
A few days I said that Semantic UI has class nicer naming than Bootstrap (and easier to remember) for specifying columns sizes in grids. Well, let's see how the responsive grid is defined in Bootstrap.…
Today marks the beginning of the second week of my advent calendar, and I'll just quickly introduce the JavaScriptServices, which makes it easier to include Angular (or React, Vue, Aurelia, Knockout) in an ASP.NET Core project.…
Yesterday I introduced the foundations of Angular and today I'm going to briefly explain how an Angular project is built and why adding an Angular component to an ASP.NET Core is not as easy as just adding a few JavaScript files in a folder.…