Subscribe, Like,Comment and Share Remember to Buy Me Coffee (Hot One) www.buymeacoffee.com/macrocode🍵🍵🍵🍵🍵🍵🍵🍵🍵🍵🍵🍵🍵 ..Claim a Complete Source Code www.buymeacoffee.com/macrocode Full Series Follow Complete Series for Employees management System ruclips.net/p/PLHeVx_crBwV8-CFDeGQpUMoAP-PCIZKai
Thanks for this awesome tutorial. Your page will be my second office from today. You are just the best. I was able to use for Edit button. Thanks ones again for this video.
Thanks for your great video You are great I’m almost at the end of video after using ~/adminLTE it created the form but when I click the creat it doesn’t any idea why? I can fill out the form but it doesn’t create
@@MacroCoding public async Task Create([Bind("EmployeeID,FirstName,LastName,Email,DateOfBirth,Gender,Address,City,PhoneNumbwer,Department,JobTitle,Country,CreatedOn")] Employee employee) { if (ModelState.IsValid) { _context.Add(employee); await _context.SaveChangesAsync(); return RedirectToAction(nameof(Index)); } return View(employee); } its return this is it right?
Sir, are we going to use .NET 8 Blazor Web Assembly in this project till the end? And if yes, from which part it will begin please mention that. Thanks.
Hi lecture, I'm encountering an error while working on my graduation project, a Help Desk Management system. I'm utilizing IdentityUser built-in and have created five models: Ticket, AppUser (inherits IdentityUser), Comment, ErrorLogs, and ActivityLog. When I establish entity relationships and attempt to create a Ticket Controller, the form doesn't save any data. I'm unsure if the issue stems from incorrect database relationships. Could you please advise on troubleshooting this issue?
Thank you for this. I really appreciate it. Is nit possible to do a video on only having a admin allowed to delete and edit a Employee while a user login can only view and create
Datatable and not sure how. but i cant seem to get paging to work with this datatable in this project. I have 50 000 items in a database and obviously it crashes when i start the app so i need to implement paging with this Datatable
I started following you today from first video but in AdminLTE is updated, it is different from yours which is you copied folder form it during video how to use AdminLTE template please help me
Hello sir, Can you please solve my query? Actually I am clear with the concept of session state mode in c#. But how will the session modes work when I deploy my web application on my own server, it's a bit confusing for me. So can you please tell me which session mode should I use for my web application while deploying it on web?
Awesome,Sir l love your tutorial , your tutorial step by step is very clear. Can I make a wish🙇♀, Could you make tutorial next videos like approval/rejected flow mechanism(its seem HR.LeaveManagement), have authentication and authorization mechanism example like below A: User B:agent C:Leader D:Manager A is employee, role:user B agent A, role: agent C is team leader ,role: leader D is Manager, role:Manager approval flow example A->B->C->D A send a leave form, if B approved, it pass to C, if B rejected its back to A, and the same if C approved , it pass to D, if C rejected its back to B, finally if D approved, the leave form confirmed, or rejected (and the flow can record ). and the system send mail to A, say the leave form is approved/rejected. Please Sir, I want to learn this issue project🙏🙏🙏 I already subscription channel and like you tutorial~~
Thanks for your great videos I watched and I created this project but I dont see the Register and log in how to activate it I only see the _LoginPartial
Subscribe, Like,Comment and Share Remember to Buy Me Coffee (Hot One)
www.buymeacoffee.com/macrocode🍵🍵🍵🍵🍵🍵🍵🍵🍵🍵🍵🍵🍵 ..Claim a Complete Source Code www.buymeacoffee.com/macrocode Full Series
Follow Complete Series for Employees management System
ruclips.net/p/PLHeVx_crBwV8-CFDeGQpUMoAP-PCIZKai
Thanks for this awesome tutorial. Your page will be my second office from today. You are just the best. I was able to use for Edit button. Thanks ones again for this video.
Great..Subscribe and like our vidoe...Thank you for your support 🙏🙏🙏
Very good and helpful tutoral. im never leaving this channel
@@crazynova7178 Thank you soo much
Thanks for the amazing tutorials.
@@alimshaik9011 Welcome
This can be used even for a serious enterprise system ...Kudos
@@kikwaicheruiyot6330 Sure
Your tutorial helped me understand the MVC model, thank you very much from Hamid Benson Turay Sierra Leone, Mile 91.
Thank you Hamid, Subscribe for more...🙏🙏🙏
Hi, I’m really enjoying yr videos. Carlo
Thank you for watching..Subscribe 🙏🙏🙏
Very clear and deep video.waiting for the next video ❤.i hope it would be assigning the role for users.
Please subcribe for more
ruclips.net/p/PLHeVx_crBwV8-CFDeGQpUMoAP-PCIZKai
Thank you Macro. From Vietnam
@@levan3195 Thank you soo much
你太棒了,,
這是很好範例,,向你致敬
Thank you..Subscribe for more
Great video...waiting for next part
Thank you , Subscribe fore more Updates
ruclips.net/p/PLHeVx_crBwV8-CFDeGQpUMoAP-PCIZKai
Thanks bro... very well and good tutorial demonstration
You are welcome..Subscribe fore more
Thanks for this awesome tutorial. Love You Boss
Thank you for following..Subscribe for more
@@MacroCoding Boss Migration error problem faceing i can't solved plz help me
Nice work
Thank you! Cheers!
A phone number is a string and not an int. Note how the application removed the leading zero from the phone number at about 20:50.
great job!
Thank you! Cheers!
Hi, yr employee system - can you use the new Aspire interface with this project? Carlo
Thanks for your great video
You are great I’m almost at the end of video after using ~/adminLTE it created the form but when I click the creat it doesn’t any idea why? I can fill out the form but it doesn’t create
Thank you for watching... Check ModelState.IsValid if it is returning true...
@@MacroCoding public async Task Create([Bind("EmployeeID,FirstName,LastName,Email,DateOfBirth,Gender,Address,City,PhoneNumbwer,Department,JobTitle,Country,CreatedOn")] Employee employee)
{
if (ModelState.IsValid)
{
_context.Add(employee);
await _context.SaveChangesAsync();
return RedirectToAction(nameof(Index));
}
return View(employee);
} its return this is it right?
@@loveandlike6747 your problem is here (ModelState.IsValid) ..Check if something is not being supplied or remove this line of code and it should work
@@MacroCodingThanks when I click on Add new employees I watched many times couldnt find it thanks alot man
@@loveandlike6747 Is it working now?..Subscribe for more
Sir, are we going to use .NET 8 Blazor Web Assembly in this project till the end? And if yes, from which part it will begin please mention that. Thanks.
Hi lecture, I'm encountering an error while working on my graduation project, a Help Desk Management system. I'm utilizing IdentityUser built-in and have created five models: Ticket, AppUser (inherits IdentityUser), Comment, ErrorLogs, and ActivityLog.
When I establish entity relationships and attempt to create a Ticket Controller, the form doesn't save any data. I'm unsure if the issue stems from incorrect database relationships.
Could you please advise on troubleshooting this issue?
Check your ModelState.IsValid()..if you unsure remove the line of code...
Thank you for this. I really appreciate it. Is nit possible to do a video on only having a admin allowed to delete and edit a Employee while a user login can only view and create
@@carnagelan Yes...Will do a video about this..Subscribe for more
Datatable and not sure how. but i cant seem to get paging to work with this datatable in this project. I have 50 000 items in a database and obviously it crashes when i start the app so i need to implement paging with this Datatable
I started following you today from first video but in AdminLTE is updated, it is different from yours which is you copied folder form it during video how to use AdminLTE template please help me
use this one adminlte.io/themes/v3/
Hello sir, how do I create a login form with ADMINLTE before opening the main menu. Thanks for the tutorial.
Please share the next part video soon
Coming Soon...Subscribe and keep posted for more updates
ruclips.net/p/PLHeVx_crBwV8-CFDeGQpUMoAP-PCIZKai
"fa fa-pen" works for the edit button
Thanks
When deleting cards from Index file after pasting, I get this error"cannot read properties of null(reading 'GetContext')"
Hello sir,
Can you please solve my query?
Actually I am clear with the concept of session state mode in c#. But how will the session modes work when I deploy my web application on my own server, it's a bit confusing for me.
So can you please tell me which session mode should I use for my web application while deploying it on web?
Awesome,Sir
l love your tutorial , your tutorial step by step is very clear.
Can I make a wish🙇♀, Could you make tutorial next videos like approval/rejected flow mechanism(its seem HR.LeaveManagement), have authentication and authorization mechanism
example like below
A: User
B:agent
C:Leader
D:Manager
A is employee, role:user
B agent A, role: agent
C is team leader ,role: leader
D is Manager, role:Manager
approval flow example
A->B->C->D
A send a leave form, if B approved, it pass to C, if B rejected its back to A,
and the same if C approved , it pass to D, if C rejected its back to B,
finally if D approved, the leave form confirmed, or rejected (and the flow can record ). and the system send mail to A,
say the leave form is approved/rejected.
Please Sir, I want to learn this issue project🙏🙏🙏
I already subscription channel and like you tutorial~~
Thank you for watching...We will try to implement that...
@@MacroCoding love Sir😍,thank you very much~~
Muito legal, tem este código para baixar?
@@ReginaldoGomesify Subscribe for more
Yes..buymeacoffee.com/macrocode/e/213417
Hi author, is this system can be for commercial use?
Yes
@@MacroCoding thank youuu😀
@@hygge_inserein Welcome
Thanks for your great videos I watched and I created this project but I dont see the Register and log in how to activate it I only see the _LoginPartial
Thank you for Watching..To Active Scaffold Identity pages...Subscribe for more
We have a full playlist for this series ..Complete series and continuation here ruclips.net/p/PLHeVx_crBwV8-CFDeGQpUMoAP-PCIZKai
@@MacroCoding I subscribed
what is the thing we need to add on out application if the migration doesn't work the Add-Migration.
The migration command will give the errors, rectify or you can run Remove-Migration to undo migrations
Subscribe for more
in VS code i am use dotnet ef migrations add ...name...
why command code add-migration EmployeesDetails get failed
What is the error message?
Hi thanks for your video and can you teach me ? How much do you charge please tell me how to contact with you ?
I didn't see your email..sorry can you reshare?
hello sir
I want to create this project using EF(EntityFramework)
can i implement the same logic as per you implemented in the EF Core
Yes..You can..Thank you for watching..
How can I contact with you ?
Hi Thank you for watching our videos..Reach out on backendcoders@gmail.com
I sent you Email I didn’t not receive any response please
can you please give just template code so we can practice with you
Hello Dear Brother, Please add authentication & authorization system...
Thank you for wathching, will consider that please subscribe
@@MacroCoding Welcome.
My Humble request is add Multi Role Based Authentication and Authorization features...
Please...
@@mdsafikulislam9113 Will consider this done
you said ''if that doesn't work'' then, you didn't tell us what to do if that doesn't work. i mean when you're trying to do the migration.
The migration command will give the errors, rectify or you can run Remove-Migration to undo migrations
Do you want to collaborate on a project and work together ?
Hi, Thank yoi for watching our videos,Please reach out to us @backendcoders@gmail.com
provide the code
buymeacoffee.com/macrocode/e/213417
Migration Failed while building
Check dbset and model first
Some error
Add-Migration EmployeesDetails Command Done
But Update-Database command error
Keyboard not supported: 'id'
please provide source code for free urgently needed i do not have money to buy
Watch the video
🌟🖥🧭👌👌
Thank you