(Andrew Lock) In this post, I show how to use the Link Tag Helper and Script Tag Helper in Razor with the asp-fallback attribute to serve files from a Content Delivery Network (CDN), falling back to local scripts if the CDN is unavailable.
Tag: Development
Deploying a Static Site to Azure Using the az CLI
(Dave Paquette) I was recently working on a project where the frontend was built in React. The project was hosted on Azure and we wanted to use Azure CDN to host the React app. I have been looking at the az cli recently and decided to use it on this project to script the setup of resources and deplo
Razor Pages And Bootstrap – Modal Master Details
(Mike Brind) This is the first in a series of posts exploring how to use some of the components provided by Bootstrap within a database-driven Razor Pages web application.
VS Code Java Tool Updates Debugging, Refactoring
(David Ramel) The monthly update to the tooling that boosts Java development in the open source, cross-platform Visual Studio Code editor highlights debugging, refactoring and more.
Creating Squishy Tabs With CSS Flexbox In Angular 9.1.7
(Ben Nadel) At work, my team is starting to ideate on a new user interface (UI) that has a tabbed navigation. The set of tabs in this navigation is going to be driven by user-provided content and preferences.
Running Azure Functions in a Docker Container
(Abhijit Jana) Azure Functions let us execute our code in a serverless environment. This does not require to create a solution or publish it as Azure Apps. In short, just focus on code and your functional aspect, and don’t need to worry about infrastructure.
Optical Illusions and .NET
(Hannes DuPreez) Today, you will be making a fun little project that is built as an optical illusion. Example code is in VB.NET.
Project Tye – easier development with .NET for Kubernetes
(Christian Nagel) Visual Studio 2019 has great support for Docker and Kubernetes. After opening a solution, Dockerfile files and Helm charts can be added from within the Solution Explorer.
Using Blazor, Tensorflow and ML.NET to Identify Images
(Daniel Jimenez Garcia) Using Blazor and ML.NET, we will explore how to leverage our current C# and .NET skills, and build an ASP.NET Core SPA web application and a Machine Learning model that lets us identify objects in images.
C# Steps Up Programming Language Popularity Ladder
(David Ramel) Microsoft’s C# programming language climbed a year-over-year notch on the TIOBE Index, which measures popularity among developers.