Khalid Abuhakmeh

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

Tag - "dotnet" | Page #4

A collection of 210 posts

November 8, 2022

Stop Entity Framework Core Performance Issues With Interceptors

Stop Entity Framework Core Performance Issues With Interceptors

You can only catch so many errors when working with databases by looking at the code you write. It’s only when you start using your code against production data sets do you realize there’s an obvious mistake. Sure, your app...

Continue Reading

dotnet entity-framework

November 1, 2022

More Efficient Deletes With Entity Framework Core

More Efficient Deletes With Entity Framework Core

Deleting records from an existing database is a contentious topic. Whether you should or shouldn’t destroy data is up for debate, with strategies like Event Sourcing and Soft-Deletes being prominent proponents of not ever deleting anything. Regardless, Users still see...

Continue Reading

entity-framework dotnet

October 25, 2022

Real-time Charts with ASP.NET Core, SignalR, and Chart.js

Real-time Charts with ASP.NET Core, SignalR, and Chart.js

Nothing screams PRODUCTIVITY like real-time charts on a large dashboard, with every onscreen update beating to the heartbeat of your organization’s rhythm.

Continue Reading

aspnet dotnet

October 18, 2022

Adding Experimental HTTP Methods To ASP.NET Core

Adding Experimental HTTP Methods To ASP.NET Core

The HTTP specification is a living document constantly being evaluated and modified. While many developers may consider the specification “done”, many suggested HTTP methods are on the horizon that will allow you to do new and exciting things. One such...

Continue Reading

aspnet dotnet

October 11, 2022

Add MS SQL Server JSON Support To Entity Framework Core

Add MS SQL Server JSON Support To Entity Framework Core

While other database providers have made their place known within the .NET ecosystem, Microsoft’s SQL Server (MSSQL) and Azure flavor are still likely the most popular choice for .NET developers. The engine’s popularity is because Microsoft’ s SQL Server has...

Continue Reading

entity-framework dotnet

October 4, 2022

.NET Class Diagrams In JetBrains Rider with PlantUML

.NET Class Diagrams In JetBrains Rider with PlantUML

Class diagrams can help you and your development team better understand the relationship of your domain models, especially as your application’s scope grows to meet the needs of your customers. In the long term, diagrams can also help you formulate...

Continue Reading

jetbrains dotnet

September 13, 2022

.NET One-line Scoped Initializers with Dependency Injection

.NET One-line Scoped Initializers with Dependency Injection

As I work more consistently with the top-level style of .NET and ASP.NET Core applications, I find myself needing to do more start-up operations that have to occur before my application starts. Typically, in an ASP.NET Core application, the server...

Continue Reading

dotnet aspnet

September 6, 2022

Customize The Authorization Pipeline In ASP.NET Core

Customize The Authorization Pipeline In ASP.NET Core

ASP.NET Core has seen an overhaul to its authorization system in the form of authorization policies. As a developer, you can add several policies that can check claims, require an authenticated user, and even handle a custom requirement with any...

Continue Reading

aspnet dotnet

August 30, 2022

Troubleshooting .NET Blazor WASM Debugging

Troubleshooting .NET Blazor WASM Debugging

So you’ve decided to bolt on an existing Blazor WebAssembly (WASM) UI to a current ASP.NET Core solution. First of all, congratulations on taking the first steps to try something new in the world of #dotnet. Secondly, you’re probably reading...

Continue Reading

dotnet aspnet blazor

August 23, 2022

Sharing Auth Cookies With YARP, IdentityServer, and ASP.NET Core

Sharing Auth Cookies With YARP, IdentityServer, and ASP.NET Core

I was recently reading Mike Hadlow’s blog post titled “Writing .NET Applciation Services for Kubernetes,” and it had me reflecting on my knowledge, or lack thereof, of deploying .NET applications into a distributed environment like Kubernetes. His section on Security...

Continue Reading

dotnet aspnet

Newer Posts Page 4 of 21 Older Posts

mastodon logo Mastodon GitHub RSS Feed

Khalid Abuhakmeh © 2023 .
Powered by Jekyll.

Back to top

Explore Site

  • Office Hours
  • Resumé
  • About
  • 🔍 Search

About Khalid Abuhakmeh

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

Recent Articles

  • September 19, 2023
    System.Text.Json JsonConverter Test Helpers
    System.Text.Json JsonConverter Test Helpers
  • September 12, 2023
    Dumb Developer Tricks - Fizz Buzz with C# 12 and Polly
    Dumb Developer Tricks - Fizz Buzz with C# 12 and Polly
  • September 5, 2023
    Multi-tenancy with ASP.NET Core and FinBuckle.Multitenant
    Multi-tenancy with ASP.NET Core and FinBuckle.Multitenant

Tags

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