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 kzbin.info/aero/PLHeVx_crBwV8-CFDeGQpUMoAP-PCIZKai
@adewaleayeseteminkan420110 ай бұрын
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.
@MacroCoding10 ай бұрын
Great..Subscribe and like our vidoe...Thank you for your support 🙏🙏🙏
@crazynova71783 ай бұрын
Very good and helpful tutoral. im never leaving this channel
@MacroCoding3 ай бұрын
@@crazynova7178 Thank you soo much
@testingwss871318 күн бұрын
Very Good Session
@MacroCoding18 күн бұрын
@@testingwss8713 Thank you subscribe for more
@alimshaik90112 ай бұрын
Thanks for the amazing tutorials.
@MacroCoding2 ай бұрын
@@alimshaik9011 Welcome
@kikwaicheruiyot63303 ай бұрын
This can be used even for a serious enterprise system ...Kudos
@MacroCoding3 ай бұрын
@@kikwaicheruiyot6330 Sure
@furtuu_tube11 ай бұрын
Very clear and deep video.waiting for the next video ❤.i hope it would be assigning the role for users.
@@MacroCoding Boss Migration error problem faceing i can't solved plz help me
@CodeVerseTechnology11 ай бұрын
Your tutorial helped me understand the MVC model, thank you very much from Hamid Benson Turay Sierra Leone, Mile 91.
@MacroCoding11 ай бұрын
Thank you Hamid, Subscribe for more...🙏🙏🙏
@melhasb10 ай бұрын
great job!
@MacroCoding10 ай бұрын
Thank you! Cheers!
@mcdls59 ай бұрын
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.
@王智立-i8m6 ай бұрын
你太棒了,, 這是很好範例,,向你致敬
@MacroCoding4 ай бұрын
Thank you..Subscribe for more
@mdsafikulislam911310 күн бұрын
Hello Brother, After Completing both of MVC & MAUI series, Please make Inventory and POS Management System!
@MacroCoding10 күн бұрын
@@mdsafikulislam9113 Will consider this..Thank you
@wissamfawzy65435 ай бұрын
Nice work
@MacroCoding5 ай бұрын
Thank you! Cheers!
@carlosilipo172910 ай бұрын
Hi, yr employee system - can you use the new Aspire interface with this project? Carlo
@Saansh64625 ай бұрын
Thanks bro... very well and good tutorial demonstration
@MacroCoding5 ай бұрын
You are welcome..Subscribe fore more
@alexandercereno40987 күн бұрын
can you help me please, i installed the folder of adminLTE version4 and i cant see the other folder that you copy and paste to your application can you help me?
@mdsafikulislam91138 күн бұрын
Brother, how can I secure my application using CORS, data encryption, CSRF & XSS protection, rate limiting, and secure headers? Have you applied these in your existing projects?
@abdallaboss2310 ай бұрын
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?
@MacroCoding10 ай бұрын
Check your ModelState.IsValid()..if you unsure remove the line of code...
@TamboRousselАй бұрын
i'm having a problem the build has failed when doing the migration
@saqibahmedkhan295Ай бұрын
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.
@levan31952 ай бұрын
Thank you Macro. From Vietnam
@MacroCoding2 ай бұрын
@@levan3195 Thank you soo much
@loveandlike674710 ай бұрын
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
@MacroCoding10 ай бұрын
Thank you for watching... Check ModelState.IsValid if it is returning true...
@loveandlike674710 ай бұрын
@@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?
@MacroCoding10 ай бұрын
@@loveandlike6747 your problem is here (ModelState.IsValid) ..Check if something is not being supplied or remove this line of code and it should work
@loveandlike674710 ай бұрын
@@MacroCodingThanks when I click on Add new employees I watched many times couldnt find it thanks alot man
@MacroCoding10 ай бұрын
@@loveandlike6747 Is it working now?..Subscribe for more
@adelteyaat2 ай бұрын
When deleting cards from Index file after pasting, I get this error"cannot read properties of null(reading 'GetContext')"
@AliyProgrammer4 ай бұрын
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
@MacroCoding4 ай бұрын
use this one adminlte.io/themes/v3/
@irawandjoko41525 ай бұрын
Hello sir, how do I create a login form with ADMINLTE before opening the main menu. Thanks for the tutorial.
@honglengchea78453 ай бұрын
why command code add-migration EmployeesDetails get failed
@MacroCoding3 ай бұрын
What is the error message?
@sahiltambe-b3c10 ай бұрын
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?
@MichaelBrooks-y8k11 ай бұрын
what is the thing we need to add on out application if the migration doesn't work the Add-Migration.
@MacroCoding11 ай бұрын
The migration command will give the errors, rectify or you can run Remove-Migration to undo migrations Subscribe for more
@90schannel344 ай бұрын
in VS code i am use dotnet ef migrations add ...name...
@hygge_inserein4 ай бұрын
Hi author, is this system can be for commercial use?
@MacroCoding4 ай бұрын
Yes
@hygge_inserein4 ай бұрын
@@MacroCoding thank youuu😀
@MacroCoding4 ай бұрын
@@hygge_inserein Welcome
@carnagelan5 ай бұрын
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
@MacroCoding5 ай бұрын
@@carnagelan Yes...Will do a video about this..Subscribe for more
@carnagelan4 ай бұрын
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
@loveandlike674710 ай бұрын
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
@MacroCoding10 ай бұрын
Thank you for Watching..To Active Scaffold Identity pages...Subscribe for more
@MacroCoding10 ай бұрын
We have a full playlist for this series ..Complete series and continuation here kzbin.info/aero/PLHeVx_crBwV8-CFDeGQpUMoAP-PCIZKai
@loveandlike674710 ай бұрын
@@MacroCoding I subscribed
@yashaswini371411 ай бұрын
Please share the next part video soon
@MacroCoding11 ай бұрын
Coming Soon...Subscribe and keep posted for more updates
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
@MacroCoding11 ай бұрын
Yes..You can..Thank you for watching..
@loveandlike674710 ай бұрын
Hi thanks for your video and can you teach me ? How much do you charge please tell me how to contact with you ?
@MacroCoding10 ай бұрын
I didn't see your email..sorry can you reshare?
@ReginaldoGomesify4 ай бұрын
Muito legal, tem este código para baixar?
@MacroCoding4 ай бұрын
@@ReginaldoGomesify Subscribe for more
@MacroCoding4 ай бұрын
Yes..buymeacoffee.com/macrocode/e/213417
@loveandlike674710 ай бұрын
How can I contact with you ?
@MacroCoding10 ай бұрын
Hi Thank you for watching our videos..Reach out on backendcoders@gmail.com
@loveandlike674710 ай бұрын
I sent you Email I didn’t not receive any response please
@adnansiddique27184 ай бұрын
can you please give just template code so we can practice with you
@hung-linwu977411 ай бұрын
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~~
@MacroCoding11 ай бұрын
Thank you for watching...We will try to implement that...
@hung-linwu977411 ай бұрын
@@MacroCoding love Sir😍,thank you very much~~
@MichaelBrooks-y8k11 ай бұрын
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.
@MacroCoding11 ай бұрын
The migration command will give the errors, rectify or you can run Remove-Migration to undo migrations