Andrewhalil.com

Implementation of Web API Health Checks with .NET Core

What is an application health check? An application health check is a series of checks or verifications on application dependencies that are required for the application to function. Without the functioning of these dependencies, the application interface … See more

Actived: 9 days ago

URL: https://andrewhalil.com/2023/04/26/implementation-of-web-api-health-checks-with-net-core/

Using Application Settings in a .NET Core Application

WEBThe settings file is physically stored in the same folder as the application project file. The file used to store configuration settings for our .NET Core web …

Category:  Health Go Health

.NET – andrewhalil.com

WEBWelcome to today’s post. In today’s post I will be discussing the repository pattern and how we can use it within .NET Core. As we know, the use of the Repository …

Category:  Health Go Health

How to Use Manual and Automatic Triggers in Azure DevOps …

WEBSelecting the schedule opens the Scheduled release trigger dialog. To enable a schedule, flick the radio switch to the right, and the options to optionally select one or …

Category:  Health Go Health

Using MassTransit for Distributed Message Handling with .NET Core

WEBConfiguration of the message consumer class is done using the AddConsumer () extension method: 1. x.AddConsumer<T>() Where T is the message …

Category:  Health Go Health

Diagnostics – andrewhalil.com

WEBWelcome to today’s post. In today’s post I will be explaining what an application health check is and then show how to implement a basic health check for an ASP.NET Core …

Category:  Health Go Health

Architecture – andrewhalil.com

WEBWelcome to today’s post. In today’s post I will be explaining what.NET Core is, what .NET 5 is, the future of .NET Core, and the upgrade towards .NET 5. I will also …

Category:  Health Go Health

How to Build Continuous Delivery Release Pipelines with Azure …

WEBIn Azure DevOps, after selecting your project, under the Pipelines, menu item, select the Releases menu option: As there are no pipelines in the project releases, …

Category:  Health Go Health

Web API – andrewhalil.com

WEBWelcome to today’s post. In today’s post I will discuss what a minimal Web API is and how we can create one using Visual Studio 2022. In previous posts I have …

Category:  Health Go Health

Best Practices – andrewhalil.com

WEBWelcome to today’s post. In today’s post I will be showing how to create feature branches and push changes from a local Git repository into the main branch a remote Azure …

Category:  Health Go Health

April 2023 – andrewhalil.com

WEBWelcome to today’s post. In today’s post I will be explaining what an application health check is and then show how to implement a basic health check for an ASP.NET Core …

Category:  Health Go Health

Azure – Page 4 – andrewhalil.com

WEBWelcome to today’s post. I will we discussing how to configure and publish a .NET Core web application that has been built and tested using the TeamCity CI build configuration …

Category:  Health Go Health

Blogs – Page 15 – andrewhalil.com

WEBWelcome to today’s post. I will discuss how to deploy a basic Angular application into an Azure Web App Service. Below is a typical architecture for the development and …

Category:  Health Go Health

Visual Studio – andrewhalil.com

WEBVisual Studio. In today's post I will explain the DateOnly and TimeOnly date and time types introduced in .NET 6. April 11, 2024 Andrew Halil. Andrew Halil. In …

Category:  Health Go Health

Checking Availability of a Web API from Angular Applications

WEBIn this case, we can expect the API service to be offline. Reasons for the API service being offline include: The Server hosting the web API service is offline. The IIS …

Category:  Health Go Health

Blogs – Page 8 – andrewhalil.com

WEBWelcome to today’s post. In today’s post I will be showing how to use an ORM mapping tool like AutoMapper to tidy up your mapping code within your application and give …

Category:  Health Go Health

December 2021 – andrewhalil.com

WEBWelcome to today’s blog. Today I will be giving an overview of how to build a docker container and image using the tools within Visual Studio 2019. Why do we use Docker …

Category:  Health Go Health