An open API service indexing awesome lists of open source software.

https://github.com/pencsharpener/aspnetcore-tutorial-kudvenkat


https://github.com/pencsharpener/aspnetcore-tutorial-kudvenkat

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ASP.NET Tutorial by Venkat

This repo is my code along of [ASP.NET core tutorial for beginners](https://www.youtube.com/playlist?list=PL6n9fhu94yhVkdrusLaQsfERmL_Jh4XmU). I made some slight changes to the code to reduce the usage of 'magic string' and left the models in another project called DataAccess. Migrations need to be called from that project instead in Package Manager Console.

My wishlist for further content by Venkat

* migration to .NET Core 3.0
* implementing endpoint routing
* show new middleware possibilities with endpoint routing
* using Mailkit/Mimekit to send email for registration, password change with tokens
* uploading of audio files (mp3) and playing them
* implementation of repository pattern and unit of work
* how to integrate SignalR
* add FIDO2 authentication to app