Hiranko
Stuck on ASP.NET Razor EF core tutorial
The output from my Visual Code 2022 come out like this:
Microsoft.EntityFrameworkCore.Infrastructure: Information: Entity Framework Core 6.0.27 initialized 'SchoolContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.27' with options: None
Microsoft.EntityFrameworkCore.Database.Command: Information: Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [s].[ID], [s].[EnrollmentDate], [s].[FirstMidName], [s].[LastName]
FROM [Student] AS [s]
The thread '[Thread Destroyed]' (9400) has exited with code 0 (0x0).
43 replies