https://github.com/pencsharpener/aspnetcore-tutorial-kudvenkat
https://github.com/pencsharpener/aspnetcore-tutorial-kudvenkat
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pencsharpener/aspnetcore-tutorial-kudvenkat
- Owner: penCsharpener
- Created: 2019-09-09T06:42:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T20:50:20.000Z (over 6 years ago)
- Last Synced: 2025-01-08T05:06:59.956Z (over 1 year ago)
- Language: C#
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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