Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
2 views
DB_FIRST2
Uploaded by
rushikeshkalwane141
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save DB_FIRST2 For Later
Download
Save
Save DB_FIRST2 For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
2 views
DB_FIRST2
Uploaded by
rushikeshkalwane141
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save DB_FIRST2 For Later
Carousel Previous
Carousel Next
Save
Save DB_FIRST2 For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 1
Search
Fullscreen
Db first approach
1. Add Nuget Packages
Microsoft.EntityFrameworkCore
Microsoft.EntityFrameworkCore.SqlServer
Microsoft.EntityFrameworkCore.Tools
2. Package Manager Console
Scaffold-DbContext "Data Source=(localdb)\MSSQLLocalDB;Initial
Catalog=EmpDetailsDB;Integrated Security=True;Connect
Timeout=30;Encrypt=False;Trust Server Certificate=False;Application
Intent=ReadWrite;Multi Subnet Failover=False"
Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models
Note : read more at
https://docs.microsoft.com/en-us/ef/core/managing-schemas/scaffolding?tabs=vs
3. Add EF service in Program.cs
public static void Main(string[] args)
{
builder.Services.AddControllersWithViews();
builder.Services.AddDbContext<BookAdminContext>(options =>
options.UseSqlServer(builder.Configuration.GetConnectionString("BookAdminContext"))
);
4. Specify connection string in appsettings.json
"ConnectionStrings": {
"BookAdminContext": "Data Source=(localdb)\\MsSqlLocalDb;Initial
Catalog=BookAdmin;Integrated Security=true;MultipleActiveResultSets=true"
}
Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=BookSellersDb;Integrated
Security=True;Connect Timeout=30;Encrypt=False;Trust Server
Certificate=False;Application Intent=ReadWrite;Multi Subnet Failover=False
Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=EmpDetailsDB;Integrated
Security=True;Connect Timeout=30;Encrypt=False;Trust Server
Certificate=False;Application Intent=ReadWrite;Multi Subnet Failover=False
You might also like
SC-200: Microsoft Security Operations Analyst Preparation
From Everand
SC-200: Microsoft Security Operations Analyst Preparation
Georgio Daccache
No ratings yet
Ef Aspnet Cheat Sheet
PDF
No ratings yet
Ef Aspnet Cheat Sheet
4 pages
MySQL for Python
From Everand
MySQL for Python
Albert Lukaszewski
5/5 (1)
Some Tutorials in Computer Networking Hacking
From Everand
Some Tutorials in Computer Networking Hacking
Dr. Hidaia Mahmood Alassouli
No ratings yet
Db First
PDF
No ratings yet
Db First
1 page
Core MVC Using Ef Core Part3
PDF
No ratings yet
Core MVC Using Ef Core Part3
345 pages
Entity Framework Core
PDF
No ratings yet
Entity Framework Core
22 pages
Command CLI
PDF
No ratings yet
Command CLI
1 page
Administering Microsoft Azure SQL Solutions DP 300
From Everand
Administering Microsoft Azure SQL Solutions DP 300
Manish Soni
No ratings yet
DB First Code Step by Step By - Tejas Koshti
PDF
No ratings yet
DB First Code Step by Step By - Tejas Koshti
3 pages
C# 2010 Coding Briefs Data Access
From Everand
C# 2010 Coding Briefs Data Access
Kevin Hough
No ratings yet
Mastering C++ Network Automation
From Everand
Mastering C++ Network Automation
Justin Barbara
No ratings yet
Mastering C++ Network Automation: Run Automation across Configuration Management, Container Orchestration, Kubernetes, and Cloud Networking
From Everand
Mastering C++ Network Automation: Run Automation across Configuration Management, Container Orchestration, Kubernetes, and Cloud Networking
Justin Barbara
No ratings yet
Visual Basic 2010 Coding Briefs Data Access
From Everand
Visual Basic 2010 Coding Briefs Data Access
Kevin Hough
5/5 (1)
EntityFramework Tips PDF
PDF
No ratings yet
EntityFramework Tips PDF
9 pages
Database Dotnet
PDF
No ratings yet
Database Dotnet
5 pages
L2 ASP - NET MVC Code First Approach - 075015
PDF
No ratings yet
L2 ASP - NET MVC Code First Approach - 075015
9 pages
Google Associate Cloud Engineer Exam Companion: Q&A with Explanations
From Everand
Google Associate Cloud Engineer Exam Companion: Q&A with Explanations
SUJAN
No ratings yet
Exam AZ-800: Administering Windows Server Hybrid Core Infrastructure Preparation
From Everand
Exam AZ-800: Administering Windows Server Hybrid Core Infrastructure Preparation
Georgio Daccache
No ratings yet
How to Hack Like a Legend: Breaking Windows
From Everand
How to Hack Like a Legend: Breaking Windows
Sparc Flow
No ratings yet
Salesforce Certified Platform Developer I CRT-450 Exam Preparation
From Everand
Salesforce Certified Platform Developer I CRT-450 Exam Preparation
Georgio Daccache
No ratings yet
NoSQL Injection for Elasticsearch
From Everand
NoSQL Injection for Elasticsearch
Gary Drocella
No ratings yet
Unit-2
PDF
No ratings yet
Unit-2
17 pages
3.what Is The DbContext Class in EF Core
PDF
No ratings yet
3.what Is The DbContext Class in EF Core
11 pages
Learn ASP - NET: ASP - NET: Databases Cheatsheet
PDF
No ratings yet
Learn ASP - NET: ASP - NET: Databases Cheatsheet
11 pages
C++ Basics for New Programmers: A Practical Guide with Examples
From Everand
C++ Basics for New Programmers: A Practical Guide with Examples
William E. Clark
No ratings yet
Inspiring Powershell Articles
From Everand
Inspiring Powershell Articles
Murat Yildirimoglu
No ratings yet
MCTS 70-515 Exam: Web Applications Development with Microsoft .NET Framework 4 (Exam Prep)
From Everand
MCTS 70-515 Exam: Web Applications Development with Microsoft .NET Framework 4 (Exam Prep)
Eddie Vi
4/5 (1)
Microsoft Power Platform For Dummies
From Everand
Microsoft Power Platform For Dummies
Jack A. Hyman
No ratings yet
The Art of WebAssembly: Build Secure, Portable, High-Performance Applications
From Everand
The Art of WebAssembly: Build Secure, Portable, High-Performance Applications
Rick Battagline
No ratings yet
How to Hack Like a Ghost: Breaching the Cloud
From Everand
How to Hack Like a Ghost: Breaching the Cloud
Sparc Flow
No ratings yet
EF Core 7 Day 2
PDF
No ratings yet
EF Core 7 Day 2
25 pages
Entity framework_ORM_Database Integration- Asp.net
PDF
No ratings yet
Entity framework_ORM_Database Integration- Asp.net
13 pages
Recap Frameworkcore
PDF
No ratings yet
Recap Frameworkcore
9 pages
ASPNET - Databases Cheatsheet
PDF
No ratings yet
ASPNET - Databases Cheatsheet
13 pages
PHP Package Mastery: 100 Essential Tools in One Hour - 2024 Edition
From Everand
PHP Package Mastery: 100 Essential Tools in One Hour - 2024 Edition
Kanto
No ratings yet
PRN SetUp
PDF
No ratings yet
PRN SetUp
1 page
Entity Framework Net Core
PDF
100% (1)
Entity Framework Net Core
74 pages
Kubernetes Made Easy
From Everand
Kubernetes Made Easy
Pankaj Joshi
No ratings yet
How To Create .Net Core API 2
PDF
No ratings yet
How To Create .Net Core API 2
20 pages
Command CLI
PDF
No ratings yet
Command CLI
1 page
The Complete Developer: Master the Full Stack with TypeScript, React, Next.js, MongoDB, and Docker
From Everand
The Complete Developer: Master the Full Stack with TypeScript, React, Next.js, MongoDB, and Docker
Martin Krause
No ratings yet
DevOps for the Desperate: A Hands-On Survival Guide
From Everand
DevOps for the Desperate: A Hands-On Survival Guide
Bradley Smith
No ratings yet
Hibernate, Spring & Struts Interview Questions You'll Most Likely Be Asked
From Everand
Hibernate, Spring & Struts Interview Questions You'll Most Likely Be Asked
Vibrant Publishers
No ratings yet
Mastering Go Network Automation
From Everand
Mastering Go Network Automation
Ian Taylor
No ratings yet
Mastering Go Network Automation: Automating Networks, Container Orchestration, Kubernetes with Puppet, Vegeta and Apache JMeter
From Everand
Mastering Go Network Automation: Automating Networks, Container Orchestration, Kubernetes with Puppet, Vegeta and Apache JMeter
Ian Taylor
No ratings yet
Azure For Starters
From Everand
Azure For Starters
Chinmoy Mukherjee
No ratings yet
Python and SQLite Development
From Everand
Python and SQLite Development
Agus Kurniawan
No ratings yet
Hands-On Multi-Cloud Kubernetes: Multi-cluster kubernetes deployment and scaling with FluxCD, Virtual Kubelet, Submariner and KubeFed
From Everand
Hands-On Multi-Cloud Kubernetes: Multi-cluster kubernetes deployment and scaling with FluxCD, Virtual Kubelet, Submariner and KubeFed
Joe Brian
No ratings yet
Entity Framework
PDF
No ratings yet
Entity Framework
109 pages
Core MVC EF
PDF
No ratings yet
Core MVC EF
2 pages
Knight's Microsoft SQL Server 2012 Integration Services 24-Hour Trainer
From Everand
Knight's Microsoft SQL Server 2012 Integration Services 24-Hour Trainer
Brian Knight
No ratings yet
Learning Microsoft Azure
From Everand
Learning Microsoft Azure
Geoff Webber-Cross
4/5 (5)
SQLite Database Programming for Xamarin: Cross-platform C# database development for iOS and Android using SQLite.XM
From Everand
SQLite Database Programming for Xamarin: Cross-platform C# database development for iOS and Android using SQLite.XM
Anthony Serpico
No ratings yet
Microsoft SQL Server 2012 Administration: Real-World Skills for MCSA Certification and Beyond (Exams 70-461, 70-462, and 70-463)
From Everand
Microsoft SQL Server 2012 Administration: Real-World Skills for MCSA Certification and Beyond (Exams 70-461, 70-462, and 70-463)
Tom Carpenter
No ratings yet
AWS Solutions Architect Certification Case Based Practice Questions Latest Edition 2023
From Everand
AWS Solutions Architect Certification Case Based Practice Questions Latest Edition 2023
Exam OG
No ratings yet
Entity Framework Core Résumé
PDF
No ratings yet
Entity Framework Core Résumé
9 pages
Getting Started with Oracle WebLogic Server 12c: Developer’s Guide
From Everand
Getting Started with Oracle WebLogic Server 12c: Developer’s Guide
Fabio Mazanatti Nunes
No ratings yet
AWS Certified Developer Associate (DVA-C01) Practice Test
From Everand
AWS Certified Developer Associate (DVA-C01) Practice Test
iCertify Training
No ratings yet
Microsoft SQL Azure Enterprise Application Development
From Everand
Microsoft SQL Azure Enterprise Application Development
Jayaram Krishnaswamy
No ratings yet
Web TECNO DUMP
PDF
No ratings yet
Web TECNO DUMP
305 pages
2024-10-21 Ads With Java - Day 3
PDF
No ratings yet
2024-10-21 Ads With Java - Day 3
19 pages
Assignment Day 2
PDF
No ratings yet
Assignment Day 2
1 page
Adobe Scan 21-Nov-2024
PDF
No ratings yet
Adobe Scan 21-Nov-2024
31 pages
Assignment - 16
PDF
No ratings yet
Assignment - 16
1 page
2024-10-22 Ads With Java - Day 4
PDF
No ratings yet
2024-10-22 Ads With Java - Day 4
18 pages
5ae8ef1e-32e1-4291-bcc7-ea89e0d54f40_AJAX
PDF
No ratings yet
5ae8ef1e-32e1-4291-bcc7-ea89e0d54f40_AJAX
4 pages