Building with .NET

Building with .NET

Welcome to my Blog where I share my thoughts, tutorials and lessons learned building apps with .NET.

Make a deep copy of a C# object instance with JSON serialization

Make a deep copy of a C# object instance with JSON serialization

In this post, I demonstrate reference types and how to make a deep copy of a reference type using JSON serialization.

in
Return HTML with Razor Pages in a ASP.NET Core Minimal API Project

Return HTML with Razor Pages in a ASP.NET Core Minimal API Project

One of my favorite things about working with ASP.NET Core is the framework gives you the ability to...

in
From C# objects to CSV With System.Text.Json

From C# objects to CSV With System.Text.Json

In this article, I discuss the process of binding data from a request to the PageModel. Model binding in ASP.NET...

in
A Review of Model Binding in ASP.NET Razor Pages

A Review of Model Binding in ASP.NET Razor Pages

In this article, I discuss the process of binding data from a request to the PageModel. Model binding in ASP.NET...

in