Skip to content

djderan/AspNetCoreMediatRExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Razor Pages & MediatR Lab Exercise

This is the beginnings of a crude address book application using ASP.NET Core and the MediatR library. I have the create and list actions coded. Please finish the edit & remove actions. Use the links for help and the create action as an example. You'll find the existing code in the /Pages/AddressBook folder.

  • Goals:
  • Gain exposure to patterns and tools the development team frequently leverages.
  • Gauge ability to, with minimal direction, use available resources to complete a task in relatively short order.
  • Assess the quality and thoroughness of code submitted.  

Install (if needed), the dotnet core runtime & sdk: https://dotnet.microsoft.com/download/dotnet/6.0

Clone repo at:
https://github.com/footedr/AspNetCoreMediatRExample

MediatR docs:
https://github.com/jbogard/MediatR/wiki

Fork the repo and when you’re done, push to your remote and send me a link.

About

ASP.NET w/ Razor Pages using MediatR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 56.6%
  • HTML 37.3%
  • CSS 5.2%
  • JavaScript 0.9%