Complete Inventory Management System with .NET 8 Blazor - CRUD, Export to PDF, EXCEL, Print, etc...

preview_player
Показать описание

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*/

/*Playlist*/

/*Project Series in Order*/

/*Follow Netcode-Hub*/

# 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.
Рекомендации по теме
Комментарии
Автор

Great work!! Thank you for helping the community :)

FQTV
Автор

Thank you for this wonderful and beautiful lesson🎖🏆🏅

nahdinet
Автор

nice content! A little suggestion, would be pretty useful to put the particular minute in which start a new section of the project. It could be helpful to organize and watch the video and the content in a more organized way

JulianRiverplate
Автор

subscribed and of course a lot of likes!!!

DChristop
Автор

You're doing so well for us Sir.. We appreciate all these video. Can you add chapters to this video for easy navigation

elijah
Автор

Excellent video. Even though sometimes I don't understand the sentence because you kinda talk a bit too fast, I was still able to follow and understand most of the time. Thanks for the content.

Ahmed-uiwn
Автор

you're doing so well, I have question from where you do these projects, I mean what is the books or resources you get the code

a.g.b
Автор

Looks amazing. Are you doing JWT and Refresh Token in this project?

waynehawkins
Автор

Hello !! I hope you doing great. I have a question, how can I translate each items of Syncfusion table to french people who does not any word in English. Thank you for your feedback.
Thank for all the content in each YouTube videos you make, very instructive.

koffikinnocent
Автор

Been coding along but having problem with some code being off view. Tried searching your github repo and can't find this project. Nonetheless, great video. 👏

SproutSkout
Автор

Hello Many thanks for your efforts ! I got the following error once I updated the database for the first time "Error Number:2, State:0, Class:20
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)", Could you help please ?

mejdikarmani
Автор

can we modify easily this POS Application for medical store management system???

ehsanali
Автор

hey, i got stuck on the database part. i get the error: A network-related or instance-specific error occurred while establishing a connection to SQL Server. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server). can you explain how to set up a database connection? thanks!

bennyblojack
Автор

If we have domain Models then why do we need DTOs. Are they acting as Models?

yassermian
Автор

on your code some page
you don't move scrolling
i can't see

I'm currently learning how to use Blazor projects.

Your channel is a good and advanced channel for learning.

I was able to use it to learn how to do a great job.

but for this clip, some of the code I can't see. because you didn't move scrolling backwards.

will it be possible? If you will help me, because I can't guess the code and keep writing it.

Nxttee