Stream 115 TinyBlazorAdmin
2020-07-22 - Stream 115 Adding all functionalities from previous version into TinyBlazorAdmin website
Summary
In this live stream session, Frank is bringing all the functionalities of the previous admin website to manage our short URLs into TinyBlazorAdmin. Everything that was possible with the server version must be possible into the client only one.
📺 - Twitch archive - stream no.115
Replay
Timestamps
00:00:00 Intro
00:00:10 Bonjour, Hi!
00:02:10 Introduction to the project
00:06:17 Showing last update into the code
00:18:33 Converting URLShortener (CREATE) call, and fixing the HTML page
01:15:53 Converting URLUpdate and URLArchive call
02:14:10 Push, and wrap-up
Project
All the code for this project is available on GitHub: Azure Url Shortener - https://github.com/FBoucher/AzUrlShortener
All the code for this project is available on GitHub: Tiny Blazor Admin - https://github.com/FBoucher/TinyBlazorAdmin
New Followers
- @wolfswain
- @rafaelangelh123
- @nyano_cat
- @lachlanwgordon
- @Gazwinter
- @KevinQAnderson
- @jeremyknight_me
- @GlennStephens
- @KymPhillpotts
- @jeanmarc2011
- @BenBtg
- @tarisaig
- @deepak_rajan_
- @DrNickTv
- @IdiotException
- @FuleSnabel
- @jojo_of_the_code
- @spoofyboy
- @Gerwintmg
- @alanmacgowan
New Subscribers
Raids
- @KymPhillpotts has raided you with a party of 27
Cheers
- @lachlanwgordon:: 100 bits
Drop Parachute Highest Score
- @: 70.69
Streams Notes/ Snippets/ Shared urls
References
- Using Insomnia to Test Azure AD V2 App: https://jwendl.net/2018/11/06/using-insomnia-to-test-aad-v2/
- BadRequestObjectResult Class: https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.badrequestobjectresult?view=aspnetcore-3.1
- How to serialize and deserialize JSON in .NET: https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-how-to