EP 1 Complete Employees Management System Using ASPNET Core MVC, EF Core,SQL|AdminLTE| Perform CRUD💥

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

Комментарии • 102

  • @MacroCoding
    @MacroCoding  10 месяцев назад +4

    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

  • @adewaleayeseteminkan4201
    @adewaleayeseteminkan4201 9 месяцев назад +3

    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.

    • @MacroCoding
      @MacroCoding  9 месяцев назад +1

      Great..Subscribe and like our vidoe...Thank you for your support 🙏🙏🙏

  • @crazynova7178
    @crazynova7178 2 месяца назад +2

    Very good and helpful tutoral. im never leaving this channel

    • @MacroCoding
      @MacroCoding  2 месяца назад +1

      @@crazynova7178 Thank you soo much

  • @alimshaik9011
    @alimshaik9011 22 дня назад +1

    Thanks for the amazing tutorials.

  • @kikwaicheruiyot6330
    @kikwaicheruiyot6330 Месяц назад

    This can be used even for a serious enterprise system ...Kudos

    • @MacroCoding
      @MacroCoding  Месяц назад +1

      @@kikwaicheruiyot6330 Sure

  • @CodeVerseTechnology
    @CodeVerseTechnology 10 месяцев назад

    Your tutorial helped me understand the MVC model, thank you very much from Hamid Benson Turay Sierra Leone, Mile 91.

    • @MacroCoding
      @MacroCoding  10 месяцев назад

      Thank you Hamid, Subscribe for more...🙏🙏🙏

  • @carlosilipo1729
    @carlosilipo1729 8 месяцев назад +1

    Hi, I’m really enjoying yr videos. Carlo

    • @MacroCoding
      @MacroCoding  8 месяцев назад +1

      Thank you for watching..Subscribe 🙏🙏🙏

  • @furtuu_tube
    @furtuu_tube 10 месяцев назад +1

    Very clear and deep video.waiting for the next video ❤.i hope it would be assigning the role for users.

    • @MacroCoding
      @MacroCoding  10 месяцев назад +1

      Please subcribe for more

    • @MacroCoding
      @MacroCoding  9 месяцев назад

      ruclips.net/p/PLHeVx_crBwV8-CFDeGQpUMoAP-PCIZKai

  • @levan3195
    @levan3195 Месяц назад +1

    Thank you Macro. From Vietnam

    • @MacroCoding
      @MacroCoding  Месяц назад +1

      @@levan3195 Thank you soo much

  • @王智立-i8m
    @王智立-i8m 5 месяцев назад +3

    你太棒了,,
    這是很好範例,,向你致敬

    • @MacroCoding
      @MacroCoding  2 месяца назад +1

      Thank you..Subscribe for more

  • @Keshav_Chuttoor
    @Keshav_Chuttoor 10 месяцев назад +1

    Great video...waiting for next part

    • @MacroCoding
      @MacroCoding  10 месяцев назад +2

      Thank you , Subscribe fore more Updates

    • @MacroCoding
      @MacroCoding  9 месяцев назад

      ruclips.net/p/PLHeVx_crBwV8-CFDeGQpUMoAP-PCIZKai

  • @Saansh6462
    @Saansh6462 3 месяца назад

    Thanks bro... very well and good tutorial demonstration

    • @MacroCoding
      @MacroCoding  3 месяца назад

      You are welcome..Subscribe fore more

  • @FarukahmedAraf
    @FarukahmedAraf 6 месяцев назад +1

    Thanks for this awesome tutorial. Love You Boss

    • @MacroCoding
      @MacroCoding  6 месяцев назад +1

      Thank you for following..Subscribe for more

    • @FarukahmedAraf
      @FarukahmedAraf 6 месяцев назад

      @@MacroCoding Boss Migration error problem faceing i can't solved plz help me

  • @wissamfawzy6543
    @wissamfawzy6543 4 месяца назад +1

    Nice work

  • @mcdls5
    @mcdls5 8 месяцев назад +1

    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.

  • @melhasb
    @melhasb 9 месяцев назад +1

    great job!

  • @carlosilipo1729
    @carlosilipo1729 8 месяцев назад +1

    Hi, yr employee system - can you use the new Aspire interface with this project? Carlo

  • @loveandlike6747
    @loveandlike6747 9 месяцев назад +2

    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
      @MacroCoding  9 месяцев назад +1

      Thank you for watching... Check ModelState.IsValid if it is returning true...

    • @loveandlike6747
      @loveandlike6747 9 месяцев назад +2

      @@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?

    • @MacroCoding
      @MacroCoding  9 месяцев назад +1

      @@loveandlike6747 your problem is here (ModelState.IsValid) ..Check if something is not being supplied or remove this line of code and it should work

    • @loveandlike6747
      @loveandlike6747 9 месяцев назад +2

      @@MacroCodingThanks when I click on Add new employees I watched many times couldnt find it thanks alot man

    • @MacroCoding
      @MacroCoding  9 месяцев назад +2

      @@loveandlike6747 Is it working now?..Subscribe for more

  • @saqibahmedkhan295
    @saqibahmedkhan295 13 дней назад

    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.

  • @abdallaboss23
    @abdallaboss23 9 месяцев назад +2

    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?

    • @MacroCoding
      @MacroCoding  9 месяцев назад +2

      Check your ModelState.IsValid()..if you unsure remove the line of code...

  • @carnagelan
    @carnagelan 3 месяца назад +1

    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

    • @MacroCoding
      @MacroCoding  3 месяца назад

      @@carnagelan Yes...Will do a video about this..Subscribe for more

    • @carnagelan
      @carnagelan 3 месяца назад

      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

  • @AliyProgrammer
    @AliyProgrammer 2 месяца назад +1

    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

    • @MacroCoding
      @MacroCoding  2 месяца назад +1

      use this one adminlte.io/themes/v3/

  • @irawandjoko4152
    @irawandjoko4152 4 месяца назад

    Hello sir, how do I create a login form with ADMINLTE before opening the main menu. Thanks for the tutorial.

  • @yashaswini3714
    @yashaswini3714 10 месяцев назад +1

    Please share the next part video soon

    • @MacroCoding
      @MacroCoding  10 месяцев назад +1

      Coming Soon...Subscribe and keep posted for more updates

    • @MacroCoding
      @MacroCoding  9 месяцев назад

      ruclips.net/p/PLHeVx_crBwV8-CFDeGQpUMoAP-PCIZKai

  • @fadhilinjagi1090
    @fadhilinjagi1090 2 месяца назад +1

    "fa fa-pen" works for the edit button

  • @adelteyaat
    @adelteyaat Месяц назад

    When deleting cards from Index file after pasting, I get this error"cannot read properties of null(reading 'GetContext')"

  • @sahiltambe-b3c
    @sahiltambe-b3c 9 месяцев назад

    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?

  • @hung-linwu9774
    @hung-linwu9774 10 месяцев назад +2

    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~~

    • @MacroCoding
      @MacroCoding  10 месяцев назад +3

      Thank you for watching...We will try to implement that...

    • @hung-linwu9774
      @hung-linwu9774 10 месяцев назад

      @@MacroCoding love Sir😍,thank you very much~~

  • @ReginaldoGomesify
    @ReginaldoGomesify 2 месяца назад +1

    Muito legal, tem este código para baixar?

    • @MacroCoding
      @MacroCoding  2 месяца назад +1

      @@ReginaldoGomesify Subscribe for more

    • @MacroCoding
      @MacroCoding  2 месяца назад +1

      Yes..buymeacoffee.com/macrocode/e/213417

  • @hygge_inserein
    @hygge_inserein 3 месяца назад +1

    Hi author, is this system can be for commercial use?

  • @loveandlike6747
    @loveandlike6747 9 месяцев назад +1

    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

    • @MacroCoding
      @MacroCoding  9 месяцев назад

      Thank you for Watching..To Active Scaffold Identity pages...Subscribe for more

    • @MacroCoding
      @MacroCoding  9 месяцев назад

      We have a full playlist for this series ..Complete series and continuation here ruclips.net/p/PLHeVx_crBwV8-CFDeGQpUMoAP-PCIZKai

    • @loveandlike6747
      @loveandlike6747 9 месяцев назад

      @@MacroCoding I subscribed

  • @MichaelBrooks-y8k
    @MichaelBrooks-y8k 10 месяцев назад +1

    what is the thing we need to add on out application if the migration doesn't work the Add-Migration.

    • @MacroCoding
      @MacroCoding  10 месяцев назад

      The migration command will give the errors, rectify or you can run Remove-Migration to undo migrations
      Subscribe for more

    • @90schannel34
      @90schannel34 3 месяца назад

      in VS code i am use dotnet ef migrations add ...name...

  • @honglengchea7845
    @honglengchea7845 Месяц назад +1

    why command code add-migration EmployeesDetails get failed

  • @loveandlike6747
    @loveandlike6747 9 месяцев назад +1

    Hi thanks for your video and can you teach me ? How much do you charge please tell me how to contact with you ?

    • @MacroCoding
      @MacroCoding  9 месяцев назад +1

      I didn't see your email..sorry can you reshare?

  • @m_k_creation2245
    @m_k_creation2245 10 месяцев назад

    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

    • @MacroCoding
      @MacroCoding  10 месяцев назад

      Yes..You can..Thank you for watching..

  • @loveandlike6747
    @loveandlike6747 9 месяцев назад +1

    How can I contact with you ?

    • @MacroCoding
      @MacroCoding  9 месяцев назад +2

      Hi Thank you for watching our videos..Reach out on backendcoders@gmail.com

    • @loveandlike6747
      @loveandlike6747 9 месяцев назад

      I sent you Email I didn’t not receive any response please

  • @adnansiddique2718
    @adnansiddique2718 3 месяца назад

    can you please give just template code so we can practice with you

  • @mdsafikulislam9113
    @mdsafikulislam9113 10 месяцев назад +1

    Hello Dear Brother, Please add authentication & authorization system...

    • @MacroCoding
      @MacroCoding  10 месяцев назад +1

      Thank you for wathching, will consider that please subscribe

    • @mdsafikulislam9113
      @mdsafikulislam9113 10 месяцев назад +1

      @@MacroCoding Welcome.
      My Humble request is add Multi Role Based Authentication and Authorization features...
      Please...

    • @MacroCoding
      @MacroCoding  10 месяцев назад

      @@mdsafikulislam9113 Will consider this done

  • @MichaelBrooks-y8k
    @MichaelBrooks-y8k 10 месяцев назад +1

    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.

    • @MacroCoding
      @MacroCoding  10 месяцев назад +1

      The migration command will give the errors, rectify or you can run Remove-Migration to undo migrations

  • @liquidsilver641
    @liquidsilver641 9 месяцев назад +1

    Do you want to collaborate on a project and work together ?

    • @MacroCoding
      @MacroCoding  9 месяцев назад +1

      Hi, Thank yoi for watching our videos,Please reach out to us @backendcoders@gmail.com

  • @gateaspirant9572
    @gateaspirant9572 2 месяца назад +1

    provide the code

    • @MacroCoding
      @MacroCoding  2 месяца назад

      buymeacoffee.com/macrocode/e/213417

  • @atharvathenge1905
    @atharvathenge1905 21 день назад

    Migration Failed while building

  • @dhandhusangamgj-2
    @dhandhusangamgj-2 8 месяцев назад

    Some error

    • @dhandhusangamgj-2
      @dhandhusangamgj-2 8 месяцев назад

      Add-Migration EmployeesDetails Command Done
      But Update-Database command error
      Keyboard not supported: 'id'

  • @rudraprasadsamal8744
    @rudraprasadsamal8744 8 месяцев назад +1

    please provide source code for free urgently needed i do not have money to buy

  • @JorgeAlbertoFernandezMarin
    @JorgeAlbertoFernandezMarin 7 месяцев назад +1

    🌟🖥🧭👌👌