Hiranko
Hiranko
CC#
Created by Hiranko on 4/24/2024 in #help
Any WPF Guides?
I agree... barely learnt anything from it...
12 replies
CC#
Created by Hiranko on 4/24/2024 in #help
Any WPF Guides?
I see, thank you very much :catpog:
12 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
Thank you for your suggestion and help :catlurk:
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
It doesn't interact with my database because I didn't declare my variable nullable. After I put the string with a ? it works.
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
Ok. I found the main issue and fix it. It was the Student class in Models folder :catfacepalm:
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
Alright
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
No description
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
No description
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
For the Seed Data, Yes
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
Also tq for being patient with me so far in solving this error :Smadge: I'm new to ASP.NET so I might be an idiot sometimes :catpls:
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
No description
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
I'll check which ones are the one cause the issues
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
Ahh i see. I'll redo it again just in case
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
Does putting the command, " Install-Package Microsoft.EntityFrameworkCore.Tools -Version 6.0.0 " helps? because it goes well instead of this
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
No description
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
No description
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
Alright, I'll try and check it again
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
It doesn't create any errors so I'm not sure what is the problem
43 replies
CC#
Created by Hiranko on 2/21/2024 in #help
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
CC#
Created by Hiranko on 2/21/2024 in #help
Stuck on ASP.NET Razor EF core tutorial
No description
43 replies