« ‹ Previous 1 2 3 4 5
Page 5 of 5 (Total items: 47)
Sending HTML Emails from ASP.NET Core with FluentEmail
This is a fairly simple article but will cover some of the odness of using FluentEmail in ASP.NET Core to send HTML emails I haven't seen elsewhere. The Problem Sending HTML mails is itself kinda...

Wednesday, 07 August 2024 00:30

//

5 minute read

A Super Simple Comment System with Markdown
NOTE: WORK IN PROGRESS I've been looking for a simple comment system for my blog that uses Markdown. I couldn't find one that I liked, so I decided to write my own. This is a simple comment system...

Tuesday, 06 August 2024 18:50

//

2 minute read

Adding Google Auth without ASP.NET Identity Database
In this app I wanted to add a simpple mechanism of allowing login to add comments (and some admin tasks) to the app. I wanted to use Google Auth for this purpose. I did not want to use the ASP.NET...

Monday, 05 August 2024 08:06

//

6 minute read

Using Markdown for Blogging
Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. Created by John Gruber in 2004, Markdown is now one of the world’s most popular...

Friday, 02 August 2024 17:00

//

11 minute read

Making your ASP.NET Core Website a PWA
In this article, I'll show you how to make your ASP.NET Core website a PWA (Progressive Web App). Prerequisites It's really pretty simple see...

Thursday, 01 August 2024 11:36

//

Less than a minute

Htmx with Asp.Net Core
Using HTMX with ASP.NET Core is a great way to build dynamic web applications with minimal JavaScript. HTMX allows you to update parts of your page without a full page reload, making your application...

Thursday, 01 August 2024 03:42

//

3 minute read

Tailwind CSS & ASP.NET Core
Tailwind CSS is a utility-first CSS framework for rapidly building custom designs. It is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build...

Tuesday, 30 July 2024 13:30

//

4 minute read

logo

©2024 Scott Galloway