Log In

Practical ASP.NET

  • Up and running
  • What day were you born?
  • A Pomodoro Timer
  • Shopping Cart
  • Product Search
  • Application Dashboard
  • A Slack style message list
  • A simple blog
    • A Simple Blog - The Requirement
    • HTTP Client Factory?
    • View a specific post
    • Add new posts
    • How to test adding a new post
    • Validate user input
    • Check that slug
    • Unique slugs
    • Edit Posts
    • Restrict access
    • Practice Exercises
    • Bonus Practice - Make the Blog support Markdown!
  • Bonuses & Source Code
  • Glossary

A simple blog

In this module...

A Simple Blog - The Requirement
HTTP Client Factory?
View a specific post
Add new posts
How to test adding a new post
Validate user input
Check that slug
Unique slugs
Edit Posts
Restrict access
Practice Exercises
Bonus Practice - Make the Blog support Markdown!