• Trends
  • Topics
  • Nodes
Search for keywords, #hashtags, $sites, add a dash to exclude, e.g. -$theonion.com

From khalidabuhakmeh.com

Intersperse Values for Enumerable Collections

0 0

Implementing an intersperse method for enumerable collections

on Sep 16

From khalidabuhakmeh.com

RazorSlices - Razor Views with ASP.NET Core Minimal APIs

0 0

RazorSlices is an OSS package aiming to bring Razor views to ASP.NET Core Minimal API implementations.

on Sep 7

From khalidabuhakmeh.com

Parse Markdown Front Matter With C#

0 0

Learn to parse markdown files with existing frontmatter using .NET and C#. Useful when integrating ASP.NET with a static site generator like Jekyll or 11ty.

on Jul 4

From khalidabuhakmeh.com

What is HSTS and why is it in my ASP.NET Core app?

0 0

What is HTTP Strict Transport Security and why is it in ASP.NET Core

on Jun 26

From khalidabuhakmeh.com

ASP.NET Core, SSR Web Components, and Enhance Wasm

0 1

Using Enhance Wasm to bring server-side rendered web components to ASP.NET Core

on May 14

From khalidabuhakmeh.com

Working with Rust Libraries from C# .NET Applications

0 0

I’ve been on a Rust learning journey lately, and it’s had me thinking about how I can consume Rust libraries from existing .NET applications. The .NET team has done much work regarding interoperability during the .NET 6 to .NET 8 era, and .NET 9 seems poised to continue that trend.

on May 2

From khalidabuhakmeh.com

HTML Web Components with Vanilla JavaScript and ASP.NET Core

0 1

HTML Web Components with Vanilla JavaScript and ASP.NET Core

on Apr 2

From khalidabuhakmeh.com

Generate ASP.NET Core OpenAPI Spec At Build Time

0 0

Use Swashbuckle CLI to statically generate OpenAPI Specifications at build time

on Mar 2

From khalidabuhakmeh.com

.NET Tasks, List’s ForEach, and Problems

0 0

Using List.ForEach can cause issues when paired with async/await

on Jan 31

From khalidabuhakmeh.com

How To Use Blazor Server-Rendered Components with HTMX

0 0

Using Blazor Static Server Rendered components with HTMX to create clientside experiences.

on Jan 26

From khalidabuhakmeh.com

View Transitions API with ASP.NET Core and HTMX

0 0

Using HTMX in ASP.NET Core Razor Pages and MVC to transition smoothly between pages with View Transitions

on Jan 20

From khalidabuhakmeh.com

How to Write a .NET Markdig Extension for Markdown Processing

0 0

Markdown is a powerful writing format with simplicity at its core. It’s no surprise that it is as popular as it is since it can help authors focus more on the art of writing rather than the aesthetics of their work. While there is a standard specification for the language, there are extensions...

on Jan 3

From khalidabuhakmeh.com

Faster .NET Database Integration Tests with Respawn and xUnit

0 0

How to speed up database integration tests using Respawn and xUnit class fixtures

on Dec 27

From khalidabuhakmeh.com

MemoizR - Declarative Structured Concurrency for C#

0 0

MemoizR .NET C# sample for declarative structured concurrency library

on Dec 20

From khalidabuhakmeh.com

How to use Regular Expressions and Match Evaluators in .NET

0 0

Using the RegEx.Replace method with MatchEvaluator

on Dec 5

From khalidabuhakmeh.com

Scriban for Text and Liquid Templating in .NET

0 0

Using Scriban, a .NET Library, for text templating and Liquid templating

on Nov 30

From khalidabuhakmeh.com

ASP.NET Core PDF Previews and Downloads

0 0

Tell me if you’ve heard this one before. You spend months working with UI and UX experts, building what you think is the most optimal means of displaying business information. You sit in a meeting with your stakeholders, demoing what you created. Everything feels great, but then silence fills...

on Nov 21

From khalidabuhakmeh.com

Static Abstract Members In C# 11 Interfaces

0 0

Using C# 11 preview feature of Static Abstract Members

on Nov 16

From khalidabuhakmeh.com

MoonSharp - Running Lua Scripts in .NET

0 0

How to run Lua scripts in a .NET application using MoonSharp

on Nov 9

From khalidabuhakmeh.com

Global Endpoint Filters with ASP.NET Core Minimal APIs

0 0

Minimal API endpoint filters for ALL the Minimal API endpoints

on Nov 2

From khalidabuhakmeh.com

Implement A Webhook Framework With ASP.NET Core

0 1

Explore building an HTTP webhook framework for use in ASP.NET Core web applications. Process JSON payloads and possibly acknowledge with a response.

on Oct 30

From khalidabuhakmeh.com

HTMX With ASP.NET Core

0 0

With all the momentum behind frontend frameworks, it’s often easy to forget that server-side rendering (SSR) is a mature approach to delivering fast and reliable user experiences. Unfortunately, one of the most significant drawbacks to frontend development is the experience can vary wildly...

on Oct 23