Hamedfathi.github.io

A Professional ASP.NET Core API

WEBFilter health checks. By default, Health Checks Middleware runs all registered health checks. To run a subset of health checks, provide a function that returns a …

Actived: 4 days ago

URL: https://hamedfathi.github.io/a-professional-asp.net-core-api-health-check/

A Professional ASP.NET Core API

WEBPosted2020-10-23 aspnetcore-api. A Professional ASP.NET Core API - RabbitMQ. RabbitMQ is an open-source message-broker software that originally implemented the …

Category:  Health Go Health

A Professional ASP.NET Core API

WEBA Professional ASP.NET Core API - Versioning. When developing APIs, you should keep one thing in mind: Change is inevitable. When your API has reached a point …

Category:  Health Go Health

A Professional ASP.NET Core API

WEBSwagger, also known as OpenAPI, solves the problem of generating useful documentation and help pages for web APIs. It provides benefits such as interactive …

Category:  Health Go Health

A Professional ASP.NET Core

WEBJust run the following commands on the Package Manager Console or other terminals. 1234567. Add-Migration initialUpdate-Database// dotnet tool install --global …

Category:  Health Go Health

A Professional ASP.NET Core API

WEBPolly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead …

Category:  Health Go Health

A Professional ASP.NET Core API

WEBThe .NET Core Feature Management libraries provide idiomatic support for implementing feature flags in a .NET or ASP.NET Core application. These libraries allow …

Category:  Health Go Health

A Professional ASP.NET Core API

WEBDryIoc is fast, small, full-featured IoC Container for .NET. Designed for low-ceremony use, performance, and extensibility. In the following we will see how it can be …

Category:  Health Go Health

A Professional ASP.NET Core API

WEBA Professional ASP.NET Core API - MiniProfiler. MiniProfiler is a library and UI for profiling your application. By letting you see where your time is spent, which …

Category:  Health Go Health

A Professional ASP.NET Core API

WEBThere are three methods used to configure localization in ASP.NET Core. These include the following: AddDataAnnotationsLocalization: This method is used to …

Category:  Health Go Health

A Professional ASP.NET Core

WEBModel binding automates this process. The model binding system: Retrieves data from various sources such as route data, form fields, and query strings. Provides …

Category:  Health Go Health

A Professional ASP.NET Core API

WEBA hosted service is a class with background task logic that implements the IHostedServiceinterface. This topic provides three hosted service examples: …

Category:  Health Go Health

A Professional ASP.NET Core API

WEBMIME-type sniffing is an attack where a hacker tries to exploit missing metadata on served files. The header can be added in middleware: 1. …

Category:  Health Go Health

Using Puppeteer with Mocha/Jest and Aurelia 2

WEBThis code is a very simple and classic sample to start using Puppeteer. (Not related to Aurelia) 6- Open package.json and append the below script to scripts block.

Category:  Health Go Health

Using Tailwind CSS with Aurelia 2 and Webpack

WEB1- Run the following command in your terminal. 2- Use your type of project, I am using Default Typescript with Webpack and CSS. 3- Install Tailwind CSS in your …

Category:  Health Go Health

Hamed Fathi's Blog

WEBFluentValidation is a A .NET library for building strongly-typed validation rules. It uses lambda expressions for building validation rules for your business objects. If you want to …

Category:  Health Go Health

A Professional ASP.NET Core

WEBRSS Middleware. Snickler.RSSCore was created in order to provide a way to easily generate RSS feeds on the fly via an ASP.NET Core Middleware. Install the …

Category:  Health Go Health