Completely build Inventory Management System with .NET 8 Blazor SSR – export to PDF, EXCEL, Print๐
Are you looking for Coding Mentoring? If you’re seeking personalized guidance and mentoring for your coding journey, then get in touch!. I offer expert guidance and support to help you level up your programming skills. Contact me on business.netcodehub@gmail.com to book a session and accelerate your coding career.
Development of Inventory Management system using .NET 8 Blazor Web App with Interactive Server Render Mode.
overview of this system :
1. .NET 8 Clean Architecture
1. Custom Cookie authentication with Identity Manager
2. Policy Based Authorization which comprises of Role and Claims.
3. SignalR for real time update.
4. CQRS (Command Query Responsibility Segregation) to perform CRUD on entities.
/*Complete source code*/
๐นhttps://buymeacoffee.com/NetcodeHub/e/248581
/*Playlist*/
๐นhttps://www.youtube.com/playlist?list=PL285LgYq_FoIxzd1TwZ2ra9Gj56WY-aDN
/*Project Series in Order*/
[Part1๏ธโฃ] | Overview – https://youtu.be/gsrfl-YZ-90
[Part2๏ธโฃ] | Cookie Authentication – https://youtu.be/QUzD4pdWNRY
[Part3๏ธโฃ] | Razor, Hubs & States – https://youtu.be/v86D52kjZKk
[Full Course] – https://youtu.be/KoGJsjnKmj0
[Full Course] | Revisit – https://youtu.be/zccbEgqkqPE
# Here’s a follow-up section to encourage engagement and support for Netcode-Hub:
๐ Get in touch with Netcode-Hub! ๐ซ
๐น GitHub: (https://github.com/Netcode-Hub) ๐
๐น Twitter: (https://twitter.com/NetcodeHub) ๐ฆ
๐น Facebook: (https://web.facebook.com/NetcodeHub) ๐
๐น LinkedIn: (https://www.linkedin.com/in/netcode-hub-90b188258/) ๐
๐น Email: [business.netcodehub@gmail.com]๐ง
# โ๏ธ If you’ve found value in Netcode-Hub’s work, consider supporting the channel with a coffee!
๐นBuy Me a Coffee: (https://www.buymeacoffee.com/NetcodeHub) โ๏ธ
# Timestamps
00:00 Introduction
00.:36 Overview
35:35 Setting up project with clean architecture
40:19 Installing Nugget packages.
44:33 Creating domain / entities
44:51 Creating Interface/repo for cookie authentication
1:04:35 Applying migration
1:19:10 Creating auth components, authStateprovider etc..
1:40:20 Adding activity tracker feature
1:50:00 Creating entities for product, category, location & order
1:53:53 Creating DTOs
2:02:20 Creating CQRS for all entities
2:30:42 Creating Web UI – product, location, category and order features.