Showing posts from September, 2022

AppSetting.json

{   "Logging": {     "LogLevel": {       "Default&quo…

Program Class in core 6.0

using BulkyBookWeb.Data; using Microsoft.EntityFrameworkCore; var builder = We…

DbContext Class

using BulkyBookWeb.Models; using Microsoft.EntityFrameworkCore; namespace Bulky…

Scaffold-DbContext

Scaffold-DbContext "Server=DESKTOP-4G0RDI0\SQLEXPRESS;Database=StudentDB;…

Load More That is All