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

preview_player
Показать описание
#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

🚀 Excited to announce the launch of our newest video series on YouTube! 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

.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

Follow Complete Series for Employees management System

💯 Watch our Previous Video on EP 1 Complete Employees Management System Using ASP.NET Core MVC, EF Core,SQL|AdminLTE| Perform CRUD:

💯 Remember to Buy Me Coffee

Join this channel to get access to perks:

❤️ Thanks for watching
Рекомендации по теме
Комментарии
Автор

Subscribe, Like, Comment and Share Rembember to Buy Me Coffee (Hot One)

MacroCoding
Автор

I made the changes to the OnModelCreating method as shown in the video. Then I set the OnDelete to DeleteBehavior.NoAction. I removed migrations (dotnet ef migrations remove) one at a time until the initial LeaveApplications migration got removed. Then I added a new migration and did a database update. It worked.

fadhilinjagi
Автор

For making forms inputs appear as 2 columns on bigger screens, you can just add col-md-6 to the divs with the form-group class without wrapping them with another div.

fadhilinjagi
Автор

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

jerrybellemorales
Автор

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

hung-linwu
Автор

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

alexkiprop
Автор

how to correct this error Introducing FOREIGN KEY constraint on table 'LeaveApplications' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.
Could not create constraint or index. See previous errors.

ganonyikang
Автор

Im unable to create new record with foreign key and the app is not throwing any errors, help please, i was able to connect and display the foreign key successfully but the create function is not working

FatimaJanahi-hv
Автор

LeaveApplications migrating not working.

Md.JoyRahim
Автор

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

FarukahmedAraf
Автор

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

Md.JoyRahim
Автор

I am unable to create a leave application please help

zaeemqureshi
Автор

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

harrymuthee
Автор

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

milindsondawale
Автор

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

jenniferj
Автор

Guys, if you have a error when input Update-Database. Use Remove-migration and try again For me, solve this problem using it.

andre_nogarotto
Автор

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

furtuu_tube