Series: Building a blogging app with Blazor
Part 1: Building a blogging app with Blazor: Getting Setup
In this series, I'm going to build a blogging app using Blazor. In this post I'm getting the solution and project structures setup.
Part 2: Building a blogging app with Blazor: Listing Posts
A series of articles on building a simple blogging app with Blazor and WebAPI. In this post, I develop the home page to display a list of blog posts.
Part 3: Building a blogging app with Blazor: View Post
A series of articles on building a simple blogging app with Blazor and WebAPI. In this post, I add the ability to view a blog post.
Part 4: Building a blogging app with Blazor: Add Post
A series of articles on building a simple blogging app with Blazor and WebAPI. In this post, I add the ability to write a blog post.
Part 5: Building a blogging app with Blazor: Editing & Deleting Posts
A series of articles on building a simple blogging app with Blazor and WebAPI. In this post, I add the ability to edit and delete blog posts.
Part 6: Building a blogging app with Blazor: Adding Authentication
A series of articles on building a simple blogging app with Blazor and WebAPI. In this post, I add authentication using JSON web tokens.