Khalidabuhakmeh.com

Testing ASP.NET Core FastEndpoints Khalid Abuhakmeh

WEBFastEndpoints is an alternative web framework built on ASP.NET Core primitives to reinforce the Request-Endpoint-Response (REPR) Design pattern. In …

Actived: 1 days ago

URL: https://khalidabuhakmeh.com/testing-aspnet-core-fastendpoints

Implement A Webhook Framework With ASP.NET Core

WEBA webhook is a loose specification used by HTTP API developers to give consumers an ability to receive payloads when an event occurs within the API boundary. …

Category:  Health Go Health

Testing Typesense search with Testcontainers and .NET

WEBNow, we can test the Typesense search engine from within .NET and explore the client’s capabilities. As a note, you should do your document initialization …

Category:  Health Go Health

Generating Bogus HTTP Endpoints with ASP.NET Core Minimal APIs

WEBThe endpoints will also adhere to standard HTTP semantics. Additionally, I want persistence between requests, so the user can create or update a new resource …

Category:  Health Go Health

ASP.NET Core Minimal API Endpoint Filters Khalid Abuhakmeh

WEBUnfortunately, unlike ASP.NET Core MVC with ModelState, Minimal APIs currently lack a first-class validation approach, which means you need to provide your …

Category:  Health Go Health

A Software Developer's Guide: Moving To Windows From macOS

WEBA Software Developer's Guide: Moving To Windows From macOS. I have been using macOS and Apple devices for close to a decade now. Since purchasing my …

Category:  Health Go Health

Using .NET To Validate JSON with JSON Schema Khalid Abuhakmeh

WEBValidating JSON using .NET and NJsonSchema. Before we get started, we’ll need an empty console application with the NuGet package of NJsonSchema installed. …

Category:  Health Go Health

.NET Core 3.0 AllowSynchronousIO Workaround Khalid Abuhakmeh

WEBIt turns out, starting in .NET Core 3.0, all synchronous operations on the request are turned off by default. AllowSynchronousIO is a option in each server that …

Category:  Health Go Health

Ping a Server Using C# Khalid Abuhakmeh

WEBPing is a computer network administration software utility used to test the reachability of a host on an Internet Protocol (IP) network. It is available for virtually all …

Category:  Health Go Health

Khalid Abuhakmeh

WEBIn my last post, Shoelace Web Components with ASP.NET Core, I showed ASP.NET Core developers how to integrate the web components of Shoelace into an existing web …

Category:  Health Go Health