Blog Posts

Image Upload and Display - Part 1
This post is where I demonstrate how to use ASP.NET Core (Razor) to upload, store and display images on the web.
Thursday, 11 September 2025
- ASP.NET Core |
- Razor |
- POST |
- SQL

Image Upload and Display - Part 2
Same as above, only using MVC patterns
Thursday, 11 September 2025
- ASP.NET Core |
- MVC |
- SQL

LINQ query optimization
I was trying to gather some simple stats from SQL and this is the story of how I made a hack far better.
Thursday, 11 September 2025
- ASP.NET Core |
- LINQ