1. In this video explian db connection by Entity frmework core using db first approach.
2. How to create connection on appsetting.
3. How to register sqlserver service at program.cs.
#linqinterviewquestion #sqlqueryinterviewquestionsandanswers #aspdotnetcore #dotnetcore8 #EFCoreDbFirstApproach
Linq Tutorials :
• Part 20 : Write LINQ query to find 2...
SqlServer Tutorials :
• Part 22: In SqlServer Table a table-v...
Azure :
• Join the Az-400 virtual training and ...
C# Program Logic:
• Question 9: Write a Fibonacci serie...
Scaffold-DbContext "Server=servername;Database=Test;User Id=alok;Password=password;TrustServerCertificate=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -Tables dbo.tblEmployee,dbo.Department -f