Learn ASP.NET Core MVC | .NET 6 | EF Core | MySQL Database | Beginner Tutorials

preview_player
Показать описание
Learn ASP.NET Core MVC | .NET 6 | EF Core | MySQL Database | Beginner Tutorials

✍ Learn the basics of .NET Core (.NET 6) and then build a simple CRUD application with MVC and Entity Framework core code first in these complete tutorials.

👋 Complete Project Using ASP.NET Core
✅ Business ERP Solution/Product/POS/Company Management:

✅ School/College/University Management ERP:

✅ Dashboard Template | ASP.NET Core MVC Web Starter Kit

✅ Advance POS System with Stock Manager | ASP.NET Core | EF Core | .NET Core 6.0:

✅ Asset Management System with Barcode | ASP.NET Core | EF Core | .NET Core 6.0:

✅ Advanced Files & Users Management | ASP.NET Core | EF Core | .NET Core | MSSQL | MySQL:

✅ Hospital and Pharmacy Management System | ASP.NET Core | EF Core:

✅ Inventory and User Management System:

✅ Invoice Gen(Invoice Generation and Management) using .Net Core and EF:

✅ Complaint | Issue | Helpdesk Ticket | My Ticket HelpDesk Support System | ASP.NET Core | EF Core:

✅ User Management:

✅ ASP.NET Core CRUD Operation Using Dot Net 6.0 | MVC| MSSQL | MySQL | EF Core Code First | jQuery

✅ ASP.NET Core full CRUD with .NET 5 | MSSQL/MySQL | EF code first:

✅ Staff | Employee Leave Management System

✅ Library Management System | ASP.NET Core | MSSQL | Code First

👋 My Profile:

✅ Audit Trail in ASP.NET Core MVC Project | Entity Framework Core | Code First | MSSQL | MySQL
✅ ASP .NET Core | Database Connection | Entity Framework Core | Code First | MSSQL
✅ Business ERP Solution / Product / POS / Company Management | ASP.NET Core | EF Core | .NET Core 5.0
✅ Pharmacy & Hospital Management System | ASP.NET Core | EF Core
✅ User Management, ASP.NET Core 5.0, Identity Core, Entity Framework Code First | JWT Authentication

Summary:
- .NET Core 6.0 Project
- MySQL Database connection
- Entity Framework Core
- Code First
- CRUD Operation

So, Let's create the project step by step:
- Add NuGet dependency
dotnet add package Pomelo.EntityFrameworkCore.MySql --version 6.0.1

✅ MySQL DB Conn
string _GetConnStringName = builder.Configuration.GetConnectionString("DefaultConnectionMySQL");
builder.Services.AddDbContextPool%ApplicationDbContext%(options =% options.UseMySql(_GetConnStringName, ServerVersion.AutoDetect(_GetConnStringName)));

- Run migration
dotnet ef migrations add InitialCreate
dotnet ef database update

Categories: CRUD
1. Create Model: Database Table
add int DB Context:
public DbSet Categories Categories { get; set; }
2. Create View Model: For Display data in UI
Plus: Mapping
3. Create a Controller
4. Create a View
5. Create JS for View

So thank you for watching the full tutorial on ASP.NET core 6.0

We have learned:
- Connect DB: MySQL
- EF Core Code First
- Full CRUD Operation

Please do like us and share your feedback in the comment section.
Thanks for watching!

Ref:

Music: bensound and google music lib

✅ Supports:
If you want to modify or add new features, you can always contact us at,
WhatsApp: 8801674411603
Telegram: shahed71bd
Skype: shahedatomap
Рекомендации по теме