gDotDev
gDotDev
CC#
Created by CarlJohnson on 10/22/2024 in #help
Why does this not print the firstname and lastname
Seems pretty simple to debug. Firstly run in debug mode and check what the value of first and last name are. If it’s only printing Welcome Back, I’d presume that first name and last name aren’t being set and are therefore default value of empty string. Once you deduce if this is the case, then debug line by line your code flow and work out why the values aren’t being set.
28 replies
CC#
Created by gDotDev on 10/10/2024 in #help
Dapper Migrations
We went with this strategy in the end.
5 replies
CC#
Created by maja on 10/6/2024 in #help
How to start coding C# in vs code??
The dev kit only allows you to develop / gives you intellisense and such within VS Code. You will also need to install the .net SDK from the MS site.
3 replies