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

Sdílet
Vložit
  • čas přidán 4. 02. 2024
  • #netcore #efcore #MVC #aspnetcoremvc #aspnetcore #.NET8.0 #efcore #restapi #crudeblazorapp #completeblazorcrudeapp #.NET 8.0 #.NETBlazor #Employees #EmployeesMangementSystem #payrollsystem #ASPNETCoreMvc #aspnetcore
    💥 /*Complete Source code Available*/ - 💥 -Claim Complete Source Code
    www.buymeacoffee.com/macrocod...
    🚀 Excited to announce the launch of our newest video series on CZcams! Join us as we dive deep into the world of web development and guide you through the creation of a comprehensive Employees Management System using ASP.NET Core MVC, EF Core, SQL Server, and AdminLTE. In this series, we'll cover everything you need to know to build a robust system, from performing CRUD operations to managing leave applications, employee details, system settings, and user management with ASP.NET Identity. Get ready to explore advanced features like multi-role assignment and audit trails, empowering you to create efficient and scalable applications. Whether you're a seasoned developer looking to enhance your skills or a newcomer eager to learn, this series has something for everyone. Don't miss out on this opportunity to level up your coding game and embark on a journey to mastering ASP.NET Core MVC! Subscribe now and join us on this exciting adventure. 🌟 #WebDevelopment #ASPNETCore #MVC #EFCore #SQLServer #AdminLTE #CRUD #UserManagement #AuditTrails #CodingTutorial
    EP 3 Complete Employees Management System Using ASP.NET Core MVC, EF Core,SQL|AdminLTE| Perform CRUD e.tc
    .NET Core Employees Management System|| Create ASP.NET Core Web Application With SQL Server Database.
    Create a Complete Employees Management System with Database Access. Connect ASP.NET Core Web Application with SQL Server Database. Perform CRUD operations using ASP.NET. Create Read Update Delete data from SQL Server Database using ASP.NET Core Web Application.
    C# , ASP,NET CORE, SQL Server Express Edition,.NET8.0
    What is ASP.NET Core Identity,Claims,ClaimIdentity,ClaimPrincipal || ASP.NET Identity Explained Easy
    • What is ASP.NET Core I...
    Follow Complete Series for Employees management System
    • EMPLOYEES MANAGEMENT S...
    💯 Watch our Previous Video on EP 1 Complete Employees Management System Using ASP.NET Core MVC, EF Core,SQL|AdminLTE| Perform CRUD:
    • EP 1 Complete Employee...
    💯 Subscribe -Use the following link as well. youtube.com/@MacroCoding?sub_...
    💯 Remember to Buy Me Coffee
    www.buymeacoffee.com/macrocode
    Join this channel to get access to perks:
    / @macrocoding
    ❤️ Thanks for watching

