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

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

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

WEBPosted 2020-09-29aspnetcore-api. A Professional ASP.NET Core API - FluentValidation. FluentValidationis a A .NET library for building strongly-typed validation rules. It uses …

Category:  Health Go Health

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

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

WEBFile Model. Create a new class, Models/FileModel.cs. This will be the base class. public DateTime? CreatedOn { get; set; } Now, let’s create a model for the file on …

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 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

WEBNow, When you click on the submit button your form information will be sent to the Create action and binds to the ProductEditModel model based on its public …

Category:  Health Go Health

A Professional ASP.NET Core

WEBSnickler.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 below package. 123. …

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

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

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

CSS-in-JS in Aurelia 2

WEBEmotionJS & Aurelia 2 integration. To integrate EmotionJS and Aurelia, Follow the steps below: Add EmotionJS framework-agnostic version to your project with …

Category:  Health Go Health