Khalid Abuhakmeh

Khalid Abuhakmeh's Blog
  • Resumé
  • About
  • 🔍 Search

Tag - "dotnet" | Page #9

A collection of 243 posts

June 28, 2022

ASP.NET Core Minimal API Endpoint Filters

ASP.NET Core Minimal API Endpoint Filters

While never sold as an outright replacement for ASP.NET Core MVC, ASP.NET Core Minimal APIs are bound to have developers asking, “Which one should I use?” The answer depends on your use case, but in reality, you can use all...

Continue Reading

dotnet aspnet

June 21, 2022

Five of the Most Common Kinds of NuGet Packages

Five of the Most Common Kinds of NuGet Packages

We all have a few trusty packages we install right away when starting a new project, installed reflexively as a side effect of hard-fought knowledge from coding in the real world. But, while there’s a lot of collective experience on...

Continue Reading

dotnet nuget

June 14, 2022

Storing Dynamic User Data With Entity Framework Core

Storing Dynamic User Data With Entity Framework Core

Recently, a follower on Twitter asked how they could store “dynamic” user data using Entity Framework Core. Dynamic in the sense that you may not know what the key/value pairs of data will be but they’re still important to store,...

Continue Reading

dotnet entity-framework

June 7, 2022

Fun: Leaderboard Output Using C# Pattern Matching

Fun: Leaderboard Output Using C# Pattern Matching

Changes in the C# language allow us to write more concise code than ever before, and it’s fun to see what solutions developers write. In this short but fun post, I’ll be writing a method that takes in an int...

Continue Reading

dotnet

May 31, 2022

Change C# Record Comparison with Source Generators

Change C# Record Comparison with Source Generators

C# 9 introduced us to records, a new way to define data structures with increased readability and usability in specific scenarios. While they may look like structs or classes, they offer an opportunity to reduce boilerplate code and potentially allow...

Continue Reading

dotnet

May 24, 2022

Get Tweet Engagements Using .NET and C#

Get Tweet Engagements Using .NET and C#

I’ve found Twitter is a great way to engage with the .NET community as a whole. Engaging in discussions, sharing ideas and inspiration, and even disagreeing can be a fun part of being part of the tech community. That said,...

Continue Reading

dotnet csharp

May 17, 2022

Using SQL Server Cursors with Entity Framework Core

Using SQL Server Cursors with Entity Framework Core

Most relational databases are a modern marvel, with many features waiting for you to use. However, for .NET developers, you often need to discover methods to get data into and out of our database instances that work for our use...

Continue Reading

entity-framework dotnet sql

May 10, 2022

Using ASP.NET Core MVC Value Providers With Minimal APIs

Using ASP.NET Core MVC Value Providers With Minimal APIs

The ASP.NET team built ASP.NET Core Minimal APIs to help developers build more concise and efficient web APIs. The approach has fewer features in favor of improved resource utilization and higher request throughput. One of the features to be “removed”...

Continue Reading

dotnet aspnet

May 3, 2022

ASP.NET Core JavaScript Collocated TagHelper

ASP.NET Core JavaScript Collocated TagHelper

The release of .NET 6 unleashed a wave of ASP.NET Core goodies on the development community. Some features received much attention, while some flew silently under the radar. One of the features I recently discovered was CSS isolation and JavaScript...

Continue Reading

aspnet dotnet

April 26, 2022

Create .NET Objects without Calling The Constructor

Create .NET Objects without Calling The Constructor

Have you ever needed the results of a method in an instance, but not have the required dependencies to instantiate the object? If you answered yes, let me start by saying you’re a weirdo, a good weirdo, but still a...

Continue Reading

dotnet aspnet

Newer Posts Page 9 of 25 Older Posts

mastodon logo Mastodon GitHub RSS Feed

Khalid Abuhakmeh © 2025 .
Powered by Jekyll.

Back to top

Explore Site

  • Resumé
  • About
  • 🔍 Search

About Khalid Abuhakmeh

Khalid is a product designer, traveler, respected community member, and open source contributor.

Recent Articles

  • April 22, 2025
    Server-Sent Events in ASP.NET Core and .NET 10
    Server-Sent Events in ASP.NET Core and .NET 10
  • March 4, 2025
    Generic C# Methods with Enum Constraints for .NET
    Generic C# Methods with Enum Constraints for .NET
  • February 25, 2025
    Strongly-Typed Markdown for ASP.NET Core Content Apps
    Strongly-Typed Markdown for ASP.NET Core Content Apps

Tags

11ty Blazor HTML JavaScript MAUI OpenAPI TypeScript aspire aspnet aspnetcore astro avalonia azure beginners blazor blog console csharp css database development docker dotnet efcore entity-framework fsharp general github html htmx http javascript jekyll jetbrains json kotlin macOS machine-learning markdown maui mobile mvc nuget oss playwright question razor regex ruby rust search security sql static style terminal tips twitter typescript vite wasm web xamarin xunit