Komentáře • 43

  • @jerrybellemorales7285
    @jerrybellemorales7285 Před 4 měsíci +4

    Why have error when doing Update-database after migrating LeaveApplications. 14:25 of video

  • @score0658
    @score0658 Před 5 měsíci +1

    Great video, thanks for sharing.

    • @MacroCoding
      @MacroCoding  Před 5 měsíci +1

      Thanks for watching!.Subscribe for more

  • @MacroCoding
    @MacroCoding  Před 5 měsíci +1

    Subscribe, Like,Comment and Share Rembember to Buy Me Coffee (Hot One)
    www.buymeacoffee.com/macrocode🍵🍵🍵🍵🍵🍵🍵🍵🍵🍵🍵🍵🍵 ..

  • @hung-linwu9774
    @hung-linwu9774 Před 5 měsíci +1

    Sir, your tutorial is so great , I learned a lot, thank you very much ~~~😀😀

    • @MacroCoding
      @MacroCoding  Před 5 měsíci +1

      Thank you for watching 🙏🙏🙏🙏🙏🙏

  • @alexkiprop5459
    @alexkiprop5459 Před 5 měsíci +2

    On the problem of updating the db, you can modify the ondelete referential action of your FK in the migrations of leave application. Worked for me

  • @kausarraza2961
    @kausarraza2961 Před měsícem

    Thanks sir❤

  • @user-ef2li4rw2y
    @user-ef2li4rw2y Před měsícem +1

    LeaveApplications migrating not working.

  • @zaeemqureshi8394
    @zaeemqureshi8394 Před 3 měsíci +2

    I am unable to create a leave application please help

  • @harrymuthee9666
    @harrymuthee9666 Před 3 měsíci +1

    Incase you're having a problem with migration:
    1. Rebuild the solution or Clean Build
    2. Set the delete behavior to set Null
    3. Last Resort delete all migrations and database and start fresh migrations but with delete behavior set to null

  • @user-ef2li4rw2y
    @user-ef2li4rw2y Před měsícem

    when add new leave entry then show this error,please help me : SqlException: The INSERT statement conflicted with the FOREIGN KEY constraint "FK_LeaveApplications_SystemCodeDetails_StatusId". The conflict occurred in database "EMS", table "dbo.SystemCodeDetails", column 'Id'.

  • @milindsondawale1684
    @milindsondawale1684 Před 5 měsíci +2

    sir, I solve the problem When i remove migration and add agains

  • @FarukahmedAraf
    @FarukahmedAraf Před měsícem +1

    Failed executing DbCommand (110ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
    ALTER TABLE [LeaveApplications] DROP CONSTRAINT [FK_LeaveApplications_Employees_EmployeeId];

    • @alexkiprop5459
      @alexkiprop5459 Před měsícem

      if you go to the migrations file of leave app...modify the ondelete referential action...I will upload later today!

    • @FarukahmedAraf
      @FarukahmedAraf Před měsícem

      @@alexkiprop5459 Can i contact you boss

  • @jenniferj5971
    @jenniferj5971 Před 3 měsíci +1

    I am not able to create a new leave application entry. 39:21 of video

    • @zaeemqureshi8394
      @zaeemqureshi8394 Před 3 měsíci

      Is your issue resolved ??

    • @mutayyab01
      @mutayyab01 Před 3 měsíci +1

      @@zaeemqureshi8394 You just need to add the await keyword while getting the PendingStatus In Create AccionMethod

    • @jenniferj5971
      @jenniferj5971 Před 2 měsíci

      @@zaeemqureshi8394 No

    • @jenniferj5971
      @jenniferj5971 Před 2 měsíci

      @@zaeemqureshi8394 No its not working

    • @jenniferj5971
      @jenniferj5971 Před 2 měsíci +2

      Thank you Sir for resolving the issue.
      public async Task Create(LeaveApplication leaveApplication)
      {
      var pendingStatus = await _context.systemCodeDetails
      .Include(x => x.SystemCode)
      .FirstOrDefaultAsync(y => y.Code == "Pending" && y.SystemCode.Code == "LeaveApprovalStatus");
      ModelState.Remove("Employee");
      ModelState.Remove("Status");
      ModelState.Remove("Duration");
      ModelState.Remove("LeaveType");
      if (ModelState.IsValid)
      {

  • @zaeemqureshi8394
    @zaeemqureshi8394 Před 3 měsíci +1

    Hello sir please help

  • @tf_teck
    @tf_teck Před 5 měsíci +1

    i don't know what is wrong with this video on migrating leave application model

    • @alexkiprop5459
      @alexkiprop5459 Před 5 měsíci

      On the problem of updating the db, you can modify the ondelete referential action of your FK in the migrations of leave application. Worked for me

    • @FarukahmedAraf
      @FarukahmedAraf Před měsícem

      @@alexkiprop5459 bro same problem i can't solved ,plz help me bro

    • @softer.prakashmishra8040
      @softer.prakashmishra8040 Před měsícem

      Really brother I'm facing same problem

    • @softer.prakashmishra8040
      @softer.prakashmishra8040 Před měsícem

      Actually video was skipped between create leave application