Dave K
Dave K's Blog

Dave K's Blog

Follow
homeArchiveAbout Mebadges
Series

PDF Application with .NET MAUI

In this series I will be building a PDF splitting application for Windows using .NET MAUI.

Articles in this series

How to Improve as a Software Developer

Feb 10, 20234 min read

Where to Start Having spent over 10 years as a software developer and having managed teams and mentored people from other areas of technology, it...

How to Improve as a Software Developer

Getting Started with .NET MAUI - A PDF Splitter

Mar 3, 20232 min read

Introduction For this series, I will create a PDF Splitter application using .NET MAUI. This will be a Windows application which will enable me to...

Getting Started with .NET MAUI - A PDF Splitter

.NET MAUI - Creating a New Project

Apr 12, 20236 min read

Introduction This article is the third article in my PDF Splitter series but the first one in which we start to drill down into the code. Creating the...

.NET MAUI - Creating a New Project

.NET MAUI - Creating a XAML File Menu

Apr 12, 20234 min read

Introduction In this article, I'm going to add a file menu to my .NET MAUI PDF Splitter application. If you're following my PDF Splitter Application...

.NET MAUI - Creating a XAML File Menu

.NET MAUI - Basic Navigation

Apr 12, 20232 min read

Introduction In this article, I'm going to introduce basic navigation into my .NET MAUI PDF Splitter application. If you're following my PDF Splitter...

.NET MAUI - Basic Navigation

.NET MAUI - Working with PDF Files Pt. 1

Aug 1, 20234 min read

Introduction For the fourth article in my PDF Splitter series, we will start working with PDF files in .NET MAUI. Helpfully, MAUI contains a lot of...

.NET MAUI - Working with PDF Files Pt. 1