.Net

A collection of 9 posts

EF Core & Cosmos DB

For most personal and enterprise apps, I tend to use something like Microsoft SQL or Postgres for data storage and persistence, but there are occasions when it may also make sense to use a document database. Previously, I've used Firebase

Blazor vs Flutter - Part 4

This is the fourth article in a 10 article series: Blazor vs Flutter. 1. Blazor vs Flutter - Part 1 (Overview) 2. Blazor vs Flutter - Part 2 (Project Setup) 3. Blazor vs Flutter - Part 3 (Package Installation) 4.

Creating a NuGet Package

Sometimes it can be useful to share your code between projects or with other individuals. One easy way to do this is through the creation of a NuGet package. Below are some steps you can take to publish your package

Blazor vs Flutter - Part 3

This is the third article in a 10 article series: Blazor vs Flutter. 1. Blazor vs Flutter - Part 1 (Overview) 2. Blazor vs Flutter - Part 2 (Project Setup) 3. Blazor vs Flutter - Part 3 (Package Installation) (You

Blazor vs Flutter - Part 2

This is the second article in a 10 article series: Blazor vs Flutter. 1. Blazor vs Flutter - Part 1 (Overview) 2. Blazor vs Flutter - Part 2 (Project Setup) (You are here) 3. Blazor vs Flutter - Part 3

Blazor vs Flutter - Part 1

I first tried Flutter back in 2018, prior to the first major release. Then, a year or so later (if I remember correctly), I came across Blazor. Both platforms have come a long way since then, and I've seen several

Setting up a Basic Cache

One way to improve application performance is to use a cache of some sort. This could include caching websites on a server closer to the user's location, caching regularly used data for faster access, and more. For large applications